Dale Emery created GEODE-10079:
----------------------------------
Summary: CI scripts no longer supply docker images for pre-1.15 PR
precheck tasks
Key: GEODE-10079
URL: https://issues.apache.org/jira/browse/GEODE-10079
Project: Geode
Issue Type: Test
Components: ci
Affects Versions: 1.12.9, 1.13.8, 1.14.4
Reporter: Dale Emery
The CI scripts no longer supply docker images when they run PR precheck tasks
that use the `-PdunitDockerImage` property.
For PRs with base branches prior to `support/1.15`, the `distributedTest` and
`upgradeTest` precheck tasks must run each test class in a separate docker
container. When `dunitDockerImage` is not defined, these tasks instead run
tests concurrently outside of docker. This results in swarms of failures, as
the concurrently executing tests all attempt to bind to the same ports.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)