Github user ctubbsii commented on a diff in the pull request:

    https://github.com/apache/accumulo/pull/144#discussion_r76886561
  
    --- 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 --
    
    I'm confused why there are two executions of the plugin. Won't the logs 
from these two executions conflict? How does failsafe match up the two 
different integration-test mojo outputs with their corresponding verify mojo 
work if both execute?


---
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.
---

Reply via email to