Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
3.4.0-rc4
-
None
-
Fully Compatible
-
ALL
-
TIG 2016-12-12
Description
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'.