Description
Currently, I can't comma-separated includes to specify multiple tests to run. For example, the following command inside bigtop/bigtop-tests/test-execution/smokes/hbase will run 0 tests because of http://jira.codehaus.org/browse/SUREFIRE-685: Cannot pass multiple comma-separated includes.
mvn clean verify -Dorg.apache.maven-failsafe-plugin.testInclude=**/TestHBaseSmoke*,**/TestHbck*
I'd like to bump up maven-surefire-plugin and maven-failsafe-plugin to 2.11 so we can run tests with comma-separated includes.
2.12 has the problem http://jira.codehaus.org/browse/SUREFIRE-827: Surefire 2.12 cannot run a single test, regression from 2.11.