summaryrefslogtreecommitdiff
path: root/jstests/sharding/read_pref.js
diff options
context:
space:
mode:
authorRandolph Tan <randolph@10gen.com>2020-02-06 10:50:21 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-02-10 19:42:41 +0000
commit55005a1d4a228174e03862a096029457ca5a7e7c (patch)
tree3855c247bca216280008ff12735ed358eb36b39d /jstests/sharding/read_pref.js
parent3ec37826afdf559ee038b83db7a3da9757bdf366 (diff)
downloadmongo-55005a1d4a228174e03862a096029457ca5a7e7c.tar.gz
SERVER-42191 Add a new test hook that checks that all orphaned documents are eventually deleted
Diffstat (limited to 'jstests/sharding/read_pref.js')
-rw-r--r--jstests/sharding/read_pref.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/sharding/read_pref.js b/jstests/sharding/read_pref.js
index 454cc2fb6dd..b3e4f835ea7 100644
--- a/jstests/sharding/read_pref.js
+++ b/jstests/sharding/read_pref.js
@@ -5,6 +5,7 @@
// Checking UUID consistency involves talking to a shard node, which in this test is shutdown
TestData.skipCheckingUUIDsConsistentAcrossCluster = true;
+TestData.skipCheckOrphans = true;
(function() {
'use strict';