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:
parent
26a4ab4a15
commit
2d2e75a7fb
|
@ -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)
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue