You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Dale Emery (Jira)" <ji...@apache.org> on 2020/11/18 22:40:00 UTC

[jira] [Assigned] (GEODE-8728) Configure Gradle to run parallel tests in isolation without Docker

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

Dale Emery reassigned GEODE-8728:
---------------------------------

    Assignee: Dale Emery

> Configure Gradle to run parallel tests in isolation without Docker
> ------------------------------------------------------------------
>
>                 Key: GEODE-8728
>                 URL: https://issues.apache.org/jira/browse/GEODE-8728
>             Project: Geode
>          Issue Type: Test
>          Components: tests
>    Affects Versions: 1.14.0
>            Reporter: Dale Emery
>            Assignee: Dale Emery
>            Priority: Major
>              Labels: GeodeOperationAPI
>
> For tests to behave well when run in parallel, each must refrain from using ports and test files that are in use by other tests.
> Geode's Gradle build isolates concurrently executing tests by running each test class in a Docker container. To do this, the build applies an open source "Gradle Dockerized Test" plugin that is obsolete and appears to be unmaintained.
> This ticket removes the obsolete plugin and replaces it with a small amount of custom Gradle code and a few minor changes to Geode:
>  - Configure Gradle to assign each concurrently executing test JVM a unique working directory and a distinct range of ports.
>  - Change Geode's "available port" feature to allocate ports only from the ranges assigned by Gradle.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)