diff options
Diffstat (limited to 'jstests/sharding/localhostAuthBypass.js')
-rw-r--r-- | jstests/sharding/localhostAuthBypass.js | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/jstests/sharding/localhostAuthBypass.js b/jstests/sharding/localhostAuthBypass.js index 6dd8a9d6d62..31103df7fe4 100644 --- a/jstests/sharding/localhostAuthBypass.js +++ b/jstests/sharding/localhostAuthBypass.js @@ -3,10 +3,11 @@ // This test is to ensure that localhost authentication works correctly against a sharded // cluster whether they are hosted with "localhost" or a hostname. -// Checking UUID consistency, which occurs on ShardingTest.stop, involves using a mongos to read -// data on the config server, but this test uses a special shutdown function which stops the -// mongoses before calling ShardingTest.stop. +// Checking UUID and index consistency, which occurs on ShardingTest.stop, involves using a +// mongos to read data on the config server, but this test uses a special shutdown function +// which stops the mongoses before calling ShardingTest.stop. TestData.skipCheckingUUIDsConsistentAcrossCluster = true; +TestData.skipCheckingIndexesConsistentAcrossCluster = true; (function() { 'use strict'; |