[ 
https://issues.apache.org/jira/browse/HADOOP-19382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17909744#comment-17909744
 ] 

ASF GitHub Bot commented on HADOOP-19382:
-----------------------------------------

anujmodi2021 opened a new pull request, #7269:
URL: https://github.com/apache/hadoop/pull/7269

   ### Description of PR
   Jira: https://issues.apache.org/jira/browse/HADOOP-19382
   
`ITestAzureBlobFileSystemInitAndCreate.testFileSystemInitFailsWithBlobEndpoitUrl`
 was reported to be failing when account key was not configured with blob 
endpoint url of account.
   The failure was due to missing account specific shared key for blob endpoint 
url.
   
   Fix is to get the account key configured with whatever endpoint user 
configures with and set it as an account agnostic setting just for the test.
   If none of the acount key is configured, test will continue to be skipped.
   
   ### How was this patch tested?
   Fixed test was ran, no production code change was needed.
   Existing Test suite was ran and results added.




> [ABFS] ITestAzureBlobFileSystemInitAndCreate failure
> ----------------------------------------------------
>
>                 Key: HADOOP-19382
>                 URL: https://issues.apache.org/jira/browse/HADOOP-19382
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: fs/azure, test
>    Affects Versions: 3.5.0
>            Reporter: Steve Loughran
>            Assignee: Anuj Modi
>            Priority: Minor
>
> test failure in 
> {{ITestAzureBlobFileSystemInitAndCreate.testFileSystemInitFailsWithBlobEndpoitUrl}}
>  failing because the test store has a .dfs credential but not a blob one
> {code}
> [ERROR] 
> testFileSystemInitFailsWithBlobEndpoitUrl(org.apache.hadoop.fs.azurebfs.ITestAzureBlobFileSystemInitAndCreate)
>   Time elapsed: 0.015 s  <<< ERROR!
> Failure to initialize configuration for NAME.blob.core.windows.net key 
> ="null": Invalid configuration value detected for fs.azure.account.key
> {code}
> This should downgrade to a skip.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to