Skip to content

Commit

Permalink
[FLINK-21798][test] Fail on double-freeing memory segment for CI tests.
Browse files Browse the repository at this point in the history
This closes #15566
  • Loading branch information
xintongsong committed Apr 19, 2021
1 parent 8d1e3c0 commit c773047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ci/test_controller.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,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"
MVN_TEST_OPTIONS="-Dflink.tests.with-openssl -Dflink.tests.check-segment-multiple-free"
if [ $STAGE = $STAGE_LEGACY_SLOT_MANAGEMENT ]; then
if [[ ${PROFILE} == *"enable-adaptive-scheduler"* ]]; then
echo "Skipping legacy slot management test stage in adaptive scheduler job"
Expand Down

0 comments on commit c773047

Please sign in to comment.