pnowojski commented on code in PR #19445: URL: https://github.com/apache/flink/pull/19445#discussion_r850371496
########## flink-end-to-end-tests/run-nightly-tests.sh: ########## @@ -258,7 +258,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 -Dfast -Pskip-webui-build" + MVN_COMMON_OPTIONS="-Dflink.forkCountITCase=2 -Dflink.forkCountUnitTest=4 -Dfast -Pskip-webui-build" Review Comment: Ops, good point. Sorry about that. Fixed, but it made commits history a bit whacky (2nd commit removing what have just 1st commit added) -- 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-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org