onichols-pivotal commented on a change in pull request #6690:
URL: https://github.com/apache/geode/pull/6690#discussion_r667560326
##########
File path:
geode-assembly/src/acceptanceTest/java/org/apache/geode/client/sni/DualServerSNIAcceptanceTest.java
##########
@@ -59,7 +59,7 @@
public class DualServerSNIAcceptanceTest {
private static final URL DOCKER_COMPOSE_PATH =
-
DualServerSNIAcceptanceTest.class.getResource("dual-server-docker-compose.yml");
+ SingleServerSNIAcceptanceTest.class.getResource("docker-compose.yml");
Review comment:
BeforeClass lines 75-89 also need to be reverted to:
```
docker.loggingExecForService("geode",
"gfsh", "run", "--file=/geode/scripts/geode-starter-2.gfsh");
```
Also, the file **dual-server-docker-compose.yml** should be deleted as part
of this revert
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]