register Node/UpdateNodeTaint event to plugins which has Node/Add only, doesn't have Node/UpdateNodeTaint
This commit is contained in:
@@ -1159,6 +1159,8 @@ func NextPodOrDie(t *testing.T, testCtx *TestContext) *schedulerframework.Queued
|
||||
}
|
||||
|
||||
// NextPod returns the next Pod in the scheduler queue, with a 5 seconds timeout.
|
||||
// Note that this function leaks goroutines in the case of timeout; even after this function returns after timeout,
|
||||
// the goroutine made by this function keep waiting to pop a pod from the queue.
|
||||
func NextPod(t *testing.T, testCtx *TestContext) *schedulerframework.QueuedPodInfo {
|
||||
t.Helper()
|
||||
|
||||
|
Reference in New Issue
Block a user