Run tests with non-secure random, some tests hang otherwise (Lars H)

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1206908 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
larsh 2011-11-27 23:12:52 +00:00
parent 26a4ab4a15
commit 2d2e75a7fb
2 changed files with 2 additions and 1 deletions

View File

@ -462,6 +462,7 @@ Release 0.92.0 - Unreleased
fails (Gao Jinchao)
HBASE-4868 TestOfflineMetaRebuildBase#testMetaRebuild occasionally fails
(Gao Jinchao)
HBASE-4874 Run tests with non-secure random, some tests hang otherwise (Lars H)
IMPROVEMENTS
HBASE-3290 Max Compaction Size (Nicolas Spiegelberg via Stack)

View File

@ -338,7 +338,7 @@
<configuration>
<forkedProcessTimeoutInSeconds>900</forkedProcessTimeoutInSeconds>
<argLine>-enableassertions -Xmx1900m</argLine>
<argLine>-enableassertions -Xmx1900m -Djava.security.egd=file:/dev/./urandom</argLine>
<redirectTestOutputToFile>true</redirectTestOutputToFile>
</configuration>
</plugin>