You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: flink-end-to-end-tests/test-scripts/test_ha_datastream.sh
+2-5Lines changed: 2 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,6 @@ function run_ha_test() {
34
34
local BACKEND=$2
35
35
local ASYNC=$3
36
36
local INCREM=$4
37
-
local ZOOKEEPER_VERSION=$5
38
37
39
38
local JM_KILLS=2
40
39
local CHECKPOINT_DIR="${TEST_DATA_DIR}/checkpoints/"
@@ -47,11 +46,10 @@ function run_ha_test() {
47
46
# jm killing loop
48
47
set_config_key "env.pid.dir""${TEST_DATA_DIR}"
49
48
set_config_key "env.java.opts.all""-ea"
50
-
setup_flink_shaded_zookeeper ${ZOOKEEPER_VERSION}
51
49
start_local_zk
52
50
start_cluster
53
51
54
-
echo"Running on HA mode: parallelism=${PARALLELISM}, backend=${BACKEND}, asyncSnapshots=${ASYNC}, incremSnapshots=${INCREM} and zk=${ZOOKEEPER_VERSION}."
52
+
echo"Running on HA mode: parallelism=${PARALLELISM}, backend=${BACKEND}, asyncSnapshots=${ASYNC}, incremSnapshots=${INCREM}."
55
53
56
54
# submit a job in detached mode and let it run
57
55
local JOB_ID=$($FLINK_DIR/bin/flink run -d -p ${PARALLELISM} \
Copy file name to clipboardExpand all lines: flink-end-to-end-tests/test-scripts/test_ha_per_job_cluster_datastream.sh
+2-5Lines changed: 2 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,6 @@ function run_ha_test() {
97
97
local BACKEND=$2
98
98
local ASYNC=$3
99
99
local INCREM=$4
100
-
local ZOOKEEPER_VERSION=$5
101
100
102
101
local JM_KILLS=2
103
102
@@ -113,10 +112,9 @@ function run_ha_test() {
113
112
# jm killing loop
114
113
set_config_key "env.pid.dir""${TEST_DATA_DIR}"
115
114
116
-
setup_flink_shaded_zookeeper ${ZOOKEEPER_VERSION}
117
115
start_local_zk
118
116
119
-
echo"Running on HA mode: parallelism=${PARALLELISM}, backend=${BACKEND}, asyncSnapshots=${ASYNC}, incremSnapshots=${INCREM} and zk=${ZOOKEEPER_VERSION}."
117
+
echo"Running on HA mode: parallelism=${PARALLELISM}, backend=${BACKEND}, asyncSnapshots=${ASYNC}, incremSnapshots=${INCREM}."
0 commit comments