-
Notifications
You must be signed in to change notification settings - Fork 9.1k
HADOOP-17715 ABFS: Append blob tests with non HNS accounts fail #3028
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
Conversation
🎊 +1 overall
This message was automatically generated. |
combination=NonHNS-SharedKey | ||
properties=("fs.azure.abfs.account.name" "fs.azure.test.namespace.enabled" "fs.azure.account.auth.type") | ||
values=("{account name}.dfs.core.windows.net" "false" "SharedKey") | ||
properties=("fs.azure.abfs.account.name" "fs.azure.test.namespace.enabled" "fs.azure.account.auth.type" |
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.
A new combination called AppendBlob-HNS-OAuth needs to be added. It will have all properties of HNS OAuth + append blob test config.
Leave current set of combination untouched.
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.
Done.
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.
Please check comments.
Testing done: It was ensured that the xml gets generated with the append blob config and runs successfully |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
+1 |
Committed to trunk, please raise PR for 3.2 and 3.3 |
…ts fail (apache#3028) (apache#3125) (cherry picked from commit 4c039fa) Change-Id: I3779f49f1c60efc03d4483c3bde7ce94d5743f8c
PR to add new configuration of appendblob with HNS accounts.
Testing done: It was ensured that the xml gets generated with the append blob config and runs successfully.