snuyanzin commented on code in PR #26866: URL: https://github.com/apache/flink/pull/26866#discussion_r2283279744
########## flink-end-to-end-tests/README.md: ########## @@ -5,6 +5,11 @@ This module contains tests that verify end-to-end behaviour of Flink. The tests defined in `run-nightly-tests.sh` are run by the CI system on every pull request and push to master. +**Before running end-to-end tests, make sure you have built Flink and all modules using:** + ``` + mvn clean install -Dfast -T 1C -DskipTests -Denforcer.skip=true Review Comment: what is the reason to run the command different from the one from here https://github.com/apache/flink/blob/232920e4fd09dc9e26d9ddfbb962c00dfdd08535/docs/content/docs/flinkDev/building.md?plain=1#L63 ? -- 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. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org