-
Type:
Task
-
Resolution: Done
-
Priority:
Minor - P4
-
Affects Version/s: None
-
Component/s: Replication
-
None
-
Fully Compatible
-
Repl 17 (07/15/16)
-
0
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
TaskExecutor::tearDown() currently does the following to the task executor
- shuts down
- join
- releases memory resources for the executor
It would be desirable to split up and expose these functions to tests that use this fixture to allow more control over the teardown of the tests.