CLevasseur commented on PR #4262: URL: https://github.com/apache/hadoop/pull/4262#issuecomment-1327466165
Hi @pranavsaxena-microsoft, I've tried to follow[ this section ](https://github.com/apache/hadoop/blob/trunk/hadoop-tools/hadoop-azure/src/site/markdown/testing_azure.md#generating-test-run-configurations-and-test-triggers-over-various-config-combinations)of the documentation that you mentioned, but it's outdated: - The folder `./src/test/resources/accountSettings/` doesn't exist, nor the template file that I should use to create my account settings file - `dev-support/testrun-scripts/runtests.sh` should prompt a menu, but in my case it runs `AppendBlob-HNS-OAuth` and gives me no choice I followed the rest of the documentation by copying `./src/test/resources/azure-auth-keys.xml.template` to `./src/test/resources/azure-auth-keys.xml` and replacing those variables by the right values in the xml file: - `{ABFS_ACCOUNT_NAME}` - `{ACCOUNT_ACCESS_KEY}` - `{TENANTID}` - `{WASB_ACCOUNT_NAME}` - `{WASB_FILESYSTEM}` - `{CONTAINER_NAME}` - `{ACCOUNT_NAME}` Then I ran ``` dev-support/testrun-scripts/runtests.sh -c "NonHNS-SharedKey" [...] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 11.030 s [INFO] Finished at: 2022-11-25T13:08:18Z [INFO] ------------------------------------------------------------------------ Running the combination: NonHNS-SharedKey... # Then it terminates without running anything ``` So it doesn't run the tests, same for `HNS-OAuth` and `HNS-SharedKey`. Do you know what I am missing for those tests 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. 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]
