-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Query Integration
-
ALL
-
200
-
None
-
None
-
None
-
None
-
None
-
None
-
None
maxTransactionLockRequestTimeoutMillis is a mongod-only parameter. SERVER-85405 refactored auth_privilege_consistency.js and auth_drop_role.js to use the setParameterOnAllNodes helper, which now wraps the setParameter call in assert.commandWorked. The helper calls executeOnMongosNodes for this parameter similar to before, but mongos rejects it with InvalidOptions — surfacing a pre-existing silent failure.
Adding "onMongos: false" for these helper calls should resolve this issue.
- is related to
-
SERVER-85405 Factor out code to set up and tear down setParameters in fsm_workloads
-
- In Code Review
-