diff options
author | Andy Schwerin <schwerin@mongodb.com> | 2016-08-17 16:14:35 -0400 |
---|---|---|
committer | Andy Schwerin <schwerin@mongodb.com> | 2016-08-19 14:24:50 -0400 |
commit | 784cc21ab3e7e44da724092178d56cec53ffab24 (patch) | |
tree | 81b71ee876a86535e0afcc48d88ca88b507ebc6f /jstests/gle | |
parent | 9a56947f7e77612eccdc3c27c1936a885a91543e (diff) | |
download | mongo-784cc21ab3e7e44da724092178d56cec53ffab24.tar.gz |
SERVER-25676 Change name of replica set in create_index_gle.js to avoid bug.
Until a proper fix for SERVER-25676 is implemented, this change will prevent
the continuous build system from encountering it. This works because the
bug only manifests when a getLastError follows a call to createIndexes on
a sharded system where the shard replica set names appear before the
individual host names in the replica set in lexicographical order.
Diffstat (limited to 'jstests/gle')
-rw-r--r-- | jstests/gle/create_index_gle.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/gle/create_index_gle.js b/jstests/gle/create_index_gle.js index ce3dcb58c03..2a93521ba57 100644 --- a/jstests/gle/create_index_gle.js +++ b/jstests/gle/create_index_gle.js @@ -3,6 +3,7 @@ load('jstests/replsets/rslib.js'); "use strict"; var st = new ShardingTest({ + name: "zzz", shards: { rs0: { nodes: {n0: {}, n1: {rsConfig: {priority: 0}}}, |