[ https://issues.apache.org/jira/browse/GEODE-9156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17378150#comment-17378150 ]
ASF subversion and git services commented on GEODE-9156: -------------------------------------------------------- Commit 781f5f18b8e50dc2c32e71ed54585018667c9555 in geode's branch refs/heads/support/1.14 from Jens Deppe [ https://gitbox.apache.org/repos/asf?p=geode.git;h=781f5f1 ] GEODE-9156: Replace docker-compose-rule with testcontainers in geode-connectors (#6378) (#6385) Something to note when doing SSL testing: testcontainers does not let you set the container name (using `container_name` in your compose.yml). This ultimately means that reverse IP lookups produce hostnames that look something like `project_service_index`. The problem is that these names are not RFC compliant as they contain underscores. This can break some aspects of SSL validation. I've had to work around this by renaming containers in various test classes. (cherry picked from commit a5335756a5801adf35ffdf4635b51cb17757eb84) (cherry picked from commit 473af500ce43a4d35e08d4d750f3b5ed9186cc99) > Switch from docker-compose to testcontainers > -------------------------------------------- > > Key: GEODE-9156 > URL: https://issues.apache.org/jira/browse/GEODE-9156 > Project: Geode > Issue Type: Task > Components: membership > Reporter: Ernest Burghardt > Assignee: Jens Deppe > Priority: Major > Labels: pull-request-available > > Palantir docker-compose-rule is sunsetting this month. Palantir advises > switching to testcontainers' docker compose integration. We already use > testcontainer... -- This message was sent by Atlassian Jira (v8.3.4#803005)