-
Notifications
You must be signed in to change notification settings - Fork 8.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HADOOP-19382. [ABFS][FnsOverBlob] Test Fix for ITestAzureBlobFileSystemInitAndCreate failure #7269
Conversation
🎊 +1 overall
This message was automatically generated. |
:::: AGGREGATED TEST RESULT :::: ============================================================
|
@mukund-thakur @saikatroy038 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reran the failing test, all good
+1
…emInitAndCreate failure (apache#7269) contributed by Anuj Modi (anujmodi)
Description of PR
Jira: https://issues.apache.org/jira/browse/HADOOP-19382
ITestAzureBlobFileSystemInitAndCreate.testFileSystemInitFailsWithBlobEndpoitUrl
was reported to be failing when account key was not configured with blob endpoint url of account.The failure was due to missing account specific shared key for blob endpoint url.
Fix is to get the account key configured with whatever endpoint user configures with and set it as an account agnostic setting just for the test.
If none of the acount key is configured, test will continue to be skipped.
How was this patch tested?
Fixed test was ran, no production code change was needed.
Existing Test suite was ran and results added.