Skip to content

Commit

Permalink
Merge pull request #14442 from ahrtr/fix_TestV3AuthRestartMember
Browse files Browse the repository at this point in the history
[release-3.4] Fix the flaky test TestV3AuthRestartMember
  • Loading branch information
serathius committed Sep 9, 2022
2 parents 6730ed8 + b8bea91 commit 1a05326
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration/v3_auth_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,7 @@ func TestV3AuthRestartMember(t *testing.T) {
clus.Members[0].Stop(t)
err = clus.Members[0].Restart(t)
testutil.AssertNil(t, err)
clus.Members[0].WaitOK(t)

// nothing has changed, but it fails without refreshing cache after restart
_, err = c2.Put(context.TODO(), "foo", "bar2")
Expand Down

0 comments on commit 1a05326

Please sign in to comment.