Skip to content

Commit f2e9155

Browse files
author
Nina van der Linden
committed
fix e2e test flakiness by using WaitForRollingUpdate
Signed-off-by: Nina van der Linden <[email protected]>
1 parent 04f73b9 commit f2e9155

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/e2e/apps/statefulset.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1014,8 +1014,7 @@ var _ = SIGDescribe("AppStatefulSetStorage", func() {
10141014
})
10151015
framework.ExpectNoError(err)
10161016
waitForStatus(ctx, c, kc, ss)
1017-
sst.WaitForStatusReplicas(ss, 2)
1018-
sst.WaitForStatusReadyReplicas(ss, 2)
1017+
sst.WaitForRollingUpdate(ss)
10191018

10201019
// verify that pods have one volume less than before
10211020
pods = sst.GetPodList(ss)

0 commit comments

Comments
 (0)