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-06-09 23:30:48 +0000
commit45b8a6f9a30c8ed09434a1e91ff1b072a77bc52c (patch)
tree02287bb701fea24ac0354206a6a9778a77008ed5
parentd12805a9e4af786e564ac21add3391aa7aaf8409 (diff)
downloadmongo-45b8a6f9a30c8ed09434a1e91ff1b072a77bc52c.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",