-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Catalog and Routing
-
ALL
-
v8.2, v8.0
-
CAR Team 2025-10-13, CAR Team 2025-10-27
-
0
-
2
-
🟩 Routing and Topology
-
None
-
None
-
None
-
None
-
None
-
None
Tests that run setParameterOnAllHosts() like express.js will try to contact all nodes, including mongod s behind a router. So as expected, these tests are incompatible with any suite that does step up / step down (express.js is is tagged as such).
sharding_jscore_passthrough_with_config_transitions_and_add_remove_shard shuts down all mongod s and this means that tests that run setParameterOnAllHosts() can fail when run in this suite. For that reason we've already excluded many tests.
We need to prevent express.js and others that run setParameterOnAllHosts() from running in this suite. Either we can introduce a new tag (for example sets_param_on_all_hosts), use an existing tag and exclude these tests, or excluded them explicitly.