Skip to content

Commit

Permalink
Reproduce TestDowngradeCancellationAfterDowngrading2InClusterOf3 fail…
Browse files Browse the repository at this point in the history
…ure consistently

Implemented findings from Fu Wei. See #19391 (comment)

Execute locally by using the following command:
clear; PASSES="release e2e" PKG=./tests/e2e TESTCASE="TestDowngradeCancellationAfterDowngrading2InClusterOf3" TIMEOUT=20m ./scripts/test.sh -v -failfast

Signed-off-by: Chun-Hung Tseng <[email protected]>
  • Loading branch information
Chun-Hung Tseng committed Feb 12, 2025
1 parent fefce54 commit cdc8603
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/framework/e2e/downgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ func DowngradeUpgradeMembersByID(t *testing.T, lg *zap.Logger, clus *EtcdProcess
return err
}
}

time.Sleep(5 * time.Second)

lg.Info("Validating versions")
for _, memberID := range membersToChange {
member := clus.Procs[memberID]
Expand Down

0 comments on commit cdc8603

Please sign in to comment.