You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by pn...@apache.org on 2020/06/16 14:10:00 UTC

[flink] branch master updated: [FLINK-17824][tests] Fix resume_savepoint e2e test by slowing down the Source (#12671)

This is an automated email from the ASF dual-hosted git repository.

pnowojski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new a9d3074  [FLINK-17824][tests] Fix resume_savepoint e2e test by slowing down the Source (#12671)
a9d3074 is described below

commit a9d30748597e3a62b1d68a048be2d03f731b104d
Author: Roman <kh...@gmail.com>
AuthorDate: Tue Jun 16 16:07:40 2020 +0200

    [FLINK-17824][tests] Fix resume_savepoint e2e test by slowing down the Source (#12671)
    
    Fix test_resume_savepoint.sh e2e test by slowing down the Source.
    This prevents it from generating too much data to consume by the downstream which can lead to test timeouts (see FLINK-17824 for more information).
---
 flink-end-to-end-tests/test-scripts/test_resume_savepoint.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flink-end-to-end-tests/test-scripts/test_resume_savepoint.sh b/flink-end-to-end-tests/test-scripts/test_resume_savepoint.sh
index 1d2afa5..254d76a 100755
--- a/flink-end-to-end-tests/test-scripts/test_resume_savepoint.sh
+++ b/flink-end-to-end-tests/test-scripts/test_resume_savepoint.sh
@@ -79,7 +79,7 @@ run_resume_savepoint_test() {
     --state_backend $STATE_BACKEND_TYPE \
     --state_backend.checkpoint_directory $CHECKPOINT_DIR \
     --state_backend.file.async $STATE_BACKEND_FILE_ASYNC \
-    --sequence_generator_source.sleep_time 15 \
+    --sequence_generator_source.sleep_time 30 \
     --sequence_generator_source.sleep_after_elements 1 \
     | grep "Job has been submitted with JobID" | sed 's/.* //g')