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)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]