We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e782787 commit 2a2b743Copy full SHA for 2a2b743
pkg/scheduler/backend/queue/scheduling_queue_test.go
@@ -1425,9 +1425,8 @@ func TestPriorityQueue_addToActiveQ(t *testing.T) {
1425
1426
for _, tt := range tests {
1427
t.Run(tt.name, func(t *testing.T) {
1428
- _, ctx := ktesting.NewTestContext(t)
+ logger, ctx := ktesting.NewTestContext(t)
1429
ctx, cancel := context.WithCancel(ctx)
1430
- logger := klog.FromContext(ctx)
1431
defer cancel()
1432
1433
m := map[string][]framework.PreEnqueuePlugin{"": tt.plugins}
0 commit comments