mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
Merge pull request #29111 from gmarek/maxpods
Fix the fix - no type-checking...
This commit is contained in:
commit
77037722a3
@ -87,7 +87,7 @@ func verifyResult(c *client.Client, podName string, expectedScheduled int, expec
|
||||
}
|
||||
|
||||
Expect(len(notScheduledPods)).To(Equal(expectedNotScheduled), printOnce(fmt.Sprintf("Not scheduled Pods: %#v", notScheduledPods)))
|
||||
Expect(scheduledPods).To(Equal(expectedScheduled), printOnce(fmt.Sprintf("Scheduled Pods: %#v", scheduledPods)))
|
||||
Expect(len(scheduledPods)).To(Equal(expectedScheduled), printOnce(fmt.Sprintf("Scheduled Pods: %#v", scheduledPods)))
|
||||
}
|
||||
|
||||
func cleanupPods(c *client.Client, ns string) {
|
||||
|
Loading…
Reference in New Issue
Block a user