Skip to content

Commit

Permalink
use new custom change version step
Browse files Browse the repository at this point in the history
  • Loading branch information
nammn committed Oct 27, 2023
1 parent 2efbb99 commit 192c8cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cmd/readiness/readiness_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ func TestDeadlockDetection(t *testing.T) {
conf: testConfigWithMongoUp("testdata/health-status-error-tls.json", time.Second*30),
isReadyExpected: false,
},
"Ready because of waiting on an upgrade start in a recomputed plan (a real scenario for an interrupted start in EA)": {
"Not Ready because of waiting on an upgrade start in a recomputed plan (a real scenario for an interrupted start in EA)": {
conf: testConfigWithMongoUp("testdata/health-status-enterprise-upgrade-interrupted.json", time.Second*30),
isReadyExpected: true,
isReadyExpected: false,
},
}
for testName, _ := range tests {
Expand Down
2 changes: 1 addition & 1 deletion cmd/readiness/testdata/config-change-version-mdb-down.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"completed": null,
"moves": [
{
"move": "ChangeVersion",
"move": "ChangeVersionKube",
"moveDoc": "Change MongoDB Version",
"steps": [
{
Expand Down

0 comments on commit 192c8cc

Please sign in to comment.