Skip to content
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

[SMALLFIX] Enable one UT case in OutStreamTest #18272

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
package alluxio.fuse.ufs.stream;

import alluxio.AlluxioURI;
import alluxio.annotation.dora.DoraTestTodoItem;
import alluxio.client.file.URIStatus;
import alluxio.exception.runtime.AlreadyExistsRuntimeException;
import alluxio.exception.runtime.FailedPreconditionRuntimeException;
Expand Down Expand Up @@ -74,8 +73,6 @@ public void createExisting() throws Exception {
}
}

@DoraTestTodoItem(action = DoraTestTodoItem.Action.FIX, owner = "JiamingMai",
comment = "support create out stream with truncate flag")
Comment on lines -77 to -78
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please take a look @JiamingMai ? Thanks!

@Test
public void createTruncateFlag() throws Exception {
AlluxioURI alluxioURI = getTestFileUri();
Expand Down
Loading