Reducing number of group to two for variable to see if it'll help the test pass.

This commit is contained in:
Renán Del Valle 2021-10-18 09:23:57 -07:00
parent 92f9061d14
commit c4a858ef29
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9

View file

@ -815,7 +815,7 @@ func TestRealisClient_BatchAwareAutoPause(t *testing.T) {
InstanceCount(6).
IsService(true)
updateGroups := []int32{1, 2, 3}
updateGroups := []int32{1, 3}
strategy := realis.JobUpdateFromAuroraTask(job.AuroraTask()).
VariableBatchStrategy(true, updateGroups...).
InstanceCount(6).