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
time.Second*5, time.Millisecond*500).Should(Equal(initialClusterName), "My current RayCluster name = %v", rayService.Status.ActiveServiceStatus.RayClusterName)
259
+
260
+
// The cluster should switch once the deployments are finished updating
time.Second*60, time.Millisecond*500).Should(Equal(pendingRayClusterName), "My current RayCluster name = %v", rayService.Status.ActiveServiceStatus.RayClusterName)
268
+
Eventually(
269
+
rayService.Spec.RayClusterSpec.RayVersion,
270
+
time.Second*60, time.Millisecond*500).Should(Equal(mockRayVersion), "My current RayVersion = %v", rayService.Spec.RayClusterSpec.RayVersion)
271
+
})
233
272
})
234
273
235
274
Describe("Autoscaler updates RayCluster should not trigger zero downtime upgrade", Ordered, func() {
0 commit comments