Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sakoush committed Jan 27, 2025
1 parent 5ca01fe commit 065a56e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scheduler/pkg/scheduler/scheduler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ func TestScheduler(t *testing.T) {
ExpectedReplicas: -1,
},
},
scheduled: false, // not here that we still mark the model as scheduleFailed
scheduled: true, // not here that we still trying to mark the model as Available
scheduledServer: "server2",
scheduledReplicas: []int{0, 1},
},
Expand Down Expand Up @@ -464,7 +464,7 @@ func TestScheduler(t *testing.T) {
ExpectedReplicas: -1,
},
},
scheduled: false,
scheduled: true, // note that we are still trying to make the model as Available
scheduledServer: "server1",
scheduledReplicas: []int{0, 1, 2, 3}, // used all replicas
},
Expand Down

0 comments on commit 065a56e

Please sign in to comment.