Skip to content

Commit a70db0b

Browse files
Fix MachineSetSync test flake
Locally seeing regular flake where we reconcile fast enough that we don't get the intermediary 'sync'd MAPI to CAPI' before we update to the stable state of 'sync'd CAPI to MAPI' we expect to see given the AuthoritativeAPI
1 parent 66558c8 commit a70db0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/controllers/machinesetsync/machineset_sync_controller_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1174,7 +1174,7 @@ var _ = Describe("With a running MachineSetSync controller", func() {
11741174
HaveField("Type", Equal(consts.SynchronizedCondition)),
11751175
HaveField("Status", Equal(corev1.ConditionTrue)),
11761176
HaveField("Reason", Equal("ResourceSynchronized")),
1177-
HaveField("Message", Equal("Successfully synchronized MAPI MachineSet to CAPI")),
1177+
HaveField("Message", Equal("Successfully synchronized CAPI MachineSet to MAPI")),
11781178
))),
11791179
)
11801180
})

0 commit comments

Comments
 (0)