Skip to content

Commit

Permalink
clean up comments
Browse files Browse the repository at this point in the history
Signed-off-by: Zach Aller <[email protected]>
  • Loading branch information
zachaller committed Apr 1, 2024
1 parent 28a4aca commit 2e37889
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions rollout/trafficrouting_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1217,11 +1217,6 @@ func TestDontWeightToZeroWhenDynamicallyRollingBackToStable(t *testing.T) {
f.rolloutLister = append(f.rolloutLister, r2)
f.objects = append(f.objects, r2)

//f.expectUpdateReplicaSetAction(rs1) // Updates the revision annotation from 1 to 3 from func isScalingEvent
//f.expectUpdateRolloutAction(r2) // Update the rollout revision from 1 to 3
//scaleUpIndex := f.expectUpdateReplicaSetAction(rs1) // Scale The replicaset from 1 to 10 from func scaleReplicaSet
//f.expectPatchRolloutAction(r2) // Updates the rollout status from the scaling to 10 action

f.expectUpdateReplicaSetAction(rs1) // Updates the revision annotation from 1 to 3
f.expectUpdateReplicaSetAction(rs1) // repeat of the above (not sure why)
scaleUpIndex := f.expectUpdateReplicaSetAction(rs1) // this one scales the stable RS to 10
Expand Down

0 comments on commit 2e37889

Please sign in to comment.