From 8817328f87564a29e9be2ed1a746cf40e89587eb Mon Sep 17 00:00:00 2001 From: Jack Mulrow Date: Fri, 18 May 2018 17:34:06 -0400 Subject: SERVER-32064 Requests from the shell should use an implicit session by default --- buildscripts/resmokeconfig/suites/jstestfuzz_replication.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'buildscripts/resmokeconfig/suites/jstestfuzz_replication.yml') diff --git a/buildscripts/resmokeconfig/suites/jstestfuzz_replication.yml b/buildscripts/resmokeconfig/suites/jstestfuzz_replication.yml index 6c1c85d9014..6584273afa8 100644 --- a/buildscripts/resmokeconfig/suites/jstestfuzz_replication.yml +++ b/buildscripts/resmokeconfig/suites/jstestfuzz_replication.yml @@ -13,6 +13,10 @@ executor: config: shell_options: readMode: commands + global_vars: + TestData: + # Other fuzzers test commands against replica sets with logical session ids. + disableImplicitSessions: true hooks: # The CheckReplDBHash hook waits until all operations have replicated to and have been applied # on the secondaries, so we run the ValidateCollections hook after it to ensure we're -- cgit v1.2.1