Skip to content

Commit

Permalink
[FLINK-34495][e2e] Enable incremental checkpoint for stop-with-savepo…
Browse files Browse the repository at this point in the history
…int tests
  • Loading branch information
Zakelly committed Feb 26, 2024
1 parent a95b0fb commit c3074e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flink-end-to-end-tests/test-scripts/test_resume_savepoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ run_resume_savepoint_test() {
--environment.parallelism $ORIGINAL_DOP \
--state_backend $STATE_BACKEND_TYPE \
--state_backend.checkpoint_directory $CHECKPOINT_DIR \
--state_backend.rocks.incremental true \
--state_backend.file.async $STATE_BACKEND_FILE_ASYNC \
--sequence_generator_source.sleep_time 30 \
--sequence_generator_source.sleep_after_elements 1 \
Expand Down Expand Up @@ -114,6 +115,7 @@ run_resume_savepoint_test() {
--environment.parallelism $NEW_DOP \
--state_backend $STATE_BACKEND_TYPE \
--state_backend.checkpoint_directory $CHECKPOINT_DIR \
--state_backend.rocks.incremental true \
--state_backend.file.async $STATE_BACKEND_FILE_ASYNC \
--sequence_generator_source.sleep_time 15 \
--sequence_generator_source.sleep_after_elements 1 \
Expand Down

0 comments on commit c3074e5

Please sign in to comment.