[ 
https://issues.apache.org/jira/browse/HADOOP-17149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sneha Vijayarajan updated HADOOP-17149:
---------------------------------------
    Description: 
When authentication is set to SharedKey, below test fails.

 

[ERROR]   
ITestGetNameSpaceEnabled.testFailedRequestWhenCredentialsNotCorrect:161 
Expecting 
org.apache.hadoop.fs.azurebfs.contracts.exceptions.AbfsRestOperationException 
with text "Server failed to authenticate the request. Make sure the value of 
Authorization header is formed correctly including the signature.", 403 but got 
: "void"

 

This test fails when the newly introduced config "fs.azure.account.hns.enabled" 
is set. This config will avoid network call to check if namespace is enabled, 
whereas the test expects thsi call to be made. 

 

The assert in test to 403 needs check too. Should ideally be 401.

  was:
When authentication is set to SharedKey, below test fails.

 

[ERROR]   
ITestGetNameSpaceEnabled.testFailedRequestWhenCredentialsNotCorrect:161 
Expecting 
org.apache.hadoop.fs.azurebfs.contracts.exceptions.AbfsRestOperationException 
with text "Server failed to authenticate the request. Make sure the value of 
Authorization header is formed correctly including the signature.", 403 but got 
: "void"

 

2 problems:
 # This test should probably be disabled for SharedKey
 # Assert is wrong. Expected Http Status code should 401.


> ABFS: Test failure: testFailedRequestWhenCredentialsNotCorrect fails when run 
> with SharedKey
> --------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-17149
>                 URL: https://issues.apache.org/jira/browse/HADOOP-17149
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs/azure
>            Reporter: Sneha Vijayarajan
>            Assignee: Sneha Vijayarajan
>            Priority: Minor
>              Labels: abfsactive
>             Fix For: 3.4.0
>
>
> When authentication is set to SharedKey, below test fails.
>  
> [ERROR]   
> ITestGetNameSpaceEnabled.testFailedRequestWhenCredentialsNotCorrect:161 
> Expecting 
> org.apache.hadoop.fs.azurebfs.contracts.exceptions.AbfsRestOperationException 
> with text "Server failed to authenticate the request. Make sure the value of 
> Authorization header is formed correctly including the signature.", 403 but 
> got : "void"
>  
> This test fails when the newly introduced config 
> "fs.azure.account.hns.enabled" is set. This config will avoid network call to 
> check if namespace is enabled, whereas the test expects thsi call to be made. 
>  
> The assert in test to 403 needs check too. Should ideally be 401.



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