joshelser commented on pull request #3477: URL: https://github.com/apache/hadoop/pull/3477#issuecomment-928185306
Well, I got some stuff to run. I made my azure-auth-keys.xml file and ran it against a storage account in East US via `./dev-support/testrun-scripts/runtests.sh` ``` Running the combination: AppendBlob-HNS-OAuth... ----- Test results ----- [INFO] Results: [INFO] [WARNING] Tests run: 106, Failures: 0, Errors: 0, Skipped: 26 [INFO] Results: [INFO] [WARNING] Tests run: 570, Failures: 0, Errors: 0, Skipped: 570 [INFO] Results: [INFO] [WARNING] Tests run: 259, Failures: 0, Errors: 0, Skipped: 259 Time taken: 1 mins 11 secs. Find test logs for the combination (AppendBlob-HNS-OAuth) in: dev-support/testlogs/2021-09-27_14-56-59/Test-Logs-AppendBlob-HNS-OAuth.txt Find consolidated test results in: dev-support/testlogs/2021-09-27_14-56-59/Test-Results.txt ---------- Running the combination: HNS-OAuth... ----- Test results ----- [INFO] Results: [INFO] [WARNING] Tests run: 106, Failures: 0, Errors: 0, Skipped: 26 [INFO] Results: [INFO] [WARNING] Tests run: 570, Failures: 0, Errors: 0, Skipped: 570 [INFO] Results: [INFO] [WARNING] Tests run: 259, Failures: 0, Errors: 0, Skipped: 259 Time taken: 1 mins 12 secs. Find test logs for the combination (HNS-OAuth) in: dev-support/testlogs/2021-09-27_14-56-59/Test-Logs-HNS-OAuth.txt Find consolidated test results in: dev-support/testlogs/2021-09-27_14-56-59/Test-Results.txt ---------- Running the combination: HNS-SharedKey... ----- Test results ----- [INFO] Results: [INFO] [WARNING] Tests run: 106, Failures: 0, Errors: 0, Skipped: 26 [INFO] Results: [INFO] [WARNING] Tests run: 570, Failures: 0, Errors: 0, Skipped: 570 [INFO] Results: [INFO] [WARNING] Tests run: 259, Failures: 0, Errors: 0, Skipped: 259 Time taken: 1 mins 14 secs. Find test logs for the combination (HNS-SharedKey) in: dev-support/testlogs/2021-09-27_14-56-59/Test-Logs-HNS-SharedKey.txt Find consolidated test results in: dev-support/testlogs/2021-09-27_14-56-59/Test-Results.txt ---------- Running the combination: NonHNS-SharedKey... ----- Test results ----- [INFO] Results: [INFO] [WARNING] Tests run: 106, Failures: 0, Errors: 0, Skipped: 26 [INFO] Results: [INFO] [WARNING] Tests run: 570, Failures: 0, Errors: 0, Skipped: 570 [INFO] Results: [INFO] [WARNING] Tests run: 259, Failures: 0, Errors: 0, Skipped: 259 Time taken: 1 mins 12 secs. Find test logs for the combination (NonHNS-SharedKey) in: dev-support/testlogs/2021-09-27_14-56-59/Test-Logs-NonHNS-SharedKey.txt Find consolidated test results in: dev-support/testlogs/2021-09-27_14-56-59/Test-Results.txt ``` Is this the kind of output we expect to see? -- 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]
