-
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
HDFS-15878 RBF: Flaky test TestRouterWebHDFSContractCreate>AbstractCo… #4340
Conversation
…ntractCreateTest#testSyncable
🎊 +1 overall
This message was automatically generated. |
...ct/hadoop-common/src/test/java/org/apache/hadoop/fs/contract/AbstractContractCreateTest.java
Outdated
Show resolved
Hide resolved
🎊 +1 overall
This message was automatically generated. |
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.
The said test didn't run as part of Jenkins build since the change was in Hadoop-Common not is Hadoop-RBF,
Tried the test locally and no issues there.
Changes LGTM
Merged. Thanx @HanleyYang for the contribution and @goiri for the review!!! |
…pache#4340). Contributed by Hanley Yang. Reviewed-by: Inigo Goiri <inigoiri@apache.org> Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
Description of PR
WebHdfsFileSystem is not syncable, it should not fail the test.
https://issues.apache.org/jira/browse/HDFS-15878
How was this patch tested?
Updated existing unit tests.
For code changes:
LICENSE
,LICENSE-binary
,NOTICE-binary
files?