summaryrefslogtreecommitdiff
path: root/jstests/noPassthroughWithMongod
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/noPassthroughWithMongod')
-rw-r--r--jstests/noPassthroughWithMongod/tailable_getmore_does_not_timeout.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/jstests/noPassthroughWithMongod/tailable_getmore_does_not_timeout.js b/jstests/noPassthroughWithMongod/tailable_getmore_does_not_timeout.js
index 0e8d05db09b..19a0452febb 100644
--- a/jstests/noPassthroughWithMongod/tailable_getmore_does_not_timeout.js
+++ b/jstests/noPassthroughWithMongod/tailable_getmore_does_not_timeout.js
@@ -4,6 +4,10 @@
(function() {
"use strict";
+ // This test runs a getMore in a parallel shell, which will not inherit the implicit session of
+ // the cursor establishing command.
+ TestData.disableImplicitSessions = true;
+
const coll = db.tailable_getmore_no_timeout;
coll.drop();