dawidwys commented on a change in pull request #18368:
URL: https://github.com/apache/flink/pull/18368#discussion_r784934035
##########
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:
Right, forgot to add that.
On my private Azure:
table: ~48 min (with forkCount=2), ~55 min (with forkCount=1)
I want to check that as well for `flink-tests`, as I realized flink-tests
have the same problem.
--
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]