zentol commented on a change in pull request #11241: [FLINK-16292][build
system] Add missing end to end tests
URL: https://github.com/apache/flink/pull/11241#discussion_r385587834
##########
File path: flink-end-to-end-tests/run-nightly-tests.sh
##########
@@ -182,5 +205,29 @@ run_test "Local recovery and sticky scheduling end-to-end
test" "$END_TO_END_DIR
run_test "Local recovery and sticky scheduling end-to-end test"
"$END_TO_END_DIR/test-scripts/test_local_recovery_and_scheduling.sh 4 10 rocks
true true" "skip_check_exceptions"
printf "\n[PASS] All bash e2e-tests passed\n"
-printf "\n Please remember to run java e2e-tests by running mvn verify
-Dcategories=\"\" -DdistDir=<path to flink-dist> in flink-end-to-end-tests\n"
+
+printf
"\n\n==============================================================================\n"
+printf "Running Java end-to-end tests\n"
+printf
"==============================================================================\n"
+
+HERE="`dirname \"$0\"`" # relative
+HERE="`( cd \"${HERE}\" && pwd -P)`" # absolutized and normalized
Review comment:
This resolves to `flink/flink-end-to-end-tests`, no? (based on the code at
the top, which is identical).
If so, then you are excluding all walkthrough modules since we will not be
found.
----------------------------------------------------------------
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