summaryrefslogtreecommitdiff
path: root/jstests/sharding/config_rs_no_primary.js
diff options
context:
space:
mode:
authorRandolph Tan <randolph@10gen.com>2020-01-09 16:20:10 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-02-05 19:31:07 +0000
commitc51a36a187405c0d56698a6a3242b8828e387c37 (patch)
tree98e1f8a4425d727ce924b038082af151643fc859 /jstests/sharding/config_rs_no_primary.js
parent746549116acd3139e64520159e8542387edce0b1 (diff)
downloadmongo-c51a36a187405c0d56698a6a3242b8828e387c37.tar.gz
SERVER-42191 Add a new test hook that checks that all orphaned documents are eventually deleted
create mode 100644 jstests/libs/override_methods/check_orphans_are_deleted.js
Diffstat (limited to 'jstests/sharding/config_rs_no_primary.js')
-rw-r--r--jstests/sharding/config_rs_no_primary.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/sharding/config_rs_no_primary.js b/jstests/sharding/config_rs_no_primary.js
index e4a90569c87..91ce74de45d 100644
--- a/jstests/sharding/config_rs_no_primary.js
+++ b/jstests/sharding/config_rs_no_primary.js
@@ -5,6 +5,7 @@
// no config server primary by the end of this test.
TestData.skipCheckingUUIDsConsistentAcrossCluster = true;
TestData.skipCheckingIndexesConsistentAcrossCluster = true;
+TestData.skipCheckOrphans = true;
(function() {
"use strict";