Skip to content

Commit

Permalink
address PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rmetzger committed Apr 27, 2020
1 parent 855fde9 commit 9632975
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions flink-end-to-end-tests/test-scripts/test_ha_datastream.sh
Expand Up @@ -20,6 +20,10 @@
source "$(dirname "$0")"/common.sh
source "$(dirname "$0")"/common_ha.sh

#
# NOTE: This script requires at least Bash version >= 4. Mac OS in 2020 still ships 3.x
#

TEST_TIMEOUT_SECONDS=600

TEST_PROGRAM_JAR=${END_TO_END_DIR}/flink-datastream-allround-test/target/DataStreamAllroundTestProgram.jar
Expand Down
Expand Up @@ -26,6 +26,10 @@ TEST_PROGRAM_JAR=${END_TO_END_DIR}/flink-datastream-allround-test/target/${TEST_
FLINK_LIB_DIR=${FLINK_DIR}/lib
JOB_ID="00000000000000000000000000000000"

#
# NOTE: This script requires at least Bash version >= 4. Mac OS in 2020 still ships 3.x
#

function ha_cleanup() {
stop_watchdogs
kill_all 'StandaloneJobClusterEntryPoint'
Expand Down

0 comments on commit 9632975

Please sign in to comment.