Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
Description
According to off-line discussion with Zhe Zhang and Xinwei Qin , we need to implement an end to end test for stripping file support:
- Create an EC zone;
- Create a file in the zone;
- Write various typical sizes of content to the file, each size maybe a test method;
- Read the written content back;
- Compare the written content and read content to ensure it's good;
This jira aims to refactor the end to end test class(TestWriteReadStripedFile) in order to reuse them conveniently in the next test step for erasure encoding and recovering. Will open separate issue for it.
Attachments
Attachments
Issue Links
- is depended upon by
-
HDFS-8202 Improve end to end striping file test to add erasure recovering test
- Resolved