-
Notifications
You must be signed in to change notification settings - Fork 2.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
Fix and re-enable UfsFileIn/OutStreamTest #18170
Conversation
Thanks! LGTM. WDYT? @jiacheliu3 |
dora/core/client/fs/src/test/java/alluxio/client/file/ufs/AbstractUfsStreamTest.java
Show resolved
Hide resolved
.setDoraCacheEnabled(false) | ||
.setDataCacheEnabled(false) |
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.
fyi @dbw9580 @JiamingMai @LuQQiu In the test for UfsFileStream we are manually disabling meta/data client cache. Let us know if this is incorrect. Thanks!
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.
looks good to me
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.
LGTM, thanks for the fix!
alluxio-bot, merge this please |
What changes are proposed in this pull request?
UfsFileIn/OutStream Test runnable now
Why are the changes needed?
Need UfsFileIn/OutStream Test
Does this PR introduce any user facing changes?
No