Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The second iteration of test cases like SerialWANPropogationDUnitTest.testReplicatedSerialPropagationWithRemoteReceiverRestartedOnOtherNode always hangs because the second iteration of the test case takes into account the residual files from the previous test runs. These residual files remain because the clean up operations in test tear-down do not clean up all the files.
Also cleanDiskDirs function needs modification as it is not able to clean up the BACKUPDiskStore files because it searches for a system property called "vmid" which was never set in the code.