[
https://issues.apache.org/jira/browse/GEODE-10459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18016637#comment-18016637
]
ASF subversion and git services commented on GEODE-10459:
---------------------------------------------------------
Commit c4878a45ead5e8da385f23273fc98068d26c2340 in geode's branch
refs/heads/develop from Arnout Engelen
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=c4878a45ea ]
GEODE-10459: upgrade testcontainers from 1.17.6 to 1.21.3 (#7916)
* GEODE-10459: upgrade testcontainers
The acceptance tests appear to fail because `docker-compose` does not
exist. Likely the GHA machines have moved to the new `docker compose`
convention. This attempts upgrading testcontainers, as testcontainers is
what's starting docker compose, and newer versions indeed do it through
the `docker` executable.
* Change DockerComposeContainer to ComposeContainer
To use docker v2 instead of v1.
Also use new '-' separator naming convention
> Acceptance tests: docker-compose not found on GHA
> -------------------------------------------------
>
> Key: GEODE-10459
> URL: https://issues.apache.org/jira/browse/GEODE-10459
> Project: Geode
> Issue Type: Improvement
> Reporter: Arnout Engelen
> Priority: Major
> Labels: pull-request-available
>
> For example at
> {code:java}
> SingleServerSNIAcceptanceTest > initializationError FAILED
> org.testcontainers.containers.ContainerLaunchException: Local Docker
> Compose not found. Is docker-compose on the PATH? {code}
> I thought docker-compose should be available on ubuntu-latest, but the test
> doesn't appear to be able to find it - that would need some investigation.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)