Reducing number of group to two for variable to see if it'll help the test pass.
This commit is contained in:
parent
92f9061d14
commit
c4a858ef29
1 changed files with 1 additions and 1 deletions
|
@ -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).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue