Skip to content

Commit

Permalink
Update test config
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
mattlord committed Mar 29, 2022
1 parent 6c8655f commit c579047
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion test/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c579047

Please sign in to comment.