[ 
https://issues.apache.org/jira/browse/FLINK-10632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16673195#comment-16673195
 ] 

ASF GitHub Bot commented on FLINK-10632:
----------------------------------------

dawidwys closed pull request #7000: [FLINK-10632] Enabled running general 
purpose testing job with failure in per-job cluster
URL: https://github.com/apache/flink/pull/7000
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/splits/split_ha.sh b/splits/split_ha.sh
index 7a8d8ec8a25..628b716d7cb 100755
--- a/splits/split_ha.sh
+++ b/splits/split_ha.sh
@@ -50,5 +50,10 @@ run_test "Running HA (file, sync) end-to-end test" 
"$END_TO_END_DIR/test-scripts
 run_test "Running HA (rocks, non-incremental) end-to-end test" 
"$END_TO_END_DIR/test-scripts/test_ha_datastream.sh rocks true false" 
"skip_check_exceptions"
 run_test "Running HA (rocks, incremental) end-to-end test" 
"$END_TO_END_DIR/test-scripts/test_ha_datastream.sh rocks true true" 
"skip_check_exceptions"
 
+run_test "Running HA per-job cluster (file, async) end-to-end test" 
"$END_TO_END_DIR/test-scripts/test_ha_per_job_cluster_datastream.sh file true 
false" "skip_check_exceptions"
+run_test "Running HA per-job cluster (file, sync) end-to-end test" 
"$END_TO_END_DIR/test-scripts/test_ha_per_job_cluster_datastream.sh file false 
false" "skip_check_exceptions"
+run_test "Running HA per-job cluster (rocks, non-incremental) end-to-end test" 
"$END_TO_END_DIR/test-scripts/test_ha_per_job_cluster_datastream.sh rocks true 
false" "skip_check_exceptions"
+run_test "Running HA per-job cluster (rocks, incremental) end-to-end test" 
"$END_TO_END_DIR/test-scripts/test_ha_per_job_cluster_datastream.sh rocks true 
true" "skip_check_exceptions"
+
 printf "\n[PASS] All tests passed\n"
 exit 0


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Run general purpose test job with failures in per-job mode
> ----------------------------------------------------------
>
>                 Key: FLINK-10632
>                 URL: https://issues.apache.org/jira/browse/FLINK-10632
>             Project: Flink
>          Issue Type: Sub-task
>          Components: E2E Tests
>    Affects Versions: 1.7.0
>            Reporter: Till Rohrmann
>            Assignee: Dawid Wysakowicz
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.7.0
>
>
> Similar to FLINK-8973, we should add an end-to-end which runs the general 
> datastream job with failures on a per-job cluster with HA enabled (either 
> directly the {{StandaloneJobClusterEntrypoint}} or a docker image based on 
> this entrypoint).
> We should kill the TMs as well as the cluster entrypoint and verify that the 
> job recovers.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to