-
Type: Task
-
Resolution: Unresolved
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: Performance
The tests create a lot of TestClient instances to check the topology type. We should instead do this once and cache the results so that all tests can access them, similar to what we do for CLIENT_OPTIONS. This will greatly cut down on the number of clients / connections we use during the test runs.