AmatyaAvadhanula commented on code in PR #16313: URL: https://github.com/apache/druid/pull/16313#discussion_r1574570933
########## 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: I have had issues running the command from the root directory as well. Adding `-pl integrations-tests` to the command and running it from the root directory helped solve the problem. -- 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]
