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

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


The following commit(s) were added to refs/heads/release-1.9 by this push:
     new 4758d9d  [FLINK-13546][travis] Add TPC-H E2E test in travis cron job
4758d9d is described below

commit 4758d9dc78dd9f190cb567195c1ff7dd0c6f4485
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"

Reply via email to