Skip to content

Commit

Permalink
openssl_test: wait for coordinator after restarting
Browse files Browse the repository at this point in the history
  • Loading branch information
Freax13 committed Jul 23, 2024
1 parent 85f7e94 commit f740fbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/openssl/openssl_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ func TestOpenSSL(t *testing.T) {
c := kubeclient.NewForTest(t)

require.NoError(c.Restart(ctx, kubeclient.StatefulSet{}, ct.Namespace, "coordinator"))
require.NoError(c.WaitFor(ctx, kubeclient.StatefulSet{}, ct.Namespace, "coordinator"))

require.ErrorContains(ct.RunVerify(), "recovery")

Expand Down

0 comments on commit f740fbd

Please sign in to comment.