HBASE-8855 TestTableInputFormatScan1/2 fail semi-silently with the hadoop 2 profile

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1504730 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jean-Daniel Cryans 2013-07-19 00:20:15 +00:00
parent 6574aee773
commit e9f477dd4b
1 changed files with 1 additions and 1 deletions

View File

@ -531,7 +531,7 @@
using method parallelization class ! -->
<testFailureIgnore>false</testFailureIgnore>
<forkedProcessTimeoutInSeconds>${surefire.timeout}</forkedProcessTimeoutInSeconds>
<argLine>-enableassertions -Xmx1900m
<argLine>-enableassertions -Xmx1900m -XX:MaxPermSize=100m
-Djava.security.egd=file:/dev/./urandom -Djava.net.preferIPv4Stack=true</argLine>
<redirectTestOutputToFile>${test.output.tofile}</redirectTestOutputToFile>
</configuration>