Skip to content

Commit

Permalink
to verify sql end to end tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghua committed Nov 15, 2018
1 parent 3502486 commit 6b98741
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flink-end-to-end-tests/run-pre-commit-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ echo "Flink distribution directory: $FLINK_DIR"
# those checks are disabled, one should take care that a proper checks are performed in the tests itself that ensure that the test finished
# in an expected state.

run_test "SQL Client end-to-end test for Kafka 0.11" "$END_TO_END_DIR/test-scripts/test_sql_client_kafka011.sh"
run_test "State Migration end-to-end test from 1.6" "$END_TO_END_DIR/test-scripts/test_state_migration.sh"
run_test "State Evolution end-to-end test" "$END_TO_END_DIR/test-scripts/test_state_evolution.sh"
run_test "Batch Python Wordcount end-to-end test" "$END_TO_END_DIR/test-scripts/test_batch_python_wordcount.sh"
Expand Down

0 comments on commit 6b98741

Please sign in to comment.