[
https://issues.apache.org/jira/browse/HADOOP-18075?focusedWorklogId=707265&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-707265
]
ASF GitHub Bot logged work on HADOOP-18075:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 12/Jan/22 05:01
Start Date: 12/Jan/22 05:01
Worklog Time Spent: 10m
Work Description: sumangala-patki commented on pull request #3876:
URL: https://github.com/apache/hadoop/pull/3876#issuecomment-1010637255
TEST RESULTS
```
HNS-OAuth
========================
[WARNING] Tests run: 106, Failures: 0, Errors: 0, Skipped: 2
[ERROR] Failures:
[ERROR]
ITestAzureBlobFileSystemFileStatus.testLastModifiedTime:144->Assert.assertTrue:42->Assert.fail:89
lastModifiedTime should be before createEndTime
[ERROR] Tests run: 566, Failures: 1, Errors: 0, Skipped: 62
[WARNING] Tests run: 265, Failures: 0, Errors: 0, Skipped: 40
HNS-SharedKey
========================
[ERROR] Failures:
[ERROR]
TestAbfsClientThrottlingAnalyzer.testManySuccessAndErrorsAndWaiting:171->fuzzyValidate:49
The actual value 9 is not within the expected range: [5.60, 8.40].
[ERROR] Tests run: 106, Failures: 1, Errors: 0, Skipped: 2
[ERROR] Failures:
[ERROR]
ITestAbfsRestOperationException.testCustomTokenFetchRetryCount:93->testWithDifferentCustomTokenFetchRetry:122->Assert.assertTrue:42->Assert.fail:89
Number of token fetch retries (4) done, does not match with
fs.azure.custom.token.fetch.retry.count configured (0)
[ERROR]
ITestAzureBlobFileSystemFileStatus.testLastModifiedTime:144->Assert.assertTrue:42->Assert.fail:89
lastModifiedTime should be before createEndTime
[ERROR] Tests run: 566, Failures: 2, Errors: 0, Skipped: 62
[WARNING] Tests run: 265, Failures: 0, Errors: 0, Skipped: 40
NonHNS-SharedKey
========================
[ERROR] Failures:
[ERROR]
TestAbfsClientThrottlingAnalyzer.testManySuccessAndErrorsAndWaiting:171->fuzzyValidate:49
The actual value 9 is not within the expected range: [5.60, 8.40].
[ERROR] Tests run: 106, Failures: 1, Errors: 0, Skipped: 2
[ERROR] Errors:
[ERROR]
ITestAzureBlobFileSystemCheckAccess.testCheckAccessForAccountWithoutNS:181->lambda$testCheckAccessForAccountWithoutNS$0:184
ยป AbfsRestOperation
[ERROR] Tests run: 566, Failures: 0, Errors: 1, Skipped: 276
[ERROR] Failures:
[ERROR]
ITestAbfsFileSystemContractEtag>AbstractContractEtagTest.testEtagConsistencyAcrossRename:162
[etag of list status
(VersionedFileStatus{VersionedFileStatus{path=abfs://[email protected]/fork-1/test/testEtagConsistencyAcrossRename/dest;
isDirectory=false; length=11; replication=1; blocksize=268435456;
modification_time=1641960839000; access_time=0; owner=sumangala;
group=sumangala; permission=rwxrwxrwx; isSymlink=false; hasAcl=false;
isEncrypted=false; isErasureCoded=false}; version='0x8D9D581F532C7F6'})
compared to HEAD value of
VersionedFileStatus{VersionedFileStatus{path=abfs://[email protected]/fork-1/test/testEtagConsistencyAcrossRename/src;
isDirectory=false; length=11; replication=1; blocksize=268435456;
modification_time=1641960838000; access_time=0; owner=sumangala;
group=sumangala; permission=rwxrwxrwx; isSymlink=false; hasAcl=false;
isEncrypted=false; isErasureCoded=false}; version='0x8D9D581F4CB6394'}]
expected:<"0x8D9D581F[4CB6394]"> but was:<"0x8D9D581F[532C7F6]">
[ERROR] Tests run: 265, Failures: 1, Errors: 0, Skipped: 40
AppendBlob-HNS-OAuth
========================
[ERROR] Failures:
[ERROR]
TestAbfsClientThrottlingAnalyzer.testManySuccessAndErrorsAndWaiting:171->fuzzyValidate:49
The actual value 9 is not within the expected range: [5.60, 8.40].
[ERROR] Tests run: 106, Failures: 1, Errors: 0, Skipped: 2
[WARNING] Tests run: 566, Failures: 0, Errors: 0, Skipped: 62
[WARNING] Tests run: 265, Failures: 0, Errors: 0, Skipped: 40
```
Failures tracked by JIRAs:
[TestAbfsClientThrottlingAnalyzer](https://issues.apache.org/jira/browse/HADOOP-17826)
--
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 707265)
Time Spent: 0.5h (was: 20m)
> ABFS: Fix failure caused by listFiles() in ITestAbfsRestOperationException
> --------------------------------------------------------------------------
>
> Key: HADOOP-18075
> URL: https://issues.apache.org/jira/browse/HADOOP-18075
> Project: Hadoop Common
> Issue Type: Sub-task
> Components: fs/azure
> Affects Versions: 3.3.2
> Reporter: Sumangala Patki
> Assignee: Sumangala Patki
> Priority: Major
> Labels: pull-request-available
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> testAbfsRestOperationExceptionFormat in ITestAbfsRestOperationException fails
> due to the wrong exception format of the FileNotFound exception. The test
> invokes the Filesystem method listFiles(), and the exception thrown is found
> to be of the GetPathStatus format instead of ListStatus (difference in number
> of error fields in response).
> The Filesystem implementation of listFiles() calls listLocatedStatus(), which
> then makes a listStatus call. A recent check-in that added implementation for
> listLocatedStatus() in ABFS driver led to a GetFileStatus request before
> ListStatus api are invoked, leading to the aberrant FNF exception format. The
> fix eliminates the GetPathStatus request before ListStatus is called.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]