Skip to content

Commit 09f4570

Browse files
committed
Enable MS in-place rollout check in e2e test
Signed-off-by: Stefan Büringer [email protected]
1 parent 6de38dd commit 09f4570

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/e2e/cluster_in_place_update.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,7 @@ func ClusterInPlaceUpdateSpec(ctx context.Context, inputGetter func() ClusterInP
246246
// Ensure only in-place updates were executed and no Machine was re-created.
247247
machineObjectsAfterInPlaceUpdate = getMachineObjects(ctx, g, mgmtClient, cluster)
248248
g.Expect(machineNames(machineObjectsAfterInPlaceUpdate.ControlPlaneMachines)).To(Equal(machineNames(machineObjectsBeforeInPlaceUpdate.ControlPlaneMachines)))
249-
// TODO(in-place): enable once MD/MS/Machine controller PRs are merged
250-
// g.Expect(machineNames(machineObjectsAfterInPlaceUpdate.WorkerMachines)).To(Equal(machineNames(machineObjectsBeforeInPlaceUpdate.WorkerMachines)))
249+
g.Expect(machineNames(machineObjectsAfterInPlaceUpdate.WorkerMachines)).To(Equal(machineNames(machineObjectsBeforeInPlaceUpdate.WorkerMachines)))
251250
}, input.E2EConfig.GetIntervals(specName, "wait-control-plane")...).Should(Succeed())
252251

253252
// Update machineObjectsBeforeInPlaceUpdate for the next round of in-place update.

0 commit comments

Comments
 (0)