You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/01/14 15:23:03 UTC

[GitHub] [flink] rmetzger commented on a change in pull request #18368: [FLINK-18356][Azure] Enforce memory limits for docker containers

rmetzger commented on a change in pull request #18368:
URL: https://github.com/apache/flink/pull/18368#discussion_r784930056



##########
File path: flink-end-to-end-tests/run-nightly-tests.sh
##########
@@ -257,7 +257,7 @@ function run_group_2 {
     LOG4J_PROPERTIES=${END_TO_END_DIR}/../tools/ci/log4j.properties
 
     MVN_LOGGING_OPTIONS="-Dlog.dir=${DEBUG_FILES_OUTPUT_DIR} -DlogBackupDir=${DEBUG_FILES_OUTPUT_DIR} -Dlog4j.configurationFile=file://$LOG4J_PROPERTIES"
-    MVN_COMMON_OPTIONS="-Dflink.forkCount=2 -Dflink.forkCountTestPackage=2 -Dfast -Pskip-webui-build"
+    MVN_COMMON_OPTIONS="-Dflink.forkCount=2 -Dflink.forkCountTestPackage=1 -Dflink.forkCountTablePlanner=1 -Dfast -Pskip-webui-build"

Review comment:
       What's the impact on the test time by executing the table tests serially?




-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org