-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Replication
-
None
-
Fully Compatible
-
Repl 2020-05-18
-
40
In ReplSetTest, starting with SERVER-46952, we log on shutdown:
assert: command failed: { "ok" : 0, "errmsg" : "attempted to set unrecognized parameter [waitForStepDownOnNonCommandShutdown], use help:true to see options " }
This can confuse humans and tools that search for assertion failures to diagnose test failures. I propose we check for this specific error from setParameter and suppress it in replsettest.js, while allowing other errors from setParameter to bubble up.
- is duplicated by
-
SERVER-48127 Do not pollute logs with expected assertion failure about waitForStepDownOnNonCommandShutdown
- Closed
-
SERVER-48166 Scary-looking message about removed setParameter showing up in test logs
- Closed