summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/stepdown_query.js
diff options
context:
space:
mode:
authorWilliam Schultz <william.schultz@mongodb.com>2020-02-05 17:37:00 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-02-05 22:53:39 +0000
commit134a81cad1d62af9327bf9df19c5720c6e72fe9e (patch)
tree4aeda882b3dfca25585a67b3430b8418c34d9a8b /jstests/noPassthrough/stepdown_query.js
parentb0c5c0baa85fba563c80ee416cecc22e9ffbf53a (diff)
downloadmongo-134a81cad1d62af9327bf9df19c5720c6e72fe9e.tar.gz
Revert "SERVER-42191 Add a new test hook that checks that all orphaned documents are eventually deleted"
This reverts commit c51a36a187405c0d56698a6a3242b8828e387c37. delete mode 100644 jstests/libs/override_methods/check_orphans_are_deleted.js
Diffstat (limited to 'jstests/noPassthrough/stepdown_query.js')
-rw-r--r--jstests/noPassthrough/stepdown_query.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/jstests/noPassthrough/stepdown_query.js b/jstests/noPassthrough/stepdown_query.js
index 4809e471f7a..f52bd3c875c 100644
--- a/jstests/noPassthrough/stepdown_query.js
+++ b/jstests/noPassthrough/stepdown_query.js
@@ -6,7 +6,6 @@
// Checking UUID consistency involves talking to a shard node, which in this test is shutdown
TestData.skipCheckingUUIDsConsistentAcrossCluster = true;
-TestData.skipCheckOrphans = true;
(function() {
'use strict';