This is an automated email from the ASF dual-hosted git repository. kurt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git
commit 1e8202aca88112cbdaa2588b4a47e8dae7bf94e2 Author: Kurt Young <[email protected]> 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. --- 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" ]]
