Skip to content

Commit

Permalink
fix: stuck rollout when rollout is paused
Browse files Browse the repository at this point in the history
Signed-off-by: asingh51 <[email protected]>
  • Loading branch information
asingh51 committed Feb 8, 2024
1 parent 70c45ec commit f87656f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/canary_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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().
Expand Down

0 comments on commit f87656f

Please sign in to comment.