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

Mukund Thakur commented on HADOOP-19106:
----------------------------------------

apart from this, I see following failures in trunk. Not sure if these are my 
config related. 
{code:java}
[ERROR]   
ITestAzureBlobFileSystemAuthorization.testSASTokenProviderEmptySASToken:99 
Expected an exception of type class 
org.apache.hadoop.fs.azurebfs.contracts.exceptions.SASTokenProviderException
[ERROR]   
ITestAzureBlobFileSystemAuthorization.testSASTokenProviderInitializeException:82
 Expected an exception of type class 
org.apache.hadoop.fs.azurebfs.contracts.exceptions.SASTokenProviderException
[ERROR]   
ITestAzureBlobFileSystemAuthorization.testSASTokenProviderNullSASToken:114 
Expected an exception of type class 
org.apache.hadoop.fs.azurebfs.contracts.exceptions.SASTokenProviderException
[ERROR]   ITestAzureBlobFileSystemChooseSAS.testBothProviderFixedTokenUnset:171 
Expected an exception of type class 
org.apache.hadoop.fs.azurebfs.contracts.exceptions.SASTokenProviderException
[ERROR]   ITestFileSystemInitialization.testFileSystemCapabilities:94 [path 
capability fs.capability.etags.available in 
AzureBlobFileSystem{uri=abfs://abfs-testcontainer-ce2755d3-ff36-4196-9653-816309b8f...@mthakurdata.dfs.core.windows.net,
 user='mthakur', primaryUserGroup='staff'[fs.azure.capability.readahead.safe]}] 
expected:<[tru]e> but was:<[fals]e>
[ERROR] Errors: 
[ERROR]   ITestAbfsReadFooterMetrics.testMetricWithIdlePeriod:331 » InvalidUri 
Invalid U...
[ERROR]   ITestAbfsReadFooterMetrics.testReadFooterMetrics:114 » InvalidUri 
Invalid URI ...
[ERROR]   
ITestAbfsReadFooterMetrics.testReadFooterMetricsWithParquetAndNonParquet:60->testReadWriteAndSeek:217
 » InvalidUri
[ERROR]   
ITestAbfsRestOperationException.testAuthFailException:189->AbstractAbfsIntegrationTest.getFileSystem:318
 » InvalidConfigurationValue
[ERROR]   
ITestAbfsRestOperationException.testCustomTokenFetchRetryCount:136->testWithDifferentCustomTokenFetchRetry:155
 » InvalidConfigurationValue 
[ERROR]   
ITestAzureBlobFileSystemAuthorization.testSetPermissionUnauthorized:218->runTest:272
 NullPointer
[ERROR]   
ITestAzureBlobFileSystemChooseSAS.testBothProviderFixedTokenConfigured:107 » 
SASTokenProvider
[ERROR]   
ITestAzureBlobFileSystemChooseSAS.testOnlyFixedTokenConfigured:132->testOnlyFixedTokenConfiguredInternal:146
 » SASTokenProvider
[ERROR]   ITestAzureBlobFileSystemE2E.testHttpReadTimeout »  Unexpected 
exception, expec...
[ERROR]   
ITestAzureBlobFileSystemInitAndCreate.testFileSystemInitFailsWithBlobEndpoitUrl:121->lambda$testFileSystemInitFailsWithBlobEndpoitUrl$0:123
 » KeyProvider
[ERROR]   
ITestAbfsHttpClientRequestExecutor.testConnectionReadRecords:330->lambda$null$11:308->lambda$mockHttpOperationBehavior$6:223
 ClassCast
[ERROR]   
ITestAbfsHttpClientRequestExecutor.testExpect100ContinueHandling:190->lambda$testExpect100ContinueHandling$3:198
 » IO
[ERROR]   ITestExponentialRetryPolicy.testThrottlingIntercept:106 » KeyProvider 
Failure ...
[INFO] 
[ERROR] Failures: 
[ERROR]   
ITestAbfsRenameStageFailure>TestRenameStageFailure.testDeleteTargetPaths:262 
[Etag of destination file 
abfs://[email protected]/fork-0002/test/testDeleteTargetPaths/source.txt]
 expected:<null> but was:<"0x8DCD68B103B3FF4">
[ERROR]   
ITestAbfsFileSystemContractEtag>AbstractContractEtagTest.testEtagConsistencyAcrossListAndHead:60
 [path capability fs.capability.etags.available of 
abfs://[email protected]/fork-0002/test/testEtagConsistencyAcrossListAndHead]
 expected:<[tru]e> but was:<[fals]e>{code}

Could you and [~pranavs]  please check these and see what all needs fixing. 
Thanks 

 

> [ABFS] All tests of. ITestAzureBlobFileSystemAuthorization fails with NPE
> -------------------------------------------------------------------------
>
>                 Key: HADOOP-19106
>                 URL: https://issues.apache.org/jira/browse/HADOOP-19106
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: fs/azure
>    Affects Versions: 3.4.0
>            Reporter: Mukund Thakur
>            Assignee: Anuj Modi
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 3.4.1
>
>
> When below config set to true all of the tests fails else it skips.
> <property>
>     <name>fs.azure.test.namespace.enabled</name>
>     <value>true</value>
> </property>
>  
> [*ERROR*] 
> testOpenFileAuthorized(org.apache.hadoop.fs.azurebfs.ITestAzureBlobFileSystemAuthorization)
>   Time elapsed: 0.064 s  <<< ERROR!
> java.lang.NullPointerException
>  at 
> org.apache.hadoop.fs.azurebfs.ITestAzureBlobFileSystemAuthorization.runTest(ITestAzureBlobFileSystemAuthorization.java:273)
>  at 
> org.apache.hadoop.fs.azurebfs.ITestAzureBlobFileSystemAuthorization.testOpenFileAuthorized(ITestAzureBlobFileSystemAuthorization.java:132)
>  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>  at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>  at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  at java.lang.reflect.Method.invoke(Method.java:498)
>  at 
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
>  at 
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
>  at 
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
>  at 
> org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
>  at 
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
>  at 
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)



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