This is an automated email from the ASF dual-hosted git repository. twalthr pushed a commit to branch cron-master-e2e in repository https://gitbox.apache.org/repos/asf/flink.git
commit c140498078b9c270eca02ddea746d5548605b70e Author: Timo Walther <[email protected]> AuthorDate: Thu Nov 8 14:03:41 2018 +0100 [hotfix] Add ES 6 end-to-end test again --- splits/split_misc.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/splits/split_misc.sh b/splits/split_misc.sh index 62d4b34..3f022b4 100755 --- a/splits/split_misc.sh +++ b/splits/split_misc.sh @@ -58,8 +58,7 @@ run_test "Stateful stream job upgrade end-to-end test" "$END_TO_END_DIR/test-scr run_test "Elasticsearch (v1.7.1) sink end-to-end test" "$END_TO_END_DIR/test-scripts/test_streaming_elasticsearch.sh 1 https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-1.7.1.tar.gz" run_test "Elasticsearch (v2.3.5) sink end-to-end test" "$END_TO_END_DIR/test-scripts/test_streaming_elasticsearch.sh 2 https://download.elastic.co/elasticsearch/release/org/elasticsearch/distribution/tar/elasticsearch/2.3.5/elasticsearch-2.3.5.tar.gz" run_test "Elasticsearch (v5.1.2) sink end-to-end test" "$END_TO_END_DIR/test-scripts/test_streaming_elasticsearch.sh 5 https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.1.2.tar.gz" -# Disabled because of test instability, see FLINK-10361 -#run_test "Elasticsearch (v6.3.1) sink end-to-end test" "$END_TO_END_DIR/test-scripts/test_streaming_elasticsearch.sh 6 https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.3.1.tar.gz" +run_test "Elasticsearch (v6.3.1) sink end-to-end test" "$END_TO_END_DIR/test-scripts/test_streaming_elasticsearch.sh 6 https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.3.1.tar.gz" run_test "Quickstarts Java nightly end-to-end test" "$END_TO_END_DIR/test-scripts/test_quickstarts.sh java" run_test "Quickstarts Scala nightly end-to-end test" "$END_TO_END_DIR/test-scripts/test_quickstarts.sh scala"
