summaryrefslogtreecommitdiff
path: root/jstests/sharding/aggregation_currentop.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/sharding/aggregation_currentop.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/sharding/aggregation_currentop.js')
-rw-r--r--jstests/sharding/aggregation_currentop.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/jstests/sharding/aggregation_currentop.js b/jstests/sharding/aggregation_currentop.js
index 692366a8a37..f3b6ac3be5c 100644
--- a/jstests/sharding/aggregation_currentop.js
+++ b/jstests/sharding/aggregation_currentop.js
@@ -18,8 +18,6 @@
// Restarts cause issues with authentication for awaiting replication.
TestData.skipAwaitingReplicationOnShardsBeforeCheckingUUIDs = true;
-// Restarts shard nodes with no keyFile.
-TestData.skipCheckOrphans = true;
(function() {
"use strict";