summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorMarcos José Grillo Ramirez <marcos.grillo@mongodb.com>2022-02-04 15:15:02 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-02-04 15:42:59 +0000
commit2937ae99ec75e31136a330182a053848bc887dbe (patch)
treedf2ba83232a02fa51439c2ee45f7475889fac459 /buildscripts
parentd1eb6fb94ab4abd7a8d0954f24aaefe63392df05 (diff)
downloadmongo-2937ae99ec75e31136a330182a053848bc887dbe.tar.gz
SERVER-62761 Unset receiveChunkWaitForRangeDeleterTimeoutMS parameter in 4.4 binaries
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokelib/testing/fixtures/standalone.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/buildscripts/resmokelib/testing/fixtures/standalone.py b/buildscripts/resmokelib/testing/fixtures/standalone.py
index 7f094f8685f..b2e02f10d8c 100644
--- a/buildscripts/resmokelib/testing/fixtures/standalone.py
+++ b/buildscripts/resmokelib/testing/fixtures/standalone.py
@@ -236,6 +236,11 @@ class MongodLauncher(object):
"logComponentVerbosity"] = self.get_default_log_component_verbosity_for_mongod(
executable)
+ # receiveChunkWaitForRangeDeleterTimeoutMS is available from 5.0 onwards.
+ if "receiveChunkWaitForRangeDeleterTimeoutMS" in suite_set_parameters:
+ if executable == self.config.LAST_LTS_MONGOD_BINARY:
+ suite_set_parameters.pop("receiveChunkWaitForRangeDeleterTimeoutMS", None)
+
# minNumChunksForSessionsCollection controls the minimum number of chunks the balancer will
# enforce for the sessions collection. If the actual number of chunks is less, the balancer will
# issue split commands to create more chunks. As a result, the balancer will also end up moving