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.
2 parents 822a2de + 00abe6d commit 36db62cCopy full SHA for 36db62c
test/integration/scheduler/preemption_test.go
@@ -395,6 +395,7 @@ func TestPreemption(t *testing.T) {
395
}
396
397
for _, test := range tests {
398
+ t.Logf("================ Running test: %v\n", test.description)
399
filter.Tokens = test.initTokens
400
filter.Unresolvable = test.unresolvable
401
pods := make([]*v1.Pod, len(test.existingPods))
@@ -586,6 +587,7 @@ func TestPodPriorityResolution(t *testing.T) {
586
587
588
pods := make([]*v1.Pod, 0, len(tests))
589
590
+ t.Logf("================ Running test: %v\n", test.Name)
591
t.Run(test.Name, func(t *testing.T) {
592
pod, err := runPausePod(cs, test.Pod)
593
if err != nil {
0 commit comments