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

kurt pushed a commit to branch release-1.9
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 5b6b33fa8160275fe3c1bf62d113bc71c12edba4
Author: Kurt Young <k...@apache.org>
AuthorDate: Tue Aug 6 20:57:12 2019 +0800

    [hotfix] Change the parallelism of tpch end-to-end test to 2.
    
    This can help to cover the situation that parallelism is higher than the 
slot number, since the testing cluster only have one task manager and contains 
only one slot.
    
    (cherry picked from commit 1e8202aca88112cbdaa2588b4a47e8dae7bf94e2)
---
 flink-end-to-end-tests/test-scripts/test_tpch.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/flink-end-to-end-tests/test-scripts/test_tpch.sh 
b/flink-end-to-end-tests/test-scripts/test_tpch.sh
index ede1f0d..96b26a1 100755
--- a/flink-end-to-end-tests/test-scripts/test_tpch.sh
+++ b/flink-end-to-end-tests/test-scripts/test_tpch.sh
@@ -72,6 +72,7 @@ execution:
   planner: blink
   type: batch
   result-mode: table
+  parallelism: 2
 EOF
 
     if [[ -e "$MODIFIED_QUERY_DIR/q$i.sql" ]]

Reply via email to