When I run
python3 buildscripts/resmoke.py run jstests/core/hidden_index.js
the test passes.
When I run
python3 buildscripts/resmoke.py run jstests/core/hidden_index.js --mongodSetParameter='{logLevel: 5}'
the test hits a tassert.
Increasing the log level shouldn't cause tests to fail.