Skip to content

Commit

Permalink
[FLINK-15583][e2e] Add walkthroughs e2e tests to misc split
Browse files Browse the repository at this point in the history
  • Loading branch information
rmetzger authored and zentol committed Jan 16, 2020
1 parent bf32fca commit 9ac44ba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/travis/splits/split_misc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,10 @@ run_test "Dependency shading of table modules test" "$END_TO_END_DIR/test-script

run_test "Shaded Hadoop S3A with credentials provider end-to-end test" "$END_TO_END_DIR/test-scripts/test_batch_wordcount.sh hadoop_with_provider"

run_test "Walkthrough Table Java nightly end-to-end test" "$END_TO_END_DIR/test-scripts/test_table_walkthroughs.sh java"
run_test "Walkthrough Table Scala nightly end-to-end test" "$END_TO_END_DIR/test-scripts/test_table_walkthroughs.sh scala"
run_test "Walkthrough DataStream Java nightly end-to-end test" "$END_TO_END_DIR/test-scripts/test_datastream_walkthroughs.sh java"
run_test "Walkthrough DataStream Scala nightly end-to-end test" "$END_TO_END_DIR/test-scripts/test_datastream_walkthroughs.sh scala"

printf "\n[PASS] All tests passed\n"
exit 0

0 comments on commit 9ac44ba

Please sign in to comment.