This is an automated email from the ASF dual-hosted git repository.
jark 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 cb04628 [FLINK-13546][travis] Add TPC-H E2E test in travis cron job
cb04628 is described below
commit cb0462895c2d84cf183aca1d380ea28cf9b9486d
Author: TsReaper <[email protected]>
AuthorDate: Fri Aug 2 12:24:45 2019 +0800
[FLINK-13546][travis] Add TPC-H E2E test in travis cron job
This closes #9330
---
tools/travis/splits/split_heavy.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tools/travis/splits/split_heavy.sh
b/tools/travis/splits/split_heavy.sh
index e182d73..37d174d 100755
--- a/tools/travis/splits/split_heavy.sh
+++ b/tools/travis/splits/split_heavy.sh
@@ -43,6 +43,8 @@ echo "Flink distribution directory: $FLINK_DIR"
# run_test "<description>" "$END_TO_END_DIR/test-scripts/<script_name>"
+run_test "TPC-H end-to-end test (Blink planner)"
"$END_TO_END_DIR/test-scripts/test_tpch.sh"
+
run_test "Heavy deployment end-to-end test"
"$END_TO_END_DIR/test-scripts/test_heavy_deployment.sh" "skip_check_exceptions"
run_test "ConnectedComponents iterations with high parallelism end-to-end
test" "$END_TO_END_DIR/test-scripts/test_high_parallelism_iterations.sh 25"