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

zhijiang 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 bb2affb  [FLINK-18089][network][tests] Config the e2e for netty 
shuffle memory control into azure pipeline
bb2affb is described below

commit bb2affbcb6ea748d5a8e8a4af188d4b6f21c1466
Author: Yun Gao <[email protected]>
AuthorDate: Mon Jun 15 12:29:52 2020 +0800

    [FLINK-18089][network][tests] Config the e2e for netty shuffle memory 
control into azure pipeline
    
    This closes #12614.
---
 flink-end-to-end-tests/run-nightly-tests.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/flink-end-to-end-tests/run-nightly-tests.sh 
b/flink-end-to-end-tests/run-nightly-tests.sh
index 69a2ec3..21ea06e 100755
--- a/flink-end-to-end-tests/run-nightly-tests.sh
+++ b/flink-end-to-end-tests/run-nightly-tests.sh
@@ -181,6 +181,8 @@ run_test "Streaming File Sink end-to-end test" 
"$END_TO_END_DIR/test-scripts/tes
 run_test "Streaming File Sink s3 end-to-end test" 
"$END_TO_END_DIR/test-scripts/test_streaming_file_sink.sh s3" 
"skip_check_exceptions"
 run_test "Stateful stream job upgrade end-to-end test" 
"$END_TO_END_DIR/test-scripts/test_stateful_stream_job_upgrade.sh 2 4"
 
+run_test "Netty shuffle direct memory consumption end-to-end test" 
"$END_TO_END_DIR/test-scripts/test_netty_shuffle_memory_control.sh"
+
 run_test "Elasticsearch (v5.3.3) sink end-to-end test" 
"$END_TO_END_DIR/test-scripts/test_streaming_elasticsearch.sh 5 
https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.3.3.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";
 

Reply via email to