From c57904794fe8cfcbbb7bdbf491eedefe71cb2d68 Mon Sep 17 00:00:00 2001 From: Matt Lord Date: Tue, 29 Mar 2022 00:52:39 -0400 Subject: [PATCH] Update test config I spent way too much time trying to get both tests to work within the same go test run... giving up for now. Signed-off-by: Matt Lord --- test/config.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/test/config.json b/test/config.json index 636e906a979..c6ccf5d4614 100644 --- a/test/config.json +++ b/test/config.json @@ -1060,7 +1060,16 @@ }, "vreplication_basic": { "File": "unused.go", - "Args": ["vitess.io/vitess/go/test/endtoend/vreplication", "-run", "^(TestVreplicationCopyThrottling|TestBasicVreplicationWorkflow)$", "-keep-data=false"], + "Args": ["vitess.io/vitess/go/test/endtoend/vreplication", "-run", "TestBasicVreplicationWorkflow"], + "Command": [], + "Manual": false, + "Shard": "vreplication_basic", + "RetryMax": 2, + "Tags": [] + }, + "vreplication_copy_throttling": { + "File": "unused.go", + "Args": ["vitess.io/vitess/go/test/endtoend/vreplication", "-run", "TestVreplicationCopyThrottling"], "Command": [], "Manual": false, "Shard": "vreplication_basic",