[ https://issues.apache.org/jira/browse/GEODE-8637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17218527#comment-17218527 ]
ASF GitHub Bot commented on GEODE-8637: --------------------------------------- demery-pivotal opened a new pull request #5649: URL: https://github.com/apache/geode/pull/5649 Before running a test task, wrap its TestFramework in a wrapper that creates a unique working dir for each new test worker. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > Configure Gradle to run each test worker in a unique working directory > ---------------------------------------------------------------------- > > Key: GEODE-8637 > URL: https://issues.apache.org/jira/browse/GEODE-8637 > Project: Geode > Issue Type: Test > Components: build, tests > Affects Versions: 1.14.0 > Reporter: Dale Emery > Assignee: Dale Emery > Priority: Major > Labels: GeodeOperationAPI > > For these test tasks, configure Gradle to run each test worker in a unique > working dir: > * acceptanceTest > * distributedTest > * integrationTest > * uiTest > * upgradeTest > * All repeat*Test tasks > These tasks run tests that might write files to disk. Giving each test worker > a unique directory allows these tests to run concurrently without interfering > with each other's files and directories. -- This message was sent by Atlassian Jira (v8.3.4#803005)