tillrohrmann commented on a change in pull request #7568: [FLINK-11417] Make
access to ExecutionGraph single threaded from JobMaster main thread
URL: https://github.com/apache/flink/pull/7568#discussion_r253418747
##########
File path: flink-end-to-end-tests/test-scripts/test_ha_datastream.sh
##########
@@ -51,6 +51,7 @@ function run_ha_test() {
# change the pid dir to start log files always from 0, this is important
for checks in the
# jm killing loop
set_conf "env.pid.dir" "${TEST_DATA_DIR}"
+ set_conf "env.java.opts" "-ea"
Review comment:
Do we only want to enable assertions forthis specific test or for all e2e
tests?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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