snuyanzin commented on code in PR #26866: URL: https://github.com/apache/flink/pull/26866#discussion_r2344090073
########## 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: my question not `why do you run mvn install?` my question is why do you suggest a different command instead the one already recommended in `building.md` ? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
