Manno15 commented on a change in pull request #2007:
URL: https://github.com/apache/accumulo/pull/2007#discussion_r610013181
##########
File path: pom.xml
##########
@@ -814,7 +812,17 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<forkCount>${surefire.forkCount}</forkCount>
+ <reuseForks>true</reuseForks>
<excludedGroups>${surefire.excludedGroups}</excludedGroups>
+ <!-- Tests to exclude due to not working with reuseForks being
True -->
+ <excludes>
+ <exclude>**/TableIdTest.java</exclude>
+ <exclude>**/HadoopCredentialProviderTest.java</exclude>
+ <exclude>**/IdleRatioScanPrioritizerTest.java</exclude>
+ <exclude>**/AssignmentWatcherTest.java</exclude>
+ <exclude>**/TestCfCqSlice.java</exclude>
+ <exclude>**/TestCfCqSliceSeekingFilter.java</exclude>
+ </excludes>
Review comment:
I can create an additional issue go track future work into investigating
these tests. That was part of the reason of including them in the pom. Easier
to keep track.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]