Skip to content

Conversation

@arjun4084346
Copy link
Owner

@arjun4084346 arjun4084346 commented Apr 30, 2022

…nse failure occurs in ABFS (apache#2264)

Contributed by Mehakmeet Singh

(cherry picked from commit 0d85515)

Description of PR

It is a clean cherry pick of commit 0d85515
I am trying to backport fix for https://issues.apache.org/jira/browse/HADOOP-17215 (apache#2246). In order to cleanly cherry pick this commit from branch-3.3 to branch-2.10 , I need to cherry pick several other commits before I pick this one. The commit being picked in this PR is one of those several commits.

How was this patch tested?

Ran mvn test -pl hadoop-tools/hadoop-azure
No new unit tests fail.

Ran all integration abfs tests using mvn -T 1C -Dparallel-tests=abfs clean verify with my storage account arjundev.dfs.core.windows.net
Storage account's Primary location: East US, Secondary location: West US

No tests failed. There are 17 errors; these were negative test cases where error was expected.

`
[INFO] Results:
[INFO]
[INFO] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0

[INFO] Results:
[INFO]
[WARNING] Tests run: 151, Failures: 0, Errors: 0, Skipped: 24

[INFO] Results:
[INFO]
[ERROR] Errors:
[ERROR] ITestAzureBlobFileSystemCheckAccess.:67->getTestUserFs:79 » IllegalArgument
[ERROR] ITestAzureBlobFileSystemCheckAccess.:67->getTestUserFs:79 » IllegalArgument
[ERROR] ITestAzureBlobFileSystemCheckAccess.:67->getTestUserFs:79 » IllegalArgument
[ERROR] ITestAzureBlobFileSystemCheckAccess.:67->getTestUserFs:79 » IllegalArgument
[ERROR] ITestAzureBlobFileSystemCheckAccess.:67->getTestUserFs:79 » IllegalArgument
[ERROR] ITestAzureBlobFileSystemCheckAccess.:67->getTestUserFs:79 » IllegalArgument
[ERROR] ITestAzureBlobFileSystemCheckAccess.:67->getTestUserFs:79 » IllegalArgument
[ERROR] ITestAzureBlobFileSystemCheckAccess.:67->getTestUserFs:79 » IllegalArgument
[ERROR] ITestAzureBlobFileSystemCheckAccess.:67->getTestUserFs:79 » IllegalArgument
[ERROR] ITestAzureBlobFileSystemCheckAccess.:67->getTestUserFs:79 » IllegalArgument
[ERROR] ITestAzureBlobFileSystemCheckAccess.:67->getTestUserFs:79 » IllegalArgument
[ERROR] ITestAzureBlobFileSystemCreate.testFilterFSWriteAfterClose:182 » IO java.io.Fi...
[ERROR] ITestAzureBlobFileSystemE2E.testFlushWithFileNotFoundException:224 » IO java.i...
[ERROR] ITestAzureBlobFileSystemE2E.testWriteWithFileNotFoundException:204 » IO java.i...
[ERROR] ITestAzureBlobFileSystemRenameWhenDelete>ITestAzureBlobFileSystemDelete.testDeleteDirectory:103 » AbfsRestOperation
[ERROR] ITestAzureBlobFileSystemRenameWhenDelete>ITestAzureBlobFileSystemDelete.testDeleteFirstLevelDirectory:140 » AbfsRestOperation
[ERROR] ITestAzureBlobFileSystemRenameWhenDelete>ITestAzureBlobFileSystemDelete.testDeleteRoot:65 » IO
[INFO]
[ERROR] Tests run: 429, Failures: 0, Errors: 17, Skipped: 242
`

For code changes:

  • Does the title or this PR starts with the corresponding JIRA issue id (e.g. 'HADOOP-17799. Your PR title ...')?
  • Object storage: have the integration tests been executed and the endpoint declared according to the connector-specific documentation?
  • If adding new dependencies to the code, are these dependencies licensed in a way that is compatible for inclusion under ASF 2.0?
  • If applicable, have you updated the LICENSE, LICENSE-binary, NOTICE-binary files?

…nse failure occurs in ABFS (apache#2264)

Contributed by Mehakmeet Singh

(cherry picked from commit 0d85515)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants