Skip to content

Commit

Permalink
Fix config.json
Browse files Browse the repository at this point in the history
Signed-off-by: Rohit Nayak <[email protected]>
  • Loading branch information
rohit-nayak-ps committed Jan 11, 2025
1 parent 6954c12 commit 1977148
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions test/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1227,30 +1227,30 @@
"RetryMax": 1,
"Tags": []
},
"vreplication_mariadb_to_mysql": {
"File": "unused.go",
"Args": ["vitess.io/vitess/go/test/endtoend/vreplication", "-run", "TestMoveTablesMariaDBToMySQL", "-timeout", "20m"],
"Command": [],
"Manual": false,
"Shard": "vreplication_across_db_versions",
"RetryMax": 1,
"Tags": []
},
"vreplication_vtctldclient_cli": {
"File": "unused.go",
"Args": ["vitess.io/vitess/go/test/endtoend/vreplication", "-run", "TestVtctldclientCLI", "-timeout", "20m"],
"Command": [],
"Manual": false,
"Shard": "vreplication_cli_migrate_vdiff2_convert_tz",
"RetryMax": 1,
"Tags": []
},
"vreplication_mariadb_to_mysql": {
"File": "unused.go",
"Args": ["vitess.io/vitess/go/test/endtoend/vreplication", "-run", "TestMoveTablesMariaDBToMySQL", "-timeout", "20m"],
"Command": [],
"Manual": false,
"Shard": "vreplication_across_db_versions",
"RetryMax": 1,
"Tags": []
},
"vreplication_vtctldclient_cli": {
"File": "unused.go",
"Args": ["vitess.io/vitess/go/test/endtoend/vreplication", "-run", "TestVtctldclientCLI", "-timeout", "20m"],
"Command": [],
"Manual": false,
"Shard": "vreplication_migrate_vdiff2_convert_tz",
"RetryMax": 1,
"Tags": []
},
"vreplication_vtctl_migrate": {
"File": "unused.go",
"Args": ["vitess.io/vitess/go/test/endtoend/vreplication", "-run", "TestVtctlMigrate", "-timeout", "30m"],
"Command": [],
"Manual": false,
"Shard": "vreplication_cli_migrate_vdiff2_convert_tz",
"Shard": "vreplication_migrate_vdiff2_convert_tz",
"RetryMax": 1,
"Tags": []
},
Expand All @@ -1259,7 +1259,7 @@
"Args": ["vitess.io/vitess/go/test/endtoend/vreplication", "-run", "TestVtctldMigrate", "-timeout", "30m"],
"Command": [],
"Manual": false,
"Shard": "vreplication_cli_migrate_vdiff2_convert_tz",
"Shard": "vreplication_migrate_vdiff2_convert_tz",
"RetryMax": 1,
"Tags": []
},
Expand All @@ -1268,7 +1268,7 @@
"Args": ["vitess.io/vitess/go/test/endtoend/vreplication", "-run", "TestVDiff2", "-timeout", "30m"],
"Command": [],
"Manual": false,
"Shard": "vreplication_cli_migrate_vdiff2_convert_tz",
"Shard": "vreplication_migrate_vdiff2_convert_tz",
"RetryMax": 1,
"Tags": []
},
Expand All @@ -1277,7 +1277,7 @@
"Args": ["vitess.io/vitess/go/test/endtoend/vreplication", "-run", "TestMoveTablesTZ"],
"Command": [],
"Manual": false,
"Shard": "vreplication_vtctldclient_vdiff2_movetables_tz",
"Shard": "vreplication_migrate_vdiff2_convert_tz",
"RetryMax": 1,
"Tags": []
},
Expand All @@ -1286,7 +1286,7 @@
"Args": ["vitess.io/vitess/go/test/endtoend/vreplication", "-run", "TestLookupIndex"],
"Command": [],
"Manual": false,
"Shard": "vreplication_cli_migrate_vdiff2_convert_tz",
"Shard": "vreplication_migrate_vdiff2_convert_tz",
"RetryMax": 1,
"Tags": []
},
Expand Down

0 comments on commit 1977148

Please sign in to comment.