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: common-issues-unsubscr...@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to