mehakmeet commented on PR #5134:
URL: https://github.com/apache/hadoop/pull/5134#issuecomment-1315026565

   Okay, ran the test suite on trunk as well. **There are no additional 
errors/failures after the changes**, it's showing some errors on the base 
version.
   
   ```
   [ERROR] 
testGetIsNamespaceEnabledWhenConfigIsTrue(org.apache.hadoop.fs.azurebfs.ITestGetNameSpaceEnabled)
  Time elapsed: 3.876 s  <<< FAILURE!
   org.junit.ComparisonFailure: [getIsNamespaceEnabled should return the value 
configured for fs.azure.test.namespace.enabled] expected:<[fals]e> but 
was:<[tru]e>
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
   ```
   Not sure why this is a failure and not just skipping the test in case the 
config isn't set.
   
   ```
   [ERROR] Tests run: 13, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
82.967 s <<< FAILURE! - in 
org.apache.hadoop.fs.azurebfs.ITestAzureBlobFileSystemLease
   [ERROR] 
testTwoCreate(org.apache.hadoop.fs.azurebfs.ITestAzureBlobFileSystemLease)  
Time elapsed: 6.501 s  <<< FAILURE!
   java.lang.AssertionError: 
    Expected to find 'There is currently a lease on the resource and no lease 
ID was specified in the request' but got unexpected exception: 
org.apache.hadoop.fs.PathIOException: 
`abfs://abfs-testcontainer-f5fe9b62-0253-4a90-af0a-d43bd5970...@mmtusw.dfs.core.windows.net/fork-0001/test/testTwoCreatedec41fc7870b/testfile':
 Input/output error: Parallel access to the create path detected. Failing 
request to honor single writer semantics
        at 
org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem.checkException(AzureBlobFileSystem.java:1500)
        at 
org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem.create(AzureBlobFileSystem.java:331)
        at org.apache.hadoop.fs.FileSystem.create(FileSystem.java:1231)
   ...
   
   Caused by: Parallel access to the create path detected. Failing request to 
honor single writer semantics
        at 
org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore.conditionalCreateOverwriteFile(AzureBlobFileSystemStore.java:652)
        at 
org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore.createFile(AzureBlobFileSystemStore.java:563)
   ```
   Seeing it fail as a stand-alone test as well.
   ```
   [WARNING] Tests run: 48, Failures: 0, Errors: 0, Skipped: 24, Time elapsed: 
396.823 s - in org.apache.hadoop.fs.azurebfs.ITestSmallWriteOptimization
   [ERROR] Tests run: 10, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
725.369 s <<< FAILURE! - in 
org.apache.hadoop.fs.azurebfs.ITestAbfsReadWriteAndSeek
   [ERROR] 
testReadAndWriteWithDifferentBufferSizesAndSeek[Size=104,857,600-readahead=true](org.apache.hadoop.fs.azurebfs.ITestAbfsReadWriteAndSeek)
  Time elapsed: 670.478 s  <<< FAILURE!
   org.junit.ComparisonFailure: [Retry was required due to issue on server 
side] expected:<[0]> but was:<[1]>
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
   ```
   Intermittent failure, saw this in trunk once.
   
   Also had a timeout error in ITestAbfsTerasort.
   


-- 
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: common-issues-unsubscr...@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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