From 1977148d84b6038dfa62e0ee5a48fef94e69dbc0 Mon Sep 17 00:00:00 2001 From: Rohit Nayak Date: Sat, 11 Jan 2025 21:22:17 +0100 Subject: [PATCH] Fix config.json Signed-off-by: Rohit Nayak --- test/config.json | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/test/config.json b/test/config.json index 0d93defa4be..322c6e9eaba 100644 --- a/test/config.json +++ b/test/config.json @@ -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": [] }, @@ -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": [] }, @@ -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": [] }, @@ -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": [] }, @@ -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": [] },