-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Catalog and Routing
-
Fully Compatible
-
Sharding EMEA 2023-02-06, Sharding EMEA 2023-04-17, CAR Team 2024-12-23
-
200
-
2
Currently teardown of both replicaset and sharded cluster fixture are done serially.
This can take several seconds and could be speed up by just parallelizing the shutdown of the different processes in the cluster.
Speedup:
- teardown of replicaset fixtures: (0.36 secs -> 0.18 secs)
- teardown of sharded cluster fixture: (2 secs -> 0.40 secs)
- depends on
-
SERVER-98559 Avoid waiting for init_sync_node to reach secondary state during replset fixture teardown
-
- Closed
-
- is related to
-
SERVER-73338 Make aborting transactions on mongos shutdown best effort
-
- Backlog
-
- related to
-
SERVER-98080 Parallelize python test fixture setup
-
- Closed
-