[
https://issues.apache.org/jira/browse/PHOENIX-2840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15255059#comment-15255059
]
Hudson commented on PHOENIX-2840:
---------------------------------
FAILURE: Integrated in Phoenix-master #1198 (See
[https://builds.apache.org/job/Phoenix-master/1198/])
PHOENIX-2840 Ignore flapping (jamestaylor: rev
ba36bdeece26eb45fd249113d63592d9b730b32f)
* 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
>
>
> 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)