summaryrefslogtreecommitdiff
path: root/jstests/sslSpecial
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/sslSpecial
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/sslSpecial')
-rw-r--r--jstests/sslSpecial/mixed_mode_sharded_transition_nossl.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/jstests/sslSpecial/mixed_mode_sharded_transition_nossl.js b/jstests/sslSpecial/mixed_mode_sharded_transition_nossl.js
index 03ee4e5fb09..59f2f90b4e5 100644
--- a/jstests/sslSpecial/mixed_mode_sharded_transition_nossl.js
+++ b/jstests/sslSpecial/mixed_mode_sharded_transition_nossl.js
@@ -6,7 +6,11 @@
* test suite. This suite does not use ssl so it cannot test modes with ssl.
*/
+// Test setup randomly have auth/no auth setting on shards, which make hooks targetting shard
+// directly more complicated. Skip the hooks since this test doesn't really do migrations.
TestData.skipCheckingIndexesConsistentAcrossCluster = true;
+TestData.skipCheckOrphans = true;
+
load('jstests/ssl/libs/ssl_helpers.js');
(function() {