Skip to content

Commit

Permalink
resolve conflict (#12590)
Browse files Browse the repository at this point in the history
Signed-off-by: Shlomi Noach <[email protected]>
  • Loading branch information
shlomi-noach authored Mar 9, 2023
1 parent 490188f commit c61c48e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions test/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@
},
"onlineddl_ghost": {
"File": "unused.go",
"Args": ["vitess.io/vitess/go/test/endtoend/onlineddl/ghost"],
"Args": ["vitess.io/vitess/go/test/endtoend/onlineddl/ghost", "-timeout", "30m"],
"Command": [],
"Manual": false,
"Shard": "onlineddl_ghost",
Expand All @@ -321,7 +321,7 @@
},
"onlineddl_vrepl": {
"File": "unused.go",
"Args": ["vitess.io/vitess/go/test/endtoend/onlineddl/vrepl"],
"Args": ["vitess.io/vitess/go/test/endtoend/onlineddl/vrepl", "-timeout", "30m"],
"Command": [],
"Manual": false,
"Shard": "onlineddl_vrepl",
Expand Down Expand Up @@ -357,7 +357,7 @@
},
"onlineddl_revert": {
"File": "unused.go",
"Args": ["vitess.io/vitess/go/test/endtoend/onlineddl/revert"],
"Args": ["vitess.io/vitess/go/test/endtoend/onlineddl/revert", "-timeout", "30m"],
"Command": [],
"Manual": false,
"Shard": "onlineddl_revert",
Expand All @@ -366,7 +366,7 @@
},
"onlineddl_revertible": {
"File": "unused.go",
"Args": ["vitess.io/vitess/go/test/endtoend/onlineddl/revertible"],
"Args": ["vitess.io/vitess/go/test/endtoend/onlineddl/revertible", "-timeout", "30m"],
"Command": [],
"Manual": false,
"Shard": "onlineddl_revertible",
Expand All @@ -375,7 +375,7 @@
},
"onlineddl_declarative": {
"File": "unused.go",
"Args": ["vitess.io/vitess/go/test/endtoend/onlineddl/declarative"],
"Args": ["vitess.io/vitess/go/test/endtoend/onlineddl/declarative", "-timeout", "30m"],
"Command": [],
"Manual": false,
"Shard": "onlineddl_declarative",
Expand All @@ -384,7 +384,7 @@
},
"onlineddl_singleton": {
"File": "unused.go",
"Args": ["vitess.io/vitess/go/test/endtoend/onlineddl/singleton"],
"Args": ["vitess.io/vitess/go/test/endtoend/onlineddl/singleton", "-timeout", "30m"],
"Command": [],
"Manual": false,
"Shard": "onlineddl_singleton",
Expand All @@ -393,7 +393,7 @@
},
"onlineddl_scheduler": {
"File": "unused.go",
"Args": ["vitess.io/vitess/go/test/endtoend/onlineddl/scheduler"],
"Args": ["vitess.io/vitess/go/test/endtoend/onlineddl/scheduler", "-timeout", "30m"],
"Command": [],
"Manual": false,
"Shard": "onlineddl_scheduler",
Expand All @@ -402,7 +402,7 @@
},
"schemadiff_vrepl": {
"File": "unused.go",
"Args": ["vitess.io/vitess/go/test/endtoend/schemadiff/vrepl"],
"Args": ["vitess.io/vitess/go/test/endtoend/schemadiff/vrepl", "-timeout", "30m"],
"Command": [],
"Manual": false,
"Shard": "schemadiff_vrepl",
Expand Down

0 comments on commit c61c48e

Please sign in to comment.