Description
It is currently impossible to run non fault-injection tests with fault-injected build. E.g.
ant run-test-hdfs-fault-inject -Dtestcase=TestFileCreation
because macro-test-runner does look for a specified test case only under src/test/aop folder if a fault injection tests are ran. This render the use of non fault injection tests impossible in the FI environment.
Attachments
Attachments
Issue Links
- relates to
-
HDFS-475 Create a separate targets for fault injection related test and jar files creation files
- Closed