Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
While investigating suite level test failures in RestartWhileUpdatingTest (and it's subclass HdfsRestartWhileUpdatingTest) due to leaked objects i realized that this happens anytime TestInjection.injectNonGracefullClose causes a TestShutdownFailError to be thrown.
The test will still be able to restart the node, and the test (method) will succeed, but the suite will fail due to the leaked objects.
NOTE: These are currently the only tests using TestInjection.nonGracefullClose.