Make two instances schedulable per zone in order to experience flaky behavior.

This commit is contained in:
Renan DelValle 2020-01-14 18:58:44 -08:00
parent 310cd76934
commit f9d86550c5
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9

View file

@ -328,7 +328,7 @@ func TestRealisClient_CreateJob_Thermos(t *testing.T) {
job.Name("thermos_overwrite_constraints").
AddLimitConstraint("zone", 1).
AddValueConstraint("zone", true, "west", "east").
AddLimitConstraint("zone", 1)
AddLimitConstraint("zone", 2)
_, err := r.CreateJob(job)
require.NoError(t, err)