Skip to content

Commit

Permalink
[hotfix] Change the parallelism of tpch end-to-end test to 2.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
KurtYoung committed Aug 6, 2019
1 parent 648fc72 commit 1e8202a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flink-end-to-end-tests/test-scripts/test_tpch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ execution:
planner: blink
type: batch
result-mode: table
parallelism: 2
EOF

if [[ -e "$MODIFIED_QUERY_DIR/q$i.sql" ]]
Expand Down

0 comments on commit 1e8202a

Please sign in to comment.