Details
Description
TestDFSStripedOutputStreamWithFailure has a great number of subclasses. The tests are parameterized based on the name of these subclasses.
Seems like we could parameterize these tests with JUnit and then not need all these separate test classes.
Another note, the tests will randomly return instead of running the test. Using Assume instead would make it more clear in the test output that these tests were skipped.
Attachments
Attachments
Issue Links
- is depended upon by
-
HDFS-12417 Disable flaky TestDFSStripedOutputStreamWithFailure
- Resolved