You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"And 5 MachineDeployments with status unknown", // MachineDeployments obj01, obj02, obj05, obj08, obj09 (Message 1) << This doesn't show up because even if it applies to 5 machines because it has merge priority unknown
138
157
}))
139
158
})
140
-
t.Run("Control plane machines always goes before unknown", func(t*testing.T) {
159
+
t.Run("Control plane machines always goes before other machines", func(t*testing.T) {
141
160
g:=NewWithT(t)
142
161
143
162
conditions:= []ConditionWithOwnerInfo{
144
163
// NOTE: objects are intentionally not in order so we can validate they are sorted by name
"* Machines obj02, obj01:\n"+// control plane machines always go first, no matter if priority or number of objects (note, cp machine also go first in the machine list)
0 commit comments