-
Notifications
You must be signed in to change notification settings - Fork 9.2k
HADOOP-19784- ABFS: Update Unit Test for Client Header Changes #8181
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. |
|
Javadoc errors and Spotbugs are not from the changes in the PR |
Description of PR
JIRA: https://issues.apache.org/jira/browse/HADOOP-19784
We have a unit test (testFNSEndptConvertedIndicatorInHeader) that validates the presence of a specific indicator within a field in the client request header. Recent changes to the client header structure have altered the expected index/position of this indicator, causing the test to fail.
This change updates the test to reflect the revised header format and corrects the assertion accordingly.
How was this patch tested?
Test suite result added in comment below