zentol commented on a change in pull request #10106: [FLINK-11463][e2e] Design
the e2e java framework so that at least the Kafka streaming tests can run on it
URL: https://github.com/apache/flink/pull/10106#discussion_r346238098
##########
File path: tools/travis_watchdog.sh
##########
@@ -264,17 +265,51 @@ case $TEST in
(misc)
if [ $EXIT_CODE == 0 ]; then
printf
"\n\n==============================================================================\n"
- printf "Running end-to-end tests\n"
+ printf "Running bash end-to-end tests\n"
printf
"==============================================================================\n"
FLINK_DIR=build-target
flink-end-to-end-tests/run-pre-commit-tests.sh
EXIT_CODE=$?
else
printf
"\n==============================================================================\n"
- printf "Previous build failure detected, skipping end-to-end
tests.\n"
+ printf "Previous build failure detected, skipping bash end-to-end
tests.\n"
printf
"==============================================================================\n"
fi
+ if [ $EXIT_CODE == 0 ]; then
+ printf
"\n\n==============================================================================\n"
+ printf "Running java end-to-end tests\n"
+ printf
"==============================================================================\n"
+
+ # Start watching $MVN_OUT
+ watchdog &
Review comment:
It's fairly new ;)
----------------------------------------------------------------
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