summaryrefslogtreecommitdiff
path: root/src/mongo/shell/utils.js
diff options
context:
space:
mode:
authorBlake Oler <blake.oler@mongodb.com>2018-04-19 18:32:26 -0400
committerBlake Oler <blake.oler@mongodb.com>2018-04-20 11:00:22 -0400
commitebfdd0f68c1c9477cf5795bd07256d596fea62c5 (patch)
tree1f3985bceb16bc13e3f7041a86552f7a49905d72 /src/mongo/shell/utils.js
parentef814713f7987991c14e38e496e3d015b3f5fa02 (diff)
downloadmongo-ebfdd0f68c1c9477cf5795bd07256d596fea62c5.tar.gz
SERVER-34496 Await all operations committed in ShardingTest::checkUUIDsConsistent hook
Diffstat (limited to 'src/mongo/shell/utils.js')
-rw-r--r--src/mongo/shell/utils.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/shell/utils.js b/src/mongo/shell/utils.js
index 354162529c5..07cc666a15a 100644
--- a/src/mongo/shell/utils.js
+++ b/src/mongo/shell/utils.js
@@ -294,6 +294,8 @@ jsTestOptions = function() {
TestData.skipCheckingUUIDsConsistentAcrossCluster || false,
skipCheckingCatalogCacheConsistencyWithShardingCatalog:
TestData.skipCheckingCatalogCacheConsistencyWithShardingCatalog || false,
+ skipAwaitingReplicationOnShardsBeforeCheckingUUIDs:
+ TestData.skipAwaitingReplicationOnShardsBeforeCheckingUUIDs || false,
jsonSchemaTestFile: TestData.jsonSchemaTestFile,
excludedDBsFromDBHash: TestData.excludedDBsFromDBHash,
alwaysInjectTransactionNumber: TestData.alwaysInjectTransactionNumber,