Skip to content

Commit

Permalink
[hotfix] Skip log verification for the heavy deployment e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
tillrohrmann committed Nov 15, 2018
1 parent 555b9b1 commit 1edce4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flink-end-to-end-tests/run-nightly-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ run_test "SQL Client end-to-end test" "$END_TO_END_DIR/test-scripts/test_sql_cli
run_test "SQL Client end-to-end test for Kafka 0.10" "$END_TO_END_DIR/test-scripts/test_sql_client_kafka010.sh"
run_test "SQL Client end-to-end test for modern Kafka" "$END_TO_END_DIR/test-scripts/test_sql_client_kafka.sh"

run_test "Heavy deployment end-to-end test" "$END_TO_END_DIR/test-scripts/test_heavy_deployment.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 1edce4e

Please sign in to comment.