Chris Nauroth created HADOOP-11895: -------------------------------------- Summary: Support running a specific subset of tests in test-patch.sh. Key: HADOOP-11895 URL: https://issues.apache.org/jira/browse/HADOOP-11895 Project: Hadoop Common Issue Type: Improvement Components: scripts Reporter: Chris Nauroth
test-patch.sh currently runs {{mvn test}} in the sub-modules that are changed by the patch. Due to long-running tests, this can slow down development for certain kinds of patches. This issue proposes an enhancement to test-patch.sh to support a faster mode of execution that applies the patch and runs {{mvn test -Dtest=...}}. -- This message was sent by Atlassian JIRA (v6.3.4#6332)