Remove FIFO scheduling queue and old pod backoff logic

This commit is contained in:
xiuqiao
2019-04-08 23:41:10 +08:00
parent 36e06bbb1f
commit 36effb4700
7 changed files with 120 additions and 193 deletions

View File

@@ -688,11 +688,6 @@ func TestSchedulingQueue_Close(t *testing.T) {
q SchedulingQueue
expectedErr error
}{
{
name: "FIFO close",
q: NewFIFO(),
expectedErr: fmt.Errorf(queueClosed),
},
{
name: "PriorityQueue close",
q: NewPriorityQueue(nil),