sadikovi commented on pull request #3041:
URL: https://github.com/apache/hadoop/pull/3041#issuecomment-851457645
The error seems to be
```
<testcase name="testListStatusFile"
classname="org.apache.hadoop.fs.azurebfs.contract.ITestAbfsFileSystemContractGetFileStatus"
time="0">
<skipped message="Not set: fs.azure.account.key"/>
</testcase>
```
but I am setting the key in azure-auth-keys.xml.
Also, I found that the tests only work/fail if you hardcode
"fs.azure.account.key" in
`src/test/resources/combinationConfigFiles/NonHNS-SharedKey.xml` (the
account-specific config variant is ignored).
It seems
https://github.com/apache/hadoop/blob/trunk/hadoop-tools/hadoop-azure/src/site/markdown/testing_azure.md
is missing a few configuration points, including installing dependencies to
run the scripts on Ubuntu.
Would appreciate it if someone could share what I need to change exactly to
run the tests. 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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]