summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmirsaman Memaripour <amirsaman.memaripour@mongodb.com>2022-05-27 15:07:28 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-05-27 19:20:10 +0000
commit1a15f1f4f735d87f6f748c3d77e98d18c9454e5c (patch)
treee7b6362bd1d2d30e849720bcfdd29f67025433b0
parent6090477ac4d75dd17f5e5c823b8e2a90de64242f (diff)
downloadmongo-1a15f1f4f735d87f6f748c3d77e98d18c9454e5c.tar.gz
SERVER-66799 Fix `getParameterWithDetails.js` failure on `ephemeralForTest`
(cherry picked from commit e74b25e957c8e4f46aa721151aa72007537b4cde)
-rw-r--r--jstests/noPassthrough/getParameterWithDetails.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/jstests/noPassthrough/getParameterWithDetails.js b/jstests/noPassthrough/getParameterWithDetails.js
index 519970e9030..2ade6a7f48d 100644
--- a/jstests/noPassthrough/getParameterWithDetails.js
+++ b/jstests/noPassthrough/getParameterWithDetails.js
@@ -87,8 +87,8 @@
result: {value: true, settableAtRuntime: true, settableAtStartup: true}
},
{
- name: "wiredTigerMaxCacheOverflowSizeGB",
- result: {value: 0, settableAtRuntime: true, settableAtStartup: false}
+ name: "skipShardingConfigurationChecks",
+ result: {value: false, settableAtRuntime: false, settableAtStartup: true}
},
{
name: "shardedIndexConsistencyCheckIntervalMS",