mukund-thakur commented on PR #6069:
URL: https://github.com/apache/hadoop/pull/6069#issuecomment-1965105331
```
<property>
<name>fs.azure.abfs.account.name</name>
<value>account_name.dfs.core.windows.net</value>
</property>
<property>
<name>fs.azure.account.auth.type.account_name.dfs.core.windows.net</name>
<value>SharedKey</value>
</property>
<property>
<name>fs.azure.account.key.account_name.dfs.core.windows.net</name>
<value>xxxxxxx</value>
</property>
<property>
<name>fs.azure.wasb.account.name</name>
<value>account_name.blob.core.windows.net</value>
</property>
<property>
<name>fs.contract.test.fs.abfs</name>
<value>abfs://abfs-test@account_name.dfs.core.windows.net</value>
<description>A file system URI to be used by the contract
tests.</description>
</property>
<property>
<name>fs.azure.scale.test.enabled</name>
<value>true</value>
</property>
```
This is my auth-keys for a HNS account. and all of the above 3 tests fails
from me even on trunk.
> ITestAzureBlobFileSystemLease.testTwoCreate
ITestExponentialRetryPolicy.testThrottlingIntercept
ITestGetNameSpaceEnabled
--
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]