From c4a858ef2934e3928b489c9daef52875d88dcdb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A1n=20Del=20Valle?= Date: Mon, 18 Oct 2021 09:23:57 -0700 Subject: [PATCH] Reducing number of group to two for variable to see if it'll help the test pass. --- realis_e2e_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/realis_e2e_test.go b/realis_e2e_test.go index 824f074..aa323d1 100644 --- a/realis_e2e_test.go +++ b/realis_e2e_test.go @@ -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).