Make two instances schedulable per zone in order to experience flaky behavior.
This commit is contained in:
parent
310cd76934
commit
f9d86550c5
1 changed files with 1 additions and 1 deletions
|
@ -328,7 +328,7 @@ func TestRealisClient_CreateJob_Thermos(t *testing.T) {
|
||||||
job.Name("thermos_overwrite_constraints").
|
job.Name("thermos_overwrite_constraints").
|
||||||
AddLimitConstraint("zone", 1).
|
AddLimitConstraint("zone", 1).
|
||||||
AddValueConstraint("zone", true, "west", "east").
|
AddValueConstraint("zone", true, "west", "east").
|
||||||
AddLimitConstraint("zone", 1)
|
AddLimitConstraint("zone", 2)
|
||||||
|
|
||||||
_, err := r.CreateJob(job)
|
_, err := r.CreateJob(job)
|
||||||
require.NoError(t, err)
|
require.NoError(t, err)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue