You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Dan Smith (JIRA)" <ji...@apache.org> on 2017/12/05 23:55:00 UTC

[jira] [Created] (GEODE-4058) Need to clean up disk files in JUnit4TestCase tearDown

Dan Smith created GEODE-4058:
--------------------------------

             Summary: Need to clean up disk files in JUnit4TestCase tearDown
                 Key: GEODE-4058
                 URL: https://issues.apache.org/jira/browse/GEODE-4058
             Project: Geode
          Issue Type: Bug
          Components: tests
            Reporter: Dan Smith


We've been seeing some tests hang in precheckin.

I tracked down one of the hangs to running RollingUpgrade2DUnitTest followed by FixedPRSinglehopDUnitTest. What both tests cases are doing is starting a locator in vm-2 that uses a ConfigDiskDir_directory. The disk files left by RollingUpgrade2DunitTest are causing FixedPRSindleHopDUnitTest to wait for other members to start up.

We should make sure we always clean up these files after the test finishes.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)