cryptoe commented on code in PR #16313: URL: https://github.com/apache/druid/pull/16313#discussion_r1574526034
########## integration-tests/README.md: ########## @@ -68,7 +68,7 @@ The list of test groups can be found at ### Run a single test -To run only a single test using Maven: +To run only a single test using Maven, run the following command from `integration-tests` directory: Review Comment: This seems weird to me. When we do `mvn verify -P integration-tests -Dgroups=<test_group> -Dit.test=<test_name>` this its generally the directory of the root druid pom. What's the error you get running from the root dir ? -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
