reswqa commented on code in PR #24187:
URL: https://github.com/apache/flink/pull/24187#discussion_r1466386776
##########
tools/ci/test_controller.sh:
##########
@@ -105,7 +105,7 @@ if [ $STAGE == $STAGE_PYTHON ]; then
run_with_watchdog "./flink-python/dev/lint-python.sh"
$CALLBACK_ON_TIMEOUT
EXIT_CODE=$?
else
- MVN_TEST_OPTIONS="-Dflink.tests.with-openssl
-Dflink.tests.check-segment-multiple-free
-Darchunit.freeze.store.default.allowStoreUpdate=false
-Dpekko.rpc.force-invocation-serialization"
+ MVN_TEST_OPTIONS="--fail-at-end -Dflink.tests.with-openssl
-Dflink.tests.check-segment-multiple-free
-Darchunit.freeze.store.default.allowStoreUpdate=false
-Dpekko.rpc.force-invocation-serialization"
Review Comment:
Oops, This is to find out all the failed test cases at once. But yes, CI is
green now, it should be removed indeed.
--
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]