summaryrefslogtreecommitdiff
path: root/jstests/noPassthroughWithMongod
diff options
context:
space:
mode:
authorAlison Felizzi <alison.felizzi@mongodb.com>2022-01-17 02:13:10 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-01-17 02:45:00 +0000
commit5f19650b3b2561a9bc1e39ad95dc7fc309c1990b (patch)
treea3cb40628ad5ad9301b1ad8bf90cc2b8812b860d /jstests/noPassthroughWithMongod
parentb2915693899db7af9e22346504a10157857f55c8 (diff)
downloadmongo-5f19650b3b2561a9bc1e39ad95dc7fc309c1990b.tar.gz
SERVER-62360 Handle re-configuring the WT LOGV2 component hierarchy
Co-authored-by: Etienne Petrel <etienne.petrel@mongodb.com>
Diffstat (limited to 'jstests/noPassthroughWithMongod')
-rw-r--r--jstests/noPassthroughWithMongod/log_component_helpers.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/jstests/noPassthroughWithMongod/log_component_helpers.js b/jstests/noPassthroughWithMongod/log_component_helpers.js
index 148f752e01a..e609bbc936c 100644
--- a/jstests/noPassthroughWithMongod/log_component_helpers.js
+++ b/jstests/noPassthroughWithMongod/log_component_helpers.js
@@ -40,7 +40,5 @@ assert.throws(function() {
});
// Restore originalSettings
-// We need to remove the verbosity settings related to WiredTiger as they cannot be set at runtime.
-delete originalSettings["storage"]["wt"];
assert.commandWorked(db.adminCommand({setParameter: 1, logComponentVerbosity: originalSettings}));
}(db));