You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "nabarun (JIRA)" <ji...@apache.org> on 2016/03/28 23:27:25 UTC

[jira] [Updated] (GEODE-1142) Cleanup function calls during test tear down are not cleaning up the necessary files before execution of the next test.

     [ https://issues.apache.org/jira/browse/GEODE-1142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

nabarun updated GEODE-1142:
---------------------------
    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.

  was:
The second iteration of this 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 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.


> Cleanup function calls during test tear down are not cleaning up the necessary files before execution of the next test.
> -----------------------------------------------------------------------------------------------------------------------
>
>                 Key: GEODE-1142
>                 URL: https://issues.apache.org/jira/browse/GEODE-1142
>             Project: Geode
>          Issue Type: Bug
>          Components: wan
>            Reporter: nabarun
>
> 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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)