-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Catalog and Routing
Due to the current integration of mongot setup in python test fixture, we are forced to spawn routers (mognos binary) after the shards (mongod binary).
As also explained in this comment this is because the mongot parameters (namely mongot port) is decided during the setup of the shard replicaset fixture.
The goal of this ticket is to re-organize the mongot startup code so that the mongot parameters are already known when ShardedClusterFixture::setup() function is called. This allows us to spawn both mongos and mongod binaries concurrently.
- has to be done after
-
SERVER-98387 Do not swallow exceptions thrown during Fixture.setup()
-
- Closed
-