summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Saltz <matthew.saltz@mongodb.com>2020-03-27 14:49:24 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-03-27 19:43:48 +0000
commit6dc4c266ee09b1d6a5a73ebb30dbdb5b5be3d588 (patch)
tree0e452abb564f74778ae04fc2485fe30a71040137
parentf73a9645f68107d856bc882ad9e3fcdb0ee2f2ed (diff)
downloadmongo-6dc4c266ee09b1d6a5a73ebb30dbdb5b5be3d588.tar.gz
SERVER-47156 Skip checking for orphans at the end of gle_sharded_wc.js
-rw-r--r--jstests/gle/gle_sharded_wc.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/jstests/gle/gle_sharded_wc.js b/jstests/gle/gle_sharded_wc.js
index b5c468a045f..36ad2649142 100644
--- a/jstests/gle/gle_sharded_wc.js
+++ b/jstests/gle/gle_sharded_wc.js
@@ -5,11 +5,12 @@
// so cannot be run on the ephemeralForTest storage engine, as it accepts all journaled writes.
// @tags: [SERVER-21420]
-// Checking UUID and index consistency involves talking to the shard primaries, but by the end of
-// this test, one shard does not have a primary.
+// The following checks involve talking to the shard primaries, but by the end of this test, one
+// shard does not have a primary.
TestData.skipCheckingUUIDsConsistentAcrossCluster = true;
TestData.skipCheckingIndexesConsistentAcrossCluster = true;
TestData.skipCheckDBHashes = true;
+TestData.skipCheckOrphans = true;
(function() {
"use strict";