[ 
https://issues.apache.org/jira/browse/GEODE-8637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285353#comment-17285353
 ] 

ASF subversion and git services commented on GEODE-8637:
--------------------------------------------------------

Commit 3a1534cdb932bcced588dc441294fee21ce57a47 in geode's branch 
refs/heads/develop from Dale Emery
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=3a1534c ]

GEODE-8942: Fix docker.gradle working dir (#6030)

Change docker.gradle to stop appending the Gradle worker ID onto the
test worker JVM's working directory name. As of GEODE-8637, the working
directory is already unique by the time docker.gradle operates on it,
and appending the worker ID makes the test run in the wrong directory.

> 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, pull-request-available
>             Fix For: 1.14.0
>
>
> 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)

Reply via email to