spelling: rescheduling
This commit is contained in:
parent
fdd7b5ee9d
commit
4e40338cfa
|
@ -107,7 +107,7 @@ func TestCoreScheduler_EvalGC(t *testing.T) {
|
|||
}
|
||||
|
||||
// Tests GC behavior on allocations being rescheduled
|
||||
func TestCoreScheduler_EvalGC_ReshedulingAllocs(t *testing.T) {
|
||||
func TestCoreScheduler_EvalGC_ReschedulingAllocs(t *testing.T) {
|
||||
t.Parallel()
|
||||
s1 := TestServer(t, nil)
|
||||
defer s1.Shutdown()
|
||||
|
|
|
@ -2715,7 +2715,7 @@ func TestAllocation_ShouldReschedule(t *testing.T) {
|
|||
ShouldReschedule: false,
|
||||
},
|
||||
{
|
||||
Desc: "Disabled recheduling",
|
||||
Desc: "Disabled rescheduling",
|
||||
ClientStatus: AllocClientStatusFailed,
|
||||
DesiredStatus: AllocDesiredStatusRun,
|
||||
FailTime: fail,
|
||||
|
|
Loading…
Reference in New Issue