Akshat-Jain commented on code in PR #16313: URL: https://github.com/apache/druid/pull/16313#discussion_r1574558713
########## 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: Doing it from the root directory wasn't running the test, and was failing with: ``` [ERROR] Failed to execute goal org.jacoco:jacoco-maven-plugin:0.8.4:check (report) on project druid-azure-extensions: Coverage checks have not been met. See log for details. -> [Help 1] ``` I'm unable to simulate the above error now for some reason. Running the above command now from root directory isn't doing with any actual steps, and seems stuck at the following: <img width="881" alt="image" src="https://github.com/apache/druid/assets/31135861/d3574e60-d637-4539-9ac6-5a2c042d5839"> But running the command from `integration-tests` directory starts doing the steps - building Docker image etc. Amatya also had this same issue. @AmatyaAvadhanula can you confirm? Thanks! -- 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]
