Skip to content

Commit

Permalink
fix e2e
Browse files Browse the repository at this point in the history
Signed-off-by: zachaller <[email protected]>
  • Loading branch information
zachaller committed Aug 19, 2022
1 parent 46d7ffd commit 0da4c16
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions test/e2e/functional_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -702,13 +702,12 @@ func (s *FunctionalSuite) TestBlueGreenUpdate() {
"RolloutUpdated", // Rollout updated to revision 1
"NewReplicaSetCreated", // Created ReplicaSet bluegreen-7dcd8f8869 (revision 1)
"ScalingReplicaSet", // Scaled up ReplicaSet bluegreen-7dcd8f8869 (revision 1) from 0 to 3
"RolloutCompleted", // Rollout completed update to revision 1 (7dcd8f8869): Initial deploy
"SwitchService", // Switched selector for service 'bluegreen' from '' to '7dcd8f8869'
"RolloutUpdated", // Rollout updated to revision 2
"NewReplicaSetCreated", // Created ReplicaSet bluegreen-5498785cd6 (revision 2)
"ScalingReplicaSet", // Scaled up ReplicaSet bluegreen-5498785cd6 (revision 2) from 0 to 3
"SwitchService", // Switched selector for service 'bluegreen' from '7dcd8f8869' to '6c779b88b6'
"RolloutCompleted", // Rollout completed update to revision 2 (6c779b88b6): Completed blue-green update
"SwitchService", // Rollout completed update to revision 1 (7dcd8f8869): Initial deploy
"RolloutUpdated", // Switched selector for service 'bluegreen' from '' to '7dcd8f8869'
"NewReplicaSetCreated", // Rollout updated to revision 2
"ScalingReplicaSet", // Created ReplicaSet bluegreen-5498785cd6 (revision 2)
"SwitchService", // Scaled up ReplicaSet bluegreen-5498785cd6 (revision 2) from 0 to 3
"RolloutCompleted", // Switched selector for service 'bluegreen' from '7dcd8f8869' to '6c779b88b6'
})
}

Expand Down

0 comments on commit 0da4c16

Please sign in to comment.