Skip to content

Commit

Permalink
address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tangenta committed Sep 1, 2023
1 parent b11d4c6 commit d3db0fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion session/bootstraptest/bootstrap_upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ func TestUpgradeVersionForUpgradeHTTPOp(t *testing.T) {
seLatestV := session.CreateSessionAndSetID(t, store)
ver, err = session.GetBootstrapVersion(seLatestV)
require.NoError(t, err)
require.Less(t, session.SupportUpgradeHTTPOpVer, ver)
require.Equal(t, session.CurrentBootstrapVersion+1, ver)
// Current cluster state is upgrading.
isUpgrading, err = session.IsUpgradingClusterState(seLatestV)
require.NoError(t, err)
Expand Down

0 comments on commit d3db0fb

Please sign in to comment.