Filter gated pods before calling isPodWorthRequeueing

This commit is contained in:
Gabe
2024-04-22 17:00:58 +00:00
parent 72524fa574
commit 4e99ada05f
4 changed files with 101 additions and 2 deletions

View File

@@ -2677,7 +2677,7 @@ func TestSchedulingGatesPluginEventsToRegister(t *testing.T) {
{
name: "preEnqueue plugin with event registered",
enqueuePlugin: &SchedulingGatesPluginWithEvents{SchedulingGates: schedulinggates.SchedulingGates{}},
count: 3,
count: 2,
},
}