[ 
https://issues.apache.org/jira/browse/PHOENIX-2840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15265138#comment-15265138
 ] 

Hudson commented on PHOENIX-2840:
---------------------------------

FAILURE: Integrated in Phoenix-master #1210 (See 
[https://builds.apache.org/job/Phoenix-master/1210/])
PHOENIX-2840 Fix flapping MemoryManagerTest.testWaitForMemoryAvailable 
(jamestaylor: rev 109d8329a65442da139d101b03422497ec33c14e)
* phoenix-core/src/test/java/org/apache/phoenix/memory/MemoryManagerTest.java


> Fix flapping MemoryManagerTest.testWaitForMemoryAvailable unit test
> -------------------------------------------------------------------
>
>                 Key: PHOENIX-2840
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-2840
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: James Taylor
>            Assignee: churro morales
>             Fix For: 4.8.0
>
>         Attachments: PHOENIX-2840.patch
>
>
> Looks like MemoryManagerTest.testWaitForMemoryAvailable is flapping.
> {code}
> https://builds.apache.org/job/Phoenix-4.x-HBase-1.0/443/testReport/junit/org.apache.phoenix.memory/MemoryManagerTest/testWaitForMemoryAvailable/
> {code}
> I wonder if perhaps we should change reuseForks to false for our fast unit 
> tests here in the pom.xml:
> {code}
>       <plugin>
>         <groupId>org.apache.maven.plugins</groupId>
>         <artifactId>maven-surefire-plugin</artifactId>
>         <version>${maven-surefire-plugin.version}</version>
>         <configuration>
>           <forkCount>${numForkedUT}</forkCount>
>           <reuseForks>true</reuseForks>
>           <argLine>-enableassertions -Xmx2250m -XX:MaxPermSize=128m
>             -Djava.security.egd=file:/dev/./urandom 
> "-Djava.library.path=${hadoop.library.path}${path.separator}${java.library.path}"</argLine>
>           
> <redirectTestOutputToFile>${test.output.tofile}</redirectTestOutputToFile>
>           <shutdown>kill</shutdown>
>         </configuration>
>       </plugin>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to