Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestPriorityQueue_AddUnschedulableIfNotPresent_Backoff (0.44 sec)

  1. pkg/scheduler/internal/queue/scheduling_queue_test.go

    	}
    }
    
    // TestPriorityQueue_AddUnschedulableIfNotPresent_Backoff tests the scenarios when
    // AddUnschedulableIfNotPresent is called asynchronously.
    // Pods in and before current scheduling cycle will be put back to activeQueue
    // if we were trying to schedule them when we received move request.
    func TestPriorityQueue_AddUnschedulableIfNotPresent_Backoff(t *testing.T) {
    	logger, ctx := ktesting.NewTestContext(t)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 146.9K bytes
    - Viewed (0)
Back to top