Skip to content

Commit

Permalink
[FLINK-13546][travis] Add TPC-H E2E test in travis cron job
Browse files Browse the repository at this point in the history
This closes apache#9330
  • Loading branch information
tsreaper authored and wuchong committed Aug 2, 2019
1 parent 687425d commit cb04628
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/travis/splits/split_heavy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit cb04628

Please sign in to comment.