sadikovi commented on pull request #3041: URL: https://github.com/apache/hadoop/pull/3041#issuecomment-851397891
@steveloughran I ran the tests using the following: ``` mvn install -DskipTests cd hadoop-tools/hadoop-azure ./dev-support/testrun-scripts/runtests.sh ``` Storage account is in West US and has HNS enabled. I configured all of the auth mechanisms in the `src/test/resources/azure-auth-keys.xml`. I get the following output: ``` [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 7.601 s [INFO] Finished at: 2021-05-31T10:32:23Z [INFO] ------------------------------------------------------------------------ Running the combination: HNS-OAuth... ----- Test results ----- [INFO] Results: [INFO] [WARNING] Tests run: 98, Failures: 0, Errors: 0, Skipped: 20 [INFO] Results: [INFO] [WARNING] Tests run: 556, Failures: 0, Errors: 0, Skipped: 556 [INFO] Results: [INFO] [WARNING] Tests run: 264, Failures: 0, Errors: 0, Skipped: 264 Time taken: 0 mins 52 secs. Find test logs for the combination (HNS-OAuth) in: dev-support/testlogs/2021-05-31_10-32-23/Test-Logs-HNS-OAuth.txt Find consolidated test results in: dev-support/testlogs/2021-05-31_10-32-23/Test-Results.txt ---------- Running the combination: HNS-SharedKey... ----- Test results ----- [INFO] Results: [INFO] [WARNING] Tests run: 98, Failures: 0, Errors: 0, Skipped: 20 [INFO] Results: [INFO] [WARNING] Tests run: 556, Failures: 0, Errors: 0, Skipped: 556 [INFO] Results: [INFO] [WARNING] Tests run: 264, Failures: 0, Errors: 0, Skipped: 264 Time taken: 0 mins 52 secs. Find test logs for the combination (HNS-SharedKey) in: dev-support/testlogs/2021-05-31_10-32-23/Test-Logs-HNS-SharedKey.txt Find consolidated test results in: dev-support/testlogs/2021-05-31_10-32-23/Test-Results.txt ---------- Running the combination: NonHNS-SharedKey... ----- Test results ----- [INFO] Results: [INFO] [WARNING] Tests run: 98, Failures: 0, Errors: 0, Skipped: 20 [INFO] Results: [INFO] [WARNING] Tests run: 556, Failures: 0, Errors: 0, Skipped: 556 [INFO] Results: [INFO] [WARNING] Tests run: 264, Failures: 0, Errors: 0, Skipped: 264 Time taken: 0 mins 53 secs. Find test logs for the combination (NonHNS-SharedKey) in: dev-support/testlogs/2021-05-31_10-32-23/Test-Logs-NonHNS-SharedKey.txt Find consolidated test results in: dev-support/testlogs/2021-05-31_10-32-23/Test-Results.txt ``` I am not quite sure why the integration tests are ignored. Do you know how I can configure them to run? -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
