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

Bilahari T H commented on HADOOP-16587:
---------------------------------------

*Driver test results using accounts in Central India:*

mvn -T 1C -Dparallel-tests=abfs -Dscale -DtestsThreadCount=8 clean verify

*Account without namespace support*
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0

[ERROR] Failures: 
[ERROR] ITestGetNameSpaceEnabled.testFailedRequestWhenFSNotExist:70 Expecting 
org.apache.hadoop.fs.azurebfs.contracts.exceptions.AbfsRestOperationException 
with text "The specified filesystem does not exist.", 404 but got : void
[INFO] 
[ERROR] Tests run: 395, Failures: 1, Errors: 0, Skipped: 207

[WARNING] Tests run: 192, Failures: 0, Errors: 0, Skipped: 16

Sneha has added the fix for this failure as part of 
https://github.com/apache/hadoop/pull/1498

*Account with namespace support*
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[ERROR] Errors: 
[ERROR] ITestAzureBlobFileSystemCLI>AbstractAbfsIntegrationTest.setup:137 ? 
AbfsRestOperation
[INFO] 
[ERROR] Tests run: 395, Failures: 0, Errors: 1, Skipped: 21

[WARNING] Tests run: 192, Failures: 0, Errors: 0, Skipped: 16

This error got introduced from the following JIRA. The test case fails when 
tested with namespace enabled account, as the API call triggered within 
getIsNamespaceEnabled() will return 404 HttpStatusCode and exception is thrown. 
in case of namespace disabled account it returnes 400 and gets suppressed and 
the getIsNamespaceEnabled method returns false. This needs to be checked 
separately, will raise the JIRA.
https://issues.apache.org/jira/browse/HADOOP-16138

 

> Make AAD endpoint configurable on all Auth flows
> ------------------------------------------------
>
>                 Key: HADOOP-16587
>                 URL: https://issues.apache.org/jira/browse/HADOOP-16587
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs/azure
>            Reporter: Bilahari T H
>            Assignee: Bilahari T H
>            Priority: Minor
>         Attachments: HADOOP-16587.001.patch, HADOOP-16587.002.patch, 
> HADOOP-16587.003.patch
>
>
> Make AAD endpoint configurable on all Auth flows. Currently auth endpoint is 
> hard coded for refreshtoken flow and MSI flow.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
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