Github user joshelser commented on a diff in the pull request:
https://github.com/apache/accumulo/pull/144#discussion_r76893649
--- Diff: pom.xml ---
@@ -1001,11 +1004,26 @@
<artifactId>maven-failsafe-plugin</artifactId>
<executions>
<execution>
- <id>run-integration-tests</id>
+ <id>run-minicluster-integration-tests</id>
<goals>
<goal>integration-test</goal>
<goal>verify</goal>
</goals>
+ <configuration>
+ <skip>${accumulo.skipMiniClusterInFailsafe}</skip>
+ <groups>${accumulo.miniclusterTests}</groups>
+ </configuration>
+ </execution>
+ <execution>
--- End diff --
Right, I get that part. @dimaspivak commented in IRC that conflicting
values in `groups` and `excludedGroups` doesn't work out well (and I ran into
it locally too -- go figure). I worked around it though.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---