Divneet18 commented on code in PR #1875:
URL: https://github.com/apache/phoenix/pull/1875#discussion_r1628274163


##########
pom.xml:
##########
@@ -405,6 +405,42 @@
                  <goal>verify</goal>
               </goals>
             </execution>
+            <execution>
+              <id>SignOffTests</id>
+              <configuration>
+                <reuseForks>false</reuseForks>
+                <argLine>@{jacocoArgLine} -enableassertions -Xmx3000m 
-Djava.security.egd=file:/dev/./urandom 
"-Djava.library.path=${hadoop.library.path}${path.separator}${java.library.path}"
 -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=./target/ -XX:NewRatio=4 
-XX:SurvivorRatio=8 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC 
-XX:+DisableExplicitGC -XX:+UseCMSInitiatingOccupancyOnly 
-XX:+CMSClassUnloadingEnabled -XX:+CMSScavengeBeforeRemark 
-XX:CMSInitiatingOccupancyFraction=68</argLine>
+                
<groups>org.apache.phoenix.end2end.SupportsDistributedClusterTest</groups>

Review Comment:
   @jpisaac the SuccessfulSupportsDistributedClusterTest is the category for 
all the successful tests. the SupportsDistributedClusterTest  was a category i 
was using to test the IT's I hadnt tested and then categorizing them into 
Successful/Failure distributed cluster test 



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to