vitess.io/vitess@v0.16.2/test/config.json (about)

     1  {
     2  	"Tests": {
     3  		"java": {
     4  			"File": "",
     5  			"Args": [],
     6  			"Command": [
     7  				"make",
     8  				"java_test"
     9  			],
    10  			"Manual": false,
    11  			"Shard": "10",
    12  			"RetryMax": 1,
    13  			"Tags": []
    14  		},
    15  		"client_test": {
    16  			"File": "",
    17  			"Args": [],
    18  			"Command": [
    19  				"test/client_test.sh"
    20  			],
    21  			"Manual": false,
    22  			"Shard": "25",
    23  			"RetryMax": 1,
    24  			"Tags": []
    25  		},
    26  		"e2e": {
    27  			"File": "",
    28  			"Args": [],
    29  			"Command": [
    30  				"tools/e2e_test_runner.sh"
    31  			],
    32  			"Manual": false,
    33  			"Shard": "",
    34  			"RetryMax": 1,
    35  			"Tags": []
    36  		},
    37  		"e2e_race": {
    38  			"File": "",
    39  			"Args": [],
    40  			"Command": [
    41  				"make",
    42  				"e2e_test_race"
    43  			],
    44  			"Manual": false,
    45  			"Shard": "",
    46  			"RetryMax": 1,
    47  			"Tags": []
    48  		},
    49  		"unit": {
    50  			"File": "",
    51  			"Args": [],
    52  			"Command": [
    53  				"tools/unit_test_runner.sh"
    54  			],
    55  			"Manual": false,
    56  			"Shard": "",
    57  			"RetryMax": 1,
    58  			"Tags": []
    59  		},
    60  		"unit_race": {
    61  			"File": "",
    62  			"Args": [],
    63  			"Command": [
    64  				"make",
    65  				"unit_test_race"
    66  			],
    67  			"Manual": false,
    68  			"Shard": "5",
    69  			"RetryMax": 1,
    70  			"Tags": []
    71  		},
    72  		"local_example": {
    73  			"File": "",
    74  			"Args": [],
    75  			"Command": [
    76  				"test/local_example.sh"
    77  			],
    78  			"Manual": false,
    79  			"Shard": "",
    80  			"RetryMax": 1,
    81  			"Tags": []
    82  		},
    83  		"region_example": {
    84  			"File": "",
    85  			"Args": [],
    86  			"Command": [
    87  				"test/region_example.sh"
    88  			],
    89  			"Manual": false,
    90  			"Shard": "",
    91  			"RetryMax": 1,
    92  			"Tags": []
    93  		},
    94  		"backup_pitr": {
    95  			"File": "unused.go",
    96  			"Args": ["vitess.io/vitess/go/test/endtoend/backup/pitr", "-timeout", "30m"],
    97  			"Command": [],
    98  			"Manual": false,
    99  			"Shard": "backup_pitr",
   100  			"RetryMax": 1,
   101  			"Tags": []
   102  		},
   103  		"backup": {
   104  			"File": "unused.go",
   105  			"Args": ["vitess.io/vitess/go/test/endtoend/backup/vtctlbackup", "-timeout", "30m"],
   106  			"Command": [],
   107  			"Manual": false,
   108  			"Shard": "vtctlbackup_sharded_clustertest_heavy",
   109  			"RetryMax": 1,
   110  			"Tags": []
   111  		},
   112  		"backup_mysqlctld": { 
   113  			"File": "unused.go",
   114  			"Args": ["vitess.io/vitess/go/test/endtoend/backup/mysqlctld", "-timeout", "30m"],
   115  			"Command": [],
   116  			"Manual": false,
   117  			"Shard": "21",
   118  			"RetryMax": 1,
   119  			"Tags": []
   120  		},
   121  		"backup_only": {
   122  			"File": "unused.go",
   123  			"Args": ["vitess.io/vitess/go/test/endtoend/backup/vtbackup", "-timeout", "20m"],
   124  			"Command": [],
   125  			"Manual": false,
   126  			"Shard": "vtbackup",
   127  			"RetryMax": 1,
   128  			"Tags": ["upgrade_downgrade_backups"]
   129  		},
   130  		"backup_xtrabackup": {
   131  			"File": "unused.go",
   132  			"Args": ["vitess.io/vitess/go/test/endtoend/backup/xtrabackup"],
   133  			"Command": [],
   134  			"Manual": false,
   135  			"Shard": "xb_backup",
   136  			"RetryMax": 2,
   137  			"Tags": []
   138  		},
   139  		"backup_xtrabackup_xbstream": {
   140  			"File": "unused.go",
   141  			"Args": ["vitess.io/vitess/go/test/endtoend/backup/xtrabackupstream", "-run", "XtrabackupStream", "-timeout", "30m"],
   142  			"Command": [],
   143  			"Manual": false,
   144  			"Shard": "xb_backup",
   145  			"RetryMax": 1,
   146  			"Tags": []
   147  		},
   148  		"backup_xtrabackup_xbstream_lz4": {
   149  			"File": "unused.go",
   150  			"Args": ["vitess.io/vitess/go/test/endtoend/backup/xtrabackupstream", "-run", "XtrabackupStreamWithlz4Compression", "-timeout", "30m"],
   151  			"Command": [],
   152  			"Manual": false,
   153  			"Shard": "xb_backup",
   154  			"RetryMax": 1,
   155  			"Tags": []
   156  		},
   157  		"cellalias": {
   158  			"File": "unused.go",
   159  			"Args": ["vitess.io/vitess/go/test/endtoend/cellalias"],
   160  			"Command": [],
   161  			"Manual": false,
   162  			"Shard": "13",
   163  			"RetryMax": 3,
   164  			"Tags": []
   165  		},
   166  		"prepare_statement": {
   167  			"File": "unused.go",
   168  			"Args": ["vitess.io/vitess/go/test/endtoend/preparestmt"],
   169  			"Command": [],
   170  			"Manual": false,
   171  			"Shard": "12",
   172  			"RetryMax": 1,
   173  			"Tags": []
   174  		},
   175  		"mysql_server": {
   176  			"File": "unused.go",
   177  			"Args": ["vitess.io/vitess/go/test/endtoend/mysqlserver"],
   178  			"Command": [],
   179  			"Manual": false,
   180  			"Shard": "mysql_server_vault",
   181  			"RetryMax": 1,
   182  			"Tags": []
   183  		},
   184  		"messaging": {
   185  			"File": "messaging_test.go",
   186  			"Args": ["vitess.io/vitess/go/test/endtoend/messaging"],
   187  			"Command": [],
   188  			"Manual": false,
   189  			"Shard": "12",
   190  			"RetryMax": 3,
   191  			"Tags": []
   192  		},
   193  		"clustertest": {
   194  			"File": "unused.go",
   195  			"Args": ["vitess.io/vitess/go/test/endtoend/clustertest"],
   196  			"Command": [],
   197  			"Manual": false,
   198  			"Shard": "vtctlbackup_sharded_clustertest_heavy",
   199  			"RetryMax": 1,
   200  			"Tags": []
   201  		},
   202  		"encrypted_replication": {
   203  			"File": "unused.go",
   204  			"Args": ["vitess.io/vitess/go/test/endtoend/encryption/encryptedreplication"],
   205  			"Command": [],
   206  			"Manual": false,
   207  			"Shard": "12",
   208  			"RetryMax": 1,
   209  			"Tags": []
   210  		},
   211  		"encrypted_transport": {
   212  			"File": "unused.go",
   213  			"Args": ["vitess.io/vitess/go/test/endtoend/encryption/encryptedtransport"],
   214  			"Command": [],
   215  			"Manual": false,
   216  			"Shard": "12",
   217  			"RetryMax": 1,
   218  			"Tags": []
   219  		},
   220  		"keyspace": {
   221  			"File": "unused.go",
   222  			"Args": ["vitess.io/vitess/go/test/endtoend/keyspace"],
   223  			"Command": [],
   224  			"Manual": false,
   225  			"Shard": "12",
   226  			"RetryMax": 1,
   227  			"Tags": [
   228  				"site_test"
   229  			]
   230  		},
   231  		"mysqlctl": {
   232  			"File": "unused.go",
   233  			"Args": ["vitess.io/vitess/go/test/endtoend/mysqlctl"],
   234  			"Command": [],
   235  			"Manual": false,
   236  			"Shard": "12",
   237  			"RetryMax": 1,
   238  			"Tags": [
   239  				"site_test"
   240  			]
   241  		},
   242  		"mysqlctld": {
   243  			"File": "unused.go",
   244  			"Args": ["vitess.io/vitess/go/test/endtoend/mysqlctld"],
   245  			"Command": [],
   246  			"Manual": false,
   247  			"Shard": "12",
   248  			"RetryMax": 1,
   249  			"Tags": [
   250  				"site_test"
   251  			]
   252  		},
   253  		"onlineddl_ghost": {
   254  			"File": "unused.go",
   255  			"Args": ["vitess.io/vitess/go/test/endtoend/onlineddl/ghost", "-timeout", "30m"],
   256  			"Command": [],
   257  			"Manual": false,
   258  			"Shard": "onlineddl_ghost",
   259  			"RetryMax": 2,
   260  			"Tags": []
   261  		},
   262  		"onlineddl_vrepl": {
   263  			"File": "unused.go",
   264  			"Args": ["vitess.io/vitess/go/test/endtoend/onlineddl/vrepl", "-timeout", "30m"],
   265  			"Command": [],
   266  			"Manual": false,
   267  			"Shard": "onlineddl_vrepl",
   268  			"RetryMax": 2,
   269  			"Tags": []
   270  		},
   271  		"onlineddl_vrepl_stress": {
   272  			"File": "unused.go",
   273  			"Args": ["vitess.io/vitess/go/test/endtoend/onlineddl/vrepl_stress", "-timeout", "30m"],
   274  			"Command": [],
   275  			"Manual": false,
   276  			"Shard": "onlineddl_vrepl_stress",
   277  			"RetryMax": 1,
   278  			"Tags": []
   279  		},
   280  		"onlineddl_vrepl_suite": {
   281  			"File": "unused.go",
   282  			"Args": ["vitess.io/vitess/go/test/endtoend/onlineddl/vrepl_suite", "-timeout", "30m"],
   283  			"Command": [],
   284  			"Manual": false,
   285  			"Shard": "onlineddl_vrepl_suite",
   286  			"RetryMax": 1,
   287  			"Tags": []
   288  		},
   289  		"onlineddl_vrepl_stress_suite": {
   290  			"File": "unused.go",
   291  			"Args": ["vitess.io/vitess/go/test/endtoend/onlineddl/vrepl_stress_suite", "-timeout", "30m"],
   292  			"Command": [],
   293  			"Manual": false,
   294  			"Shard": "onlineddl_vrepl_stress_suite",
   295  			"RetryMax": 1,
   296  			"Tags": []
   297  		},
   298  		"onlineddl_revert": {
   299  			"File": "unused.go",
   300  			"Args": ["vitess.io/vitess/go/test/endtoend/onlineddl/revert", "-timeout", "30m"],
   301  			"Command": [],
   302  			"Manual": false,
   303  			"Shard": "onlineddl_revert",
   304  			"RetryMax": 1,
   305  			"Tags": []
   306  		},
   307  		"onlineddl_scheduler": {
   308  			"File": "unused.go",
   309  			"Args": ["vitess.io/vitess/go/test/endtoend/onlineddl/scheduler", "-timeout", "30m"],
   310  			"Command": [],
   311  			"Manual": false,
   312  			"Shard": "onlineddl_scheduler",
   313  			"RetryMax": 1,
   314  			"Tags": []
   315  		},
   316  		"schemadiff_vrepl": {
   317  			"File": "unused.go",
   318  			"Args": ["vitess.io/vitess/go/test/endtoend/schemadiff/vrepl", "-timeout", "30m"],
   319  			"Command": [],
   320  			"Manual": false,
   321  			"Shard": "schemadiff_vrepl",
   322  			"RetryMax": 1,
   323  			"Tags": []
   324  		},
   325  		"pitr": {
   326  			"File": "unused.go",
   327  			"Args": ["vitess.io/vitess/go/test/endtoend/recovery/pitr"],
   328  			"Command": [],
   329  			"Manual": false,
   330  			"Shard": "10",
   331  			"RetryMax": 1,
   332  			"Tags": [
   333  				"site_test"
   334  			]
   335  		},
   336  		"recovery": {
   337  			"File": "unused.go",
   338  			"Args": ["vitess.io/vitess/go/test/endtoend/recovery/unshardedrecovery"],
   339  			"Command": [],
   340  			"Manual": false,
   341  			"Shard": "vtctlbackup_sharded_clustertest_heavy",
   342  			"RetryMax": 1,
   343  			"Tags": []
   344  		},
   345  		"emergencyreparent": {
   346  			"File": "unused.go",
   347  			"Args": ["vitess.io/vitess/go/test/endtoend/reparent/emergencyreparent", "-timeout", "20m"],
   348  			"Command": [],
   349  			"Manual": false,
   350  			"Shard": "ers_prs_newfeatures_heavy",
   351  			"RetryMax": 1,
   352  			"Tags": ["upgrade_downgrade_reparent"]
   353  		},
   354  		"plannedreparent": {
   355  			"File": "unused.go",
   356  			"Args": ["vitess.io/vitess/go/test/endtoend/reparent/plannedreparent", "-timeout", "20m"],
   357  			"Command": [],
   358  			"Manual": false,
   359  			"Shard": "ers_prs_newfeatures_heavy",
   360  			"RetryMax": 1,
   361  			"Tags": ["upgrade_downgrade_reparent"]
   362  		},
   363  		"newfeatures": {
   364  			"File": "unused.go",
   365  			"Args": ["vitess.io/vitess/go/test/endtoend/reparent/newfeaturetest"],
   366  			"Command": [],
   367  			"Manual": false,
   368  			"Shard": "ers_prs_newfeatures_heavy",
   369  			"RetryMax": 1,
   370  			"Tags": [""]
   371  		},
   372  		"sharded": {
   373  			"File": "unused.go",
   374  			"Args": ["vitess.io/vitess/go/test/endtoend/sharded", "-timeout", "30m"],
   375  			"Command": [],
   376  			"Manual": false,
   377  			"Shard": "vtctlbackup_sharded_clustertest_heavy",
   378  			"RetryMax": 1,
   379  			"Tags": []
   380  		},
   381  		"tabletgateway_buffer_reparent": {
   382  			"File": "unused.go",
   383  			"Args": ["vitess.io/vitess/go/test/endtoend/tabletgateway/buffer/reparent"],
   384  			"Command": [],
   385  			"Manual": false,
   386  			"Shard": "13",
   387  			"RetryMax": 1,
   388  			"Tags": []
   389  		},
   390  		"tabletgateway_buffer_reshard": {
   391  			"File": "unused.go",
   392  			"Args": ["vitess.io/vitess/go/test/endtoend/tabletgateway/buffer/reshard"],
   393  			"Command": [],
   394  			"Manual": false,
   395  			"Shard": "13",
   396  			"RetryMax": 1,
   397  			"Tags": []
   398  		},
   399  		"tabletgateway": {
   400  			"File": "unused.go",
   401  			"Args": ["vitess.io/vitess/go/test/endtoend/tabletgateway"],
   402  			"Command": [],
   403  			"Manual": false,
   404  			"Shard": "15",
   405  			"RetryMax": 1,
   406  			"Tags": []
   407  		},
   408  		"tabletmanager": {
   409  			"File": "unused.go",
   410  			"Args": ["vitess.io/vitess/go/test/endtoend/tabletmanager"],
   411  			"Command": [],
   412  			"Manual": false,
   413  			"Shard": "18",
   414  			"RetryMax": 1,
   415  			"Tags": [
   416  				"site_test"
   417  			]
   418  		},
   419  		"tabletmanager_replication_manager": {
   420  			"File": "unused.go",
   421  			"Args": ["vitess.io/vitess/go/test/endtoend/tabletmanager/replication_manager"],
   422  			"Command": [],
   423  			"Manual": false,
   424  			"Shard": "18",
   425  			"RetryMax": 1,
   426  			"Tags": []
   427  		},
   428  		"tabletmanager_consul": {
   429  			"File": "unused.go",
   430  			"Args": [
   431  				"vitess.io/vitess/go/test/endtoend/tabletmanager","--topo-flavor=consul"
   432  			],
   433  			"Command": [],
   434  			"Manual": false,
   435  			"Shard": "tabletmanager_consul",
   436  			"RetryMax": 1,
   437  			"Tags": [
   438  				"site_test"
   439  			]
   440  		},
   441  		"tabletmanager_throttler": {
   442  			"File": "unused.go",
   443  			"Args": ["vitess.io/vitess/go/test/endtoend/tabletmanager/throttler"],
   444  			"Command": [],
   445  			"Manual": false,
   446  			"Shard": "tabletmanager_throttler",
   447  			"RetryMax": 1,
   448  			"Tags": [
   449  				"site_test"
   450  			]
   451  		},
   452  		"tabletmanager_throttler_topo": {
   453  			"File": "unused.go",
   454  			"Args": ["vitess.io/vitess/go/test/endtoend/tabletmanager/throttler_topo"],
   455  			"Command": [],
   456  			"Manual": false,
   457  			"Shard": "tabletmanager_throttler_topo",
   458  			"RetryMax": 1,
   459  			"Tags": [
   460  				"site_test"
   461  			]
   462  		},
   463  		"tabletmanager_throttler_custom_config": {
   464  			"File": "unused.go",
   465  			"Args": ["vitess.io/vitess/go/test/endtoend/tabletmanager/throttler_custom_config"],
   466  			"Command": [],
   467  			"Manual": false,
   468  			"Shard": "tabletmanager_throttler_custom_config",
   469  			"RetryMax": 1,
   470  			"Tags": [
   471  				"site_test"
   472  			]
   473  		},
   474  		"tabletmanager_tablegc": {
   475  			"File": "unused.go",
   476  			"Args": ["vitess.io/vitess/go/test/endtoend/tabletmanager/tablegc"],
   477  			"Command": [],
   478  			"Manual": false,
   479  			"Shard": "tabletmanager_tablegc",
   480  			"RetryMax": 2,
   481  			"Tags": [
   482  				"site_test"
   483  			]
   484  		},
   485  		"tabletmanager_zk2": {
   486  			"File": "unused.go",
   487  			"Args": [
   488  				"vitess.io/vitess/go/test/endtoend/tabletmanager","--topo-flavor=zk2"
   489  			],
   490  			"Command": [],
   491  			"Manual": false,
   492  			"Shard": "25",
   493  			"RetryMax": 1,
   494  			"Tags": [
   495  				"site_test"
   496  			]
   497  		},
   498  		"upgrade": {
   499  			"File": "unused.go",
   500  			"Args": ["vitess.io/vitess/go/test/endtoend/versionupgrade", "-keep-data", "-force-vtdataroot", "/tmp/vtdataroot/vtroot_10901", "-force-port-start", "vtctlbackup_sharded_clustertest_heavy900", "-force-base-tablet-uid", "vtctlbackup_sharded_clustertest_heavy90"],
   501  			"Command": [],
   502  			"Manual": false,
   503  			"Shard": "28",
   504  			"RetryMax": 1,
   505  			"Tags": []
   506  		},
   507  		"vtgate": {
   508  			"File": "unused.go",
   509  			"Args": ["vitess.io/vitess/go/test/endtoend/vtgate"],
   510  			"Command": [],
   511  			"Manual": false,
   512  			"Shard": "vtgate_general_heavy",
   513  			"RetryMax": 2,
   514  			"Tags": []
   515  		},
   516  		"vtgate_queries_derived": {
   517  			"File": "unused.go",
   518  			"Args": ["vitess.io/vitess/go/test/endtoend/vtgate/queries/derived"],
   519  			"Command": [],
   520  			"Manual": false,
   521  			"Shard": "vtgate_queries",
   522  			"RetryMax": 1,
   523  			"Tags": []
   524  		},
   525  		"vtgate_queries_aggregation": {
   526  			"File": "unused.go",
   527  			"Args": ["vitess.io/vitess/go/test/endtoend/vtgate/queries/aggregation"],
   528  			"Command": [],
   529  			"Manual": false,
   530  			"Shard": "vtgate_queries",
   531  			"RetryMax": 2,
   532  			"Tags": []
   533  		},
   534  		"vtgate_queries_foundrows": {
   535  			"File": "unused.go",
   536  			"Args": ["vitess.io/vitess/go/test/endtoend/vtgate/queries/foundrows"],
   537  			"Command": [],
   538  			"Manual": false,
   539  			"Shard": "vtgate_queries",
   540  			"RetryMax": 2,
   541  			"Tags": []
   542  		},
   543  		"vtgate_queries_informationschema": {
   544  			"File": "unused.go",
   545  			"Args": ["vitess.io/vitess/go/test/endtoend/vtgate/queries/informationschema"],
   546  			"Command": [],
   547  			"Manual": false,
   548  			"Shard": "vtgate_queries",
   549  			"RetryMax": 2,
   550  			"Tags": []
   551  		},
   552  		"vtgate_queries_misc": {
   553  			"File": "unused.go",
   554  			"Args": ["vitess.io/vitess/go/test/endtoend/vtgate/queries/misc"],
   555  			"Command": [],
   556  			"Manual": false,
   557  			"Shard": "vtgate_queries",
   558  			"RetryMax": 1,
   559  			"Tags": []
   560  		},
   561  		"vtgate_queries_normalize": {
   562  			"File": "unused.go",
   563  			"Args": ["vitess.io/vitess/go/test/endtoend/vtgate/queries/normalize"],
   564  			"Command": [],
   565  			"Manual": false,
   566  			"Shard": "vtgate_queries",
   567  			"RetryMax": 2,
   568  			"Tags": []
   569  		},
   570  		"vtgate_queries_orderby": {
   571  			"File": "unused.go",
   572  			"Args": ["vitess.io/vitess/go/test/endtoend/vtgate/queries/orderby", "-timeout", "20m"],
   573  			"Command": [],
   574  			"Manual": false,
   575  			"Shard": "vtgate_queries",
   576  			"RetryMax": 2,
   577  			"Tags": ["upgrade_downgrade_query_serving_queries"]
   578  		},
   579  		"vtgate_queries_subquery": {
   580  			"File": "unused.go",
   581  			"Args": ["vitess.io/vitess/go/test/endtoend/vtgate/queries/subquery", "-timeout", "20m"],
   582  			"Command": [],
   583  			"Manual": false,
   584  			"Shard": "vtgate_queries",
   585  			"RetryMax": 2,
   586  			"Tags": ["upgrade_downgrade_query_serving_queries"]
   587  		},
   588  		"vtgate_queries_union": {
   589  			"File": "unused.go",
   590  			"Args": ["vitess.io/vitess/go/test/endtoend/vtgate/queries/union", "-timeout", "20m"],
   591  			"Command": [],
   592  			"Manual": false,
   593  			"Shard": "vtgate_queries",
   594  			"RetryMax": 2,
   595  			"Tags": ["upgrade_downgrade_query_serving_queries"]
   596  		},
   597  		"vtgate_queries_insert": {
   598  			"File": "unused.go",
   599  			"Args": ["vitess.io/vitess/go/test/endtoend/vtgate/queries/dml"],
   600  			"Command": [],
   601  			"Manual": false,
   602  			"Shard": "vtgate_queries",
   603  			"RetryMax": 2,
   604  			"Tags": []
   605  		},
   606  		"vtgate_queries_vexplain": {
   607  			"File": "unused.go",
   608  			"Args": ["vitess.io/vitess/go/test/endtoend/vtgate/queries/vexplain"],
   609  			"Command": [],
   610  			"Manual": false,
   611  			"Shard": "vtgate_queries",
   612  			"RetryMax": 2,
   613  			"Tags": []
   614  		},
   615  		"vtgate_queries_reference": {
   616  			"File": "unused.go",
   617  			"Args": ["vitess.io/vitess/go/test/endtoend/vtgate/queries/reference"],
   618  			"Command": [],
   619  			"Manual": false,
   620  			"Shard": "vtgate_queries",
   621  			"RetryMax": 1,
   622  			"Tags": []
   623  		},
   624  		"vtgate_concurrentdml": {
   625  			"File": "unused.go",
   626  			"Args": ["vitess.io/vitess/go/test/endtoend/vtgate/concurrentdml"],
   627  			"Command": [],
   628  			"Manual": false,
   629  			"Shard": "vtgate_concurrentdml",
   630  			"RetryMax": 1,
   631  			"Tags": []
   632  		},
   633  		"vtgate_schema": {
   634  			"File": "unused.go",
   635  			"Args": ["vitess.io/vitess/go/test/endtoend/vtgate/schema", "-timeout", "20m"],
   636  			"Command": [],
   637  			"Manual": false,
   638  			"Shard": "vtgate_schema",
   639  			"RetryMax": 1,
   640  			"Tags": ["upgrade_downgrade_query_serving_schema"]
   641  		},
   642  		"vtgate_schematracker_loadkeyspace": {
   643  			"File": "unused.go",
   644  			"Args": ["vitess.io/vitess/go/test/endtoend/vtgate/schematracker/loadkeyspace"],
   645  			"Command": [],
   646  			"Manual": false,
   647  			"Shard": "vtgate_schema_tracker",
   648  			"RetryMax": 1,
   649  			"Tags": []
   650  		},
   651  		"vtgate_schematracker_restarttablet": {
   652  			"File": "unused.go",
   653  			"Args": ["vitess.io/vitess/go/test/endtoend/vtgate/schematracker/restarttablet"],
   654  			"Command": [],
   655  			"Manual": false,
   656  			"Shard": "vtgate_schema_tracker",
   657  			"RetryMax": 1,
   658  			"Tags": []
   659  		},
   660  		"vtgate_schematracker_sharded": {
   661  			"File": "unused.go",
   662  			"Args": ["vitess.io/vitess/go/test/endtoend/vtgate/schematracker/sharded", "-timeout", "20m"],
   663  			"Command": [],
   664  			"Manual": false,
   665  			"Shard": "vtgate_schema_tracker",
   666  			"RetryMax": 1,
   667  			"Tags": ["upgrade_downgrade_query_serving_schema"]
   668  		},
   669  		"vtgate_schematracker_sharded_prs": {
   670  			"File": "unused.go",
   671  			"Args": ["vitess.io/vitess/go/test/endtoend/vtgate/schematracker/sharded_prs", "-timeout", "20m"],
   672  			"Command": [],
   673  			"Manual": false,
   674  			"Shard": "vtgate_schema_tracker",
   675  			"RetryMax": 1,
   676  			"Tags": ["upgrade_downgrade_query_serving_schema"]
   677  		},
   678  		"vtgate_schematracker_unauthorized": {
   679  			"File": "unused.go",
   680  			"Args": ["vitess.io/vitess/go/test/endtoend/vtgate/schematracker/unauthorized", "-timeout", "20m"],
   681  			"Command": [],
   682  			"Manual": false,
   683  			"Shard": "vtgate_schema_tracker",
   684  			"RetryMax": 1,
   685  			"Tags": ["upgrade_downgrade_query_serving_schema"]
   686  		},
   687  		"vtgate_schematracker_unsharded": {
   688  			"File": "unused.go",
   689  			"Args": ["vitess.io/vitess/go/test/endtoend/vtgate/schematracker/unsharded", "-timeout", "20m"],
   690  			"Command": [],
   691  			"Manual": false,
   692  			"Shard": "vtgate_schema_tracker",
   693  			"RetryMax": 1,
   694  			"Tags": ["upgrade_downgrade_query_serving_schema"]
   695  		},
   696  		"vtgate_mysql80": {
   697  			"File": "unused.go",
   698  			"Args": ["vitess.io/vitess/go/test/endtoend/vtgate/mysql80"],
   699  			"Command": [],
   700  			"Manual": false,
   701  			"Shard": "mysql80",
   702  			"RetryMax": 1,
   703  			"Tags": []
   704  		},
   705  		"vtgate_sequence": {
   706  			"File": "unused.go",
   707  			"Args": ["vitess.io/vitess/go/test/endtoend/vtgate/sequence"],
   708  			"Command": [],
   709  			"Manual": false,
   710  			"Shard": "vtgate_general_heavy",
   711  			"RetryMax": 1,
   712  			"Tags": []
   713  		},
   714  		"vtgate_setstatement": {
   715  			"File": "unused.go",
   716  			"Args": ["vitess.io/vitess/go/test/endtoend/vtgate/reservedconn"],
   717  			"Command": [],
   718  			"Manual": false,
   719  			"Shard": "vtgate_reservedconn",
   720  			"RetryMax": 1,
   721  			"Tags": []
   722  		},
   723  		"vtgate_reserved_conn1": {
   724  			"File": "unused.go",
   725  			"Args": ["vitess.io/vitess/go/test/endtoend/vtgate/reservedconn/reconnect1"],
   726  			"Command": [],
   727  			"Manual": false,
   728  			"Shard": "vtgate_reservedconn",
   729  			"RetryMax": 1,
   730  			"Tags": []
   731  		},
   732  		"vtgate_reserved_conn2": {
   733  			"File": "unused.go",
   734  			"Args": ["vitess.io/vitess/go/test/endtoend/vtgate/reservedconn/reconnect2"],
   735  			"Command": [],
   736  			"Manual": false,
   737  			"Shard": "vtgate_reservedconn",
   738  			"RetryMax": 1,
   739  			"Tags": []
   740  		},
   741  		"vtgate_reserved_conn3": {
   742  			"File": "unused.go",
   743  			"Args": ["vitess.io/vitess/go/test/endtoend/vtgate/reservedconn/reconnect3"],
   744  			"Command": [],
   745  			"Manual": false,
   746  			"Shard": "vtgate_reservedconn",
   747  			"RetryMax": 1,
   748  			"Tags": []
   749  		},
   750  		"vtgate_reserved_conn4": {
   751  			"File": "unused.go",
   752  			"Args": ["vitess.io/vitess/go/test/endtoend/vtgate/reservedconn/reconnect4"],
   753  			"Command": [],
   754  			"Manual": false,
   755  			"Shard": "vtgate_reservedconn",
   756  			"RetryMax": 1,
   757  			"Tags": []
   758  		},
   759  		"vtgate_tablet_healthcheck_cache": {
   760  			"File": "unused.go",
   761  			"Args": ["vitess.io/vitess/go/test/endtoend/vtgate/tablet_healthcheck_cache", "-timeout", "45m"],
   762  			"Command": [],
   763  			"Manual": false,
   764  			"Shard": "vtgate_tablet_healthcheck_cache",
   765  			"RetryMax": 1,
   766  			"Tags": []
   767  		},
   768  		"vtgate_transaction": {
   769  			"File": "unused.go",
   770  			"Args": ["vitess.io/vitess/go/test/endtoend/vtgate/transaction"],
   771  			"Command": [],
   772  			"Manual": false,
   773  			"Shard": "vtgate_transaction",
   774  			"RetryMax": 1,
   775  			"Tags": []
   776  		},
   777  		"vtgate_transaction_restart": {
   778  			"File": "unused.go",
   779  			"Args": ["vitess.io/vitess/go/test/endtoend/vtgate/transaction/restart"],
   780  			"Command": [],
   781  			"Manual": false,
   782  			"Shard": "vtgate_transaction",
   783  			"RetryMax": 1,
   784  			"Tags": []
   785  		},
   786  		"vtgate_transaction_rollback": {
   787  			"File": "unused.go",
   788  			"Args": ["vitess.io/vitess/go/test/endtoend/vtgate/transaction/rollback"],
   789  			"Command": [],
   790  			"Manual": false,
   791  			"Shard": "vtgate_transaction",
   792  			"RetryMax": 1,
   793  			"Tags": []
   794  		},
   795  		"vtgate_transaction_single": {
   796  			"File": "unused.go",
   797  			"Args": ["vitess.io/vitess/go/test/endtoend/vtgate/transaction/single"],
   798  			"Command": [],
   799  			"Manual": false,
   800  			"Shard": "vtgate_transaction",
   801  			"RetryMax": 1,
   802  			"Tags": []
   803  		},
   804  		"vtgate_transaction_partial_exec": {
   805  			"File": "unused.go",
   806  			"Args": ["vitess.io/vitess/go/test/endtoend/vtgate/partialfailure"],
   807  			"Command": [],
   808  			"Manual": false,
   809  			"Shard": "vtgate_transaction",
   810  			"RetryMax": 1,
   811  			"Tags": []
   812  		},
   813  		"vtgate_unsharded": {
   814  			"File": "unused.go",
   815  			"Args": ["vitess.io/vitess/go/test/endtoend/vtgate/unsharded"],
   816  			"Command": [],
   817  			"Manual": false,
   818  			"Shard": "vtgate_unsharded",
   819  			"RetryMax": 1,
   820  			"Tags": []
   821  		},
   822  		"vtgate_vschema": {
   823  			"File": "unused.go",
   824  			"Args": ["vitess.io/vitess/go/test/endtoend/vtgate/vschema", "-timeout", "20m"],
   825  			"Command": [],
   826  			"Manual": false,
   827  			"Shard": "vtgate_vschema",
   828  			"RetryMax": 1,
   829  			"Tags": ["upgrade_downgrade_query_serving_schema"]
   830  		},
   831  		"vtgate_readafterwrite": {
   832  			"File": "unused.go",
   833  			"Args": ["vitess.io/vitess/go/test/endtoend/vtgate/readafterwrite"],
   834  			"Command": [],
   835  			"Manual": false,
   836  			"Shard": "vtgate_readafterwrite",
   837  			"RetryMax": 1,
   838  			"Tags": []
   839  		},
   840  		"vtgate_dbddlplugin": {
   841  			"File": "unused.go",
   842  			"Args": ["vitess.io/vitess/go/test/endtoend/vtgate/createdb_plugin"],
   843  			"Command": [],
   844  			"Manual": false,
   845  			"Shard": "vtgate_general_heavy",
   846  			"RetryMax": 1,
   847  			"Tags": []
   848  		},
   849  		"vtgate_gen4": {
   850  			"File": "unused.go",
   851  			"Args": ["vitess.io/vitess/go/test/endtoend/vtgate/gen4"],
   852  			"Command": [],
   853  			"Manual": false,
   854  			"Shard": "vtgate_gen4",
   855  			"RetryMax": 2,
   856  			"Tags": []
   857  		},
   858  		"vtgate_godriver": {
   859  			"File": "unused.go",
   860  			"Args": ["vitess.io/vitess/go/test/endtoend/vtgate/godriver"],
   861  			"Command": [],
   862  			"Manual": false,
   863  			"Shard": "vtgate_godriver",
   864  			"RetryMax": 1,
   865  			"Tags": []
   866  		},
   867  		"vtgate_watchkeyspace": {
   868  			"File": "unused.go",
   869  			"Args": ["vitess.io/vitess/go/test/endtoend/vtgate/keyspace_watches"],
   870  			"Command": [],
   871  			"Manual": false,
   872  			"Shard": "vtgate_topo",
   873  			"RetryMax": 1,
   874  			"Tags": []
   875  		},
   876  		"vtgate_grpc_server_auth_static": {
   877  			"File": "unused.go",
   878  			"Args": ["vitess.io/vitess/go/test/endtoend/vtgate/grpc_server_auth_static"],
   879  			"Command": [],
   880  			"Manual": false,
   881  			"Shard": "vtgate_general_heavy",
   882  			"RetryMax": 1,
   883  			"Tags": []
   884  		},
   885  		"vtgate_grpc_server_acls": {
   886  			"File": "unused.go",
   887  			"Args": ["vitess.io/vitess/go/test/endtoend/vtgate/grpc_server_acls"],
   888  			"Command": [],
   889  			"Manual": false,
   890  			"Shard": "vtgate_general_heavy",
   891  			"RetryMax": 1,
   892  			"Tags": []
   893  		},
   894  		"topo_zk2": {
   895  			"File": "unused.go",
   896  			"Args": ["vitess.io/vitess/go/test/endtoend/topotest/zk2", "--topo-flavor=zk2"],
   897  			"Command": [],
   898  			"Manual": false,
   899  			"Shard": "25",
   900  			"RetryMax": 1,
   901  			"Tags": []
   902  		},
   903  		"topo_consul": {
   904  			"File": "unused.go",
   905  			"Args": ["vitess.io/vitess/go/test/endtoend/topotest/consul", "--topo-flavor=consul"],
   906  			"Command": [],
   907  			"Manual": false,
   908  			"Shard": "vtgate_topo_consul",
   909  			"RetryMax": 1,
   910  			"Tags": []
   911  		},
   912  		"topo_etcd2": {
   913  			"File": "unused.go",
   914  			"Args": ["vitess.io/vitess/go/test/endtoend/topotest/etcd2"],
   915  			"Command": [],
   916  			"Manual": false,
   917  			"Shard": "vtgate_topo_etcd",
   918  			"RetryMax": 1,
   919  			"Tags": []
   920  		},
   921  		"errs_as_warns": {
   922  			"File": "unused.go",
   923  			"Args": ["vitess.io/vitess/go/test/endtoend/vtgate/errors_as_warnings"],
   924  			"Command": [],
   925  			"Manual": false,
   926  			"Shard": "vtgate_general_heavy",
   927  			"RetryMax": 1,
   928  			"Tags": []
   929  		},
   930  		"consolidator": {
   931  			"File": "unused.go",
   932  			"Args": ["vitess.io/vitess/go/test/endtoend/vtgate/consolidator"],
   933  			"Command": [],
   934  			"Manual": false,
   935  			"Shard": "vtgate_general_heavy",
   936  			"RetryMax": 1,
   937  			"Tags": []
   938  		},
   939  		"prefixfanout": {
   940  			"File": "unused.go",
   941  			"Args": ["vitess.io/vitess/go/test/endtoend/vtgate/prefixfanout"],
   942  			"Command": [],
   943  			"Manual": false,
   944  			"Shard": "vtgate_vindex_heavy",
   945  			"RetryMax": 1,
   946  			"Tags": []
   947  		},
   948  		"vindex_bindvars": {
   949  			"File": "unused.go",
   950  			"Args": ["vitess.io/vitess/go/test/endtoend/vtgate/vindex_bindvars"],
   951  			"Command": [],
   952  			"Manual": false,
   953  			"Shard": "vtgate_vindex_heavy",
   954  			"RetryMax": 2,
   955  			"Tags": []
   956  		},
   957  		"vindex_secondary": {
   958  			"File": "unused.go",
   959  			"Args": ["vitess.io/vitess/go/test/endtoend/vtgate/sec_vind"],
   960  			"Command": [],
   961  			"Manual": false,
   962  			"Shard": "vtgate_vindex_heavy",
   963  			"RetryMax": 2,
   964  			"Tags": []
   965  		},
   966  		"vttest_sample": {
   967  			"File": "unused.go",
   968  			"Args": ["vitess.io/vitess/go/test/endtoend/vtcombo"],
   969  			"Command": [],
   970  			"Manual": false,
   971  			"Shard": "25",
   972  			"RetryMax": 1,
   973  			"Tags": []
   974  		},
   975  		"xb_recovery": {
   976  			"File": "recovery_test.go",
   977  			"Args": ["vitess.io/vitess/go/test/endtoend/recovery/xtrabackup"],
   978  			"Command": [],
   979  			"Manual": false,
   980  			"Shard": "xb_recovery",
   981  			"RetryMax": 1,
   982  			"Tags": []
   983  		},
   984  		"vreplication_multicell": {
   985  			"File": "unused.go",
   986  			"Args": ["vitess.io/vitess/go/test/endtoend/vreplication", "-run", "MultiCell"],
   987  			"Command": [],
   988  			"Manual": false,
   989  			"Shard": "vreplication_multicell",
   990  			"RetryMax": 2,
   991  			"Tags": []
   992  		},
   993  		"vreplication_materialize": {
   994  			"File": "unused.go",
   995  			"Args": ["vitess.io/vitess/go/test/endtoend/vreplication", "-run", "TestMaterialize"],
   996  			"Command": [],
   997  			"Manual": false,
   998  			"Shard": "vreplication_multicell",
   999  			"RetryMax": 0,
  1000  			"Tags": []
  1001  		},
  1002  		"vreplication_cellalias": {
  1003  			"File": "unused.go",
  1004  			"Args": ["vitess.io/vitess/go/test/endtoend/vreplication", "-run", "CellAlias"],
  1005  			"Command": [],
  1006  			"Manual": false,
  1007  			"Shard": "vreplication_cellalias",
  1008  			"RetryMax": 0,
  1009  			"Tags": []
  1010  		},
  1011  		"vreplication_partialmovetables": {
  1012  			"File": "unused.go",
  1013  			"Args": ["vitess.io/vitess/go/test/endtoend/vreplication", "-run", "PartialMoveTables"],
  1014  			"Command": [],
  1015  			"Manual": false,
  1016  			"Shard": "vreplication_cellalias",
  1017  			"RetryMax": 0,
  1018  			"Tags": []
  1019  		},
  1020  		"vreplication_vschema_load": {
  1021  			"File": "unused.go",
  1022  			"Args": ["vitess.io/vitess/go/test/endtoend/vreplication", "-run", "TestVSchemaChangesUnderLoad"],
  1023  			"Command": [],
  1024  			"Manual": false,
  1025  			"Shard": "vreplication_cellalias",
  1026  			"RetryMax": 2,
  1027  			"Tags": []
  1028  		},
  1029  		"sidecardb": {
  1030  			"File": "unused.go",
  1031  			"Args": ["vitess.io/vitess/go/test/endtoend/vreplication", "-run", "TestSidecarDB"],
  1032  			"Command": [],
  1033  			"Manual": false,
  1034  			"Shard": "schemadiff_vrepl",
  1035  			"RetryMax": 2,
  1036  			"Tags": []
  1037  		},
  1038  		"vreplication_basic": {
  1039  			"File": "unused.go",
  1040  			"Args": ["vitess.io/vitess/go/test/endtoend/vreplication", "-run", "TestBasicVreplicationWorkflow"],
  1041  			"Command": [],
  1042  			"Manual": false,
  1043  			"Shard": "vreplication_basic",
  1044  			"RetryMax": 1,
  1045  			"Tags": []
  1046  		},
  1047  		"vreplication_copy_throttling": {
  1048  			"File": "unused.go",
  1049  			"Args": ["vitess.io/vitess/go/test/endtoend/vreplication", "-run", "TestVreplicationCopyThrottling"],
  1050  			"Command": [],
  1051  			"Manual": false,
  1052  			"Shard": "vreplication_basic",
  1053  			"RetryMax": 1,
  1054  			"Tags": []
  1055  		},
  1056  		"vreplication_copy_parallel": {
  1057  			"File": "unused.go",
  1058  			"Args": ["vitess.io/vitess/go/test/endtoend/vreplication", "-run", "TestVreplicationCopyParallel"],
  1059  			"Command": [],
  1060  			"Manual": false,
  1061  			"Shard": "vreplication_basic",
  1062  			"RetryMax": 1,
  1063  			"Tags": []
  1064  		},
  1065  		"vstream_flush_binlog": {
  1066  			"File": "unused.go",
  1067  			"Args": ["vitess.io/vitess/go/test/endtoend/vreplication", "-run", "TestVStreamFlushBinlog"],
  1068  			"Command": [],
  1069  			"Manual": false,
  1070  			"Shard": "vreplication_basic",
  1071  			"RetryMax": 1,
  1072  			"Tags": []
  1073  		},
  1074  		"vstream_failover": {
  1075  			"File": "unused.go",
  1076  			"Args": ["vitess.io/vitess/go/test/endtoend/vreplication", "-run", "VStreamFailover"],
  1077  			"Command": [],
  1078  			"Manual": false,
  1079  			"Shard": "vstream_failover",
  1080  			"RetryMax": 3,
  1081  			"Tags": []
  1082  		},
  1083  		"vstream_stoponreshard_true": {
  1084  			"File": "unused.go",
  1085  			"Args": ["vitess.io/vitess/go/test/endtoend/vreplication", "-run", "VStreamStopOnReshardTrue"],
  1086  			"Command": [],
  1087  			"Manual": false,
  1088  			"Shard": "vstream_stoponreshard_true",
  1089  			"RetryMax": 1,
  1090  			"Tags": []
  1091  		},
  1092  		"vstream_stoponreshard_false": {
  1093  			"File": "unused.go",
  1094  			"Args": ["vitess.io/vitess/go/test/endtoend/vreplication", "-run", "VStreamStopOnReshardFalse"],
  1095  			"Command": [],
  1096  			"Manual": false,
  1097  			"Shard": "vstream_stoponreshard_false",
  1098  			"RetryMax": 1,
  1099  			"Tags": []
  1100  		},
  1101  		"vstream_with_keyspaces_to_watch": {
  1102  			"File": "unused.go",
  1103  			"Args": ["vitess.io/vitess/go/test/endtoend/vreplication", "-run", "VStreamWithKeyspacesToWatch"],
  1104  			"Command": [],
  1105  			"Manual": false,
  1106  			"Shard": "vstream_with_keyspaces_to_watch",
  1107  			"RetryMax": 1,
  1108  			"Tags": []
  1109  		},
  1110  		"vtorc_primary_failure": {
  1111  			"File": "unused.go",
  1112  			"Args": ["vitess.io/vitess/go/test/endtoend/vtorc/primaryfailure"],
  1113  			"Command": [],
  1114  			"Manual": false,
  1115  			"Shard": "vtorc",
  1116  			"RetryMax": 3,
  1117  			"Tags": []
  1118  		},
  1119  		"vtorc_api": {
  1120  			"File": "unused.go",
  1121  			"Args": ["vitess.io/vitess/go/test/endtoend/vtorc/api"],
  1122  			"Command": [],
  1123  			"Manual": false,
  1124  			"Shard": "vtorc",
  1125  			"RetryMax": 3,
  1126  			"Tags": []
  1127  		},
  1128  		"vtorc_general": {
  1129  			"File": "unused.go",
  1130  			"Args": ["vitess.io/vitess/go/test/endtoend/vtorc/general"],
  1131  			"Command": [],
  1132  			"Manual": false,
  1133  			"Shard": "vtorc",
  1134  			"RetryMax": 3,
  1135  			"Tags": []
  1136  		},
  1137  		"vtorc_readtopologyinstance": {
  1138  			"File": "unused.go",
  1139  			"Args": ["vitess.io/vitess/go/test/endtoend/vtorc/readtopologyinstance"],
  1140  			"Command": [],
  1141  			"Manual": false,
  1142  			"Shard": "vtorc",
  1143  			"RetryMax": 3,
  1144  			"Tags": []
  1145  		},
  1146  		"vault": {
  1147  			"File": "unused.go",
  1148  			"Args": ["vitess.io/vitess/go/test/endtoend/vault"],
  1149  			"Command": [],
  1150  			"Manual": false,
  1151  			"Shard": "mysql_server_vault",
  1152  			"RetryMax": 1,
  1153  			"Tags": []
  1154  		},
  1155  		"vreplication_v2": {
  1156  			"File": "unused.go",
  1157  			"Args": ["vitess.io/vitess/go/test/endtoend/vreplication", "-run", "TestBasicV2Workflows", "-timeout", "20m"],
  1158  			"Command": [],
  1159  			"Manual": false,
  1160  			"Shard": "vreplication_v2",
  1161  			"RetryMax": 1,
  1162  			"Tags": []
  1163  		},
  1164  		"vreplication_across_db_versions": {
  1165  			"File": "unused.go",
  1166  			"Args": ["vitess.io/vitess/go/test/endtoend/vreplication", "-run", "TestV2WorkflowsAcrossDBVersions", "-timeout", "20m"],
  1167  			"Command": [],
  1168  			"Manual": false,
  1169  			"Shard": "vreplication_across_db_versions",
  1170  			"RetryMax": 1,
  1171  			"Tags": []
  1172  		},
  1173                  "vreplication_mariadb_to_mysql": {
  1174                          "File": "unused.go",
  1175                          "Args": ["vitess.io/vitess/go/test/endtoend/vreplication", "-run", "TestMoveTablesMariaDBToMySQL", "-timeout", "10m"],
  1176                          "Command": [],
  1177                          "Manual": false,
  1178                          "Shard": "vreplication_across_db_versions",
  1179                          "RetryMax": 1,
  1180                          "Tags": []
  1181                  },
  1182  		"vreplication_migrate": {
  1183  			"File": "unused.go",
  1184  			"Args": ["vitess.io/vitess/go/test/endtoend/vreplication", "-run", "TestMigrate"],
  1185  			"Command": [],
  1186  			"Manual": false,
  1187  			"Shard": "vreplication_migrate_vdiff2_convert_tz",
  1188  			"RetryMax": 1,
  1189  			"Tags": []
  1190  		},
  1191  		"vdiff2": {
  1192  			"File": "unused.go",
  1193  			"Args": ["vitess.io/vitess/go/test/endtoend/vreplication", "-run", "TestVDiff2"],
  1194  			"Command": [],
  1195  			"Manual": false,
  1196  			"Shard": "vreplication_migrate_vdiff2_convert_tz",
  1197  			"RetryMax": 1,
  1198  			"Tags": []
  1199  		},
  1200  		"vreplication_movetables_tz": {
  1201  			"File": "unused.go",
  1202  			"Args": ["vitess.io/vitess/go/test/endtoend/vreplication", "-run", "TestMoveTablesTZ"],
  1203  			"Command": [],
  1204  			"Manual": false,
  1205  			"Shard": "vreplication_migrate_vdiff2_convert_tz",
  1206  			"RetryMax": 1,
  1207  			"Tags": []
  1208  		},
  1209  		"topo_connection_cache": {
  1210  			"File": "unused.go",
  1211  			"Args": ["vitess.io/vitess/go/test/endtoend/topoconncache", "-run", "TestVtctldListAllTablets"],
  1212  			"Command": [],
  1213  			"Manual": false,
  1214  			"Shard": "topo_connection_cache",
  1215  			"RetryMax": 1,
  1216  			"Tags": []
  1217  		},
  1218  		"prscomplex": {
  1219  			"File": "unused.go",
  1220  			"Args": ["vitess.io/vitess/go/test/endtoend/reparent/prscomplex"],
  1221  			"Command": [],
  1222  			"Manual": false,
  1223  			"Shard": "vttablet_prscomplex",
  1224  			"RetryMax": 1,
  1225  			"Tags": [""]
  1226  		},
  1227  		"prssettingspool": {
  1228  			"File": "unused.go",
  1229  			"Args": ["vitess.io/vitess/go/test/endtoend/reparent/prssettingspool"],
  1230  			"Command": [],
  1231  			"Manual": false,
  1232  			"Shard": "vttablet_prscomplex",
  1233  			"RetryMax": 1,
  1234  			"Tags": [""]
  1235  		}
  1236  	}
  1237  }