StefanRRichter 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_r253491234
##########
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:
I think we might want to reach consensus about that on a broader scope than
just this PR. IMO, `-ea` should be enabled in all tests. I enabled it here
because it was relevant for my PR.
----------------------------------------------------------------
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