You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnerrors.New("still wait for all snapshots either in ready or in deletion state")
298
+
}
299
+
returnnil
300
+
}).WithTimeout(
301
+
LongWaitDuration,
302
+
).WithPolling(
303
+
Interval,
304
+
).Should(Succeed(), "all snapshots should be in ready state after creation")
305
+
})
306
+
285
307
// TODO: It is a known issue that disk snapshots are not always created consistently. To prevent this error from causing noise during testing, we disabled this check. It will need to be re-enabled once the consistency issue is fixed.
286
308
// It("checks snapshots of attached VDs", func() {
287
309
// By(fmt.Sprintf("Snapshots should be in %s phase", PhaseReady))
@@ -312,25 +334,6 @@ var _ = Describe("VirtualDiskSnapshots", ginkgoutil.CommonE2ETestDecorators(), f
0 commit comments