From f87656f62ba0fd0036097506b5d0de6c87c57f5d Mon Sep 17 00:00:00 2001 From: asingh51 Date: Wed, 7 Feb 2024 17:38:45 -0800 Subject: [PATCH] fix: stuck rollout when rollout is paused Signed-off-by: asingh51 --- test/e2e/canary_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/canary_test.go b/test/e2e/canary_test.go index be112dd1f1..caf16add5c 100644 --- a/test/e2e/canary_test.go +++ b/test/e2e/canary_test.go @@ -542,7 +542,7 @@ func (s *CanarySuite) TestCanaryWithPausedRollout() { WaitForRolloutStatus("Paused"). Then(). // Expect that the canary service selector has been moved back to stable - ExpectServiceSelector("canary-next-canary", map[string]string{"app": "canary-next", "rollouts-pod-template-hash": "66597877b7"}, false). + ExpectServiceSelector("rollout-canary-with-pause-canary", map[string]string{"app": "rollout-canary-with-pause", "rollouts-pod-template-hash": "66597877b7"}, false). When(). Sleep(3*time.Second). Then().