Skip to content

Commit

Permalink
Merge pull request #14454 from ahrtr/fix_TestV3AuthRestartMember_2022…
Browse files Browse the repository at this point in the history
…0913_3.5

[release-3.5] fix the flaky test TestV3AuthRestartMember
  • Loading branch information
ahrtr committed Sep 13, 2022
2 parents 6c26693 + 2f1171f commit 2ba1bab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/v3_auth_test.go
Expand Up @@ -492,6 +492,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 2ba1bab

Please sign in to comment.