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 17:44:11 +0000
commit406b2ed9b40a14c9deb3e8a9342ec169f6fbba8c (patch)
tree15b9f858ebfd8990228509009e94526501c6854c
parent88ea6629a5980694ff4f4e83781fb4ae310671c1 (diff)
downloadmongo-406b2ed9b40a14c9deb3e8a9342ec169f6fbba8c.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",