-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 3.4.0-rc4
-
Component/s: Testing Infrastructure
-
None
-
Fully Compatible
-
ALL
-
TIG 2016-12-12
The shard name, when using a standalone mongod, instead of a replica set is use an index into the shards in getSerializedCluster. The index used are 'shard0', 'shard1',... It should be based on the return from the invocation to ShardingTest as shard.shardName, i.e., 'shard0000'.