zentol commented on a change in pull request #11241: [FLINK-16292][build system] Add missing end to end tests URL: https://github.com/apache/flink/pull/11241#discussion_r385098549
########## File path: flink-end-to-end-tests/run-nightly-tests.sh ########## @@ -173,6 +183,9 @@ run_test "ConnectedComponents iterations with high parallelism end-to-end test" run_test "Dependency shading of table modules test" "$END_TO_END_DIR/test-scripts/test_table_shaded_dependencies.sh" +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" + + Review comment: remove one empty line ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
