zentol commented on a change in pull request #11514: [FLINK-16778][e2e] Make
sure all java e2e tests are running
URL: https://github.com/apache/flink/pull/11514#discussion_r398086968
##########
File path: flink-end-to-end-tests/run-nightly-tests.sh
##########
@@ -228,7 +228,7 @@ MVN_COMMON_OPTIONS="-nsu -B -Dflink.forkCount=2
-Dflink.forkCountTestPackage=2 -
e2e_modules=$(find flink-end-to-end-tests -mindepth 2 -maxdepth 5 -name
'pom.xml' -printf '%h\n' | sort -u | tr '\n' ',')
e2e_modules="${e2e_modules},$(find flink-walkthroughs -mindepth 2 -maxdepth 2
-name 'pom.xml' -printf '%h\n' | sort -u | tr '\n' ',')"
-PROFILE="$PROFILE -Pe2e-travis1 -Pe2e-travis2 -Pe2e-travis3 -Pe2e-travis4
-Pe2e-travis5 -Pe2e-travis6"
+PROFILE="$PROFILE -Pe2e-travis1 -Pe2e-travis2 -Pe2e-travis3 -Pe2e-travis4
-Pe2e-travis5 -Pe2e-travis6 -Pe2e-hadoop -Pe2e-pre-commit"
Review comment:
hmm I would probably put this into `build-apache-repo.yml`, to make it
easier to add a hadoop-free nightly run. If you were to try that with this
approach the test would naturally fail.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services