-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Cluster Scalability
-
None
-
None
-
None
-
None
-
None
-
None
-
None
We create a ShardingTest during the course of this test but we do not guarantee we will stop it.
We call stop() on the ShardingTest inside a try catch block and the catch block just swallows the exception.
We should update this test to ensure we always call stop() when the test is done running.