-
Notifications
You must be signed in to change notification settings - Fork 9.1k
HADOOP-19444 [branch-3.4]: ABFS: [FnsOverBlob][Tests] Add Tests For Negative Scenarios Identified for Ingress Operations #7572
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-19444 [branch-3.4]: ABFS: [FnsOverBlob][Tests] Add Tests For Negative Scenarios Identified for Ingress Operations #7572
Conversation
…rios Identified for Ingress Operations (apache#7424) Contributed by Anmol Asrani Reviewed by Manish Bhatt, Manika Joshi Signed off by Anuj Modi <anujmodi@apache.org>
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.
+1
Backport from trunk
============================================================
|
💔 -1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
This PR covers 2 changes:-
Removed the need for an additional list for storing the committedBlockEntries and replaced it with a string builder which is then cleared out during outputstream close.
Added tests for the negative scenarios identified for the append flush cases.