Skip to content

Commit

Permalink
[FLINK-14821][tests] Enable E2E test to pass with new DefaultScheduler
Browse files Browse the repository at this point in the history
Enable test_queryable_state_restart_tm ('Queryable state (rocksdb) with TM
restart') to pass with new DefaultScheduler.

This closes #10226.
  • Loading branch information
GJL committed Nov 20, 2019
1 parent d79a9d5 commit 1f00c06
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -91,9 +91,6 @@ function run_test() {
latest_snapshot_count=$(cat $FLINK_DIR/log/*out* | grep "on snapshot" | tail -n 1 | awk '{print $4}')
echo "Latest snapshot count was ${latest_snapshot_count}"

# wait until the TM loss was detected
wait_for_job_state_transition ${JOB_ID} "RESTARTING" "CREATED"

start_and_wait_for_tm

wait_job_running ${JOB_ID}
Expand Down

0 comments on commit 1f00c06

Please sign in to comment.