kezhenxu94 commented on a change in pull request #8224:
URL: https://github.com/apache/dolphinscheduler/pull/8224#discussion_r793402451
##########
File path:
dolphinscheduler-e2e/dolphinscheduler-e2e-core/src/main/java/org/apache/dolphinscheduler/e2e/core/DolphinSchedulerExtension.java
##########
@@ -73,6 +74,7 @@
@Override
@SuppressWarnings("UnstableApiUsage")
public void beforeAll(ExtensionContext context) throws IOException {
+ Testcontainers.exposeHostPorts(8888);
Review comment:
this will start a new container, let's put this line to `if (LOCAL_MODE)
{` so it's not started when unnecessary.
--
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]