Description
This issue is created to track the conversion of external testlist for 10 minutes tests into JUnit test suite.
It would be consistent through the bigger Hadoop project to have 10 minutes tests to be collected in a JUnit's test suite instead of an external file (as of now).
The reason is simple: with the file we'd have two points of maintenance: tests source code and one an auxiliary text files. Besides, a general approach is to use JUnit's suites for tagging purposes, thus having a suite here would be more uniform.
Attachments
Issue Links
- is blocked by
-
HDFS-458 Create target for 10 minute patch test build for hdfs
- Closed