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

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

anujmodi2021 commented on PR #7369:
URL: https://github.com/apache/hadoop/pull/7369#issuecomment-2650352851

   @cnauroth 
   For ITestWasbUriAndConfiguration.testConnectUsingSecureSAS:
   ```
   java.lang.AssertionError:  Expected to find 'An error occurred while 
enumerating the result, check the original exception for details.' but got 
unexpected exception: org.apache.hadoop.fs.azure.AzureException: 
java.io.IOException: The specified container does not exist. Please see the 
cause for further information.
        at 
org.apache.hadoop.fs.azure.AzureNativeFileSystemStore.storeEmptyLinkFile(AzureNativeFileSystemStore.java:1865)
        at 
org.apache.hadoop.fs.azure.NativeAzureFileSystem.createInternal(NativeAzureFileSystem.java:1946)
        at 
org.apache.hadoop.fs.azure.NativeAzureFileSystem.create(NativeAzureFileSystem.java:1857)
        at 
org.apache.hadoop.fs.azure.NativeAzureFileSystem.create(NativeAzureFileSystem.java:1701)
        at org.apache.hadoop.fs.FileSystem.create(FileSystem.java:1233)
        at org.apache.hadoop.fs.FileSystem.create(FileSystem.java:1210)
        at org.apache.hadoop.fs.FileSystem.create(FileSystem.java:1091)
        at 
org.apache.hadoop.fs.contract.ContractTestUtils.file(ContractTestUtils.java:671)
        at 
org.apache.hadoop.fs.contract.ContractTestUtils.createFile(ContractTestUtils.java:655)
        at 
org.apache.hadoop.fs.contract.ContractTestUtils.writeTextFile(ContractTestUtils.java:639)
        at 
org.apache.hadoop.fs.azure.ITestWasbUriAndConfiguration.lambda$testConnectUsingSecureSAS$0(ITestWasbUriAndConfiguration.java:194)
        at 
org.apache.hadoop.test.LambdaTestUtils.intercept(LambdaTestUtils.java:500)
        at 
org.apache.hadoop.test.LambdaTestUtils.intercept(LambdaTestUtils.java:386)
        at 
org.apache.hadoop.test.LambdaTestUtils.intercept(LambdaTestUtils.java:455)
        at 
org.apache.hadoop.fs.azure.ITestWasbUriAndConfiguration.testConnectUsingSecureSAS(ITestWasbUriAndConfiguration.java:192)
   ```
   
   For ITestAzureFileSystemInstrumentation.testMetricsOnFileCreateRead. This is 
also failing for me on trunk as well.
   ```
   java.lang.AssertionError: The bytes written in the last second 86 is pretty 
far from the expected range of around 1000 bytes plus a little overhead.
   
        at org.junit.Assert.fail(Assert.java:89)
        at org.junit.Assert.assertTrue(Assert.java:42)
        at 
org.apache.hadoop.fs.azure.metrics.ITestAzureFileSystemInstrumentation.testMetricsOnFileCreateRead(ITestAzureFileSystemInstrumentation.java:158)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   ```
   
   
   




> [ABFS] Upgrade JUnit from 4 to 5 in hadoop-azure.
> -------------------------------------------------
>
>                 Key: HADOOP-19425
>                 URL: https://issues.apache.org/jira/browse/HADOOP-19425
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: build, fs/azure, test
>    Affects Versions: 3.5.0
>            Reporter: Shilun Fan
>            Assignee: Shilun Fan
>            Priority: Major
>              Labels: pull-request-available
>




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