summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/unix_socket.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/noPassthrough/unix_socket.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/noPassthrough/unix_socket.js')
-rw-r--r--jstests/noPassthrough/unix_socket.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/noPassthrough/unix_socket.js b/jstests/noPassthrough/unix_socket.js
index a6f0b1d6bf0..58c2976bbfa 100644
--- a/jstests/noPassthrough/unix_socket.js
+++ b/jstests/noPassthrough/unix_socket.js
@@ -18,6 +18,7 @@ if (_isWindows()) {
// Checking index consistency involves reconnecting to the mongos.
TestData.skipCheckingIndexesConsistentAcrossCluster = true;
+TestData.skipCheckOrphans = true;
// Do not fail if this test leaves unterminated processes because testSockOptions
// is expected to throw before it calls stopMongod.