HDFS-2046. Force entropy to come from non-true random for tests. Contributed by Todd Lipcon.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1135329 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Todd Lipcon 2011-06-13 22:26:51 +00:00
parent bea78518dc
commit b1b631516e
2 changed files with 3 additions and 0 deletions

View File

@ -506,6 +506,8 @@ Trunk (unreleased changes)
HADOOP-7106. Reorganize project SVN layout to "unsplit" the projects.
(todd, nigel)
HDFS-2046. Force entropy to come from non-true random for tests. (todd)
OPTIMIZATIONS
HDFS-1458. Improve checkpoint performance by avoiding unnecessary image

View File

@ -648,6 +648,7 @@
<sysproperty key="java.security.krb5.conf" value="${test.src.dir}/krb5.conf"/>
<sysproperty key="hadoop.policy.file" value="hadoop-policy.xml"/>
<sysproperty key="hdfs.rpc.engine" value="${test.hdfs.rpc.engine}"/>
<sysproperty key="java.security.egd" value="file:///dev/urandom" />
<classpath refid="@{classpath}"/>
<!-- Pass probability specifications to the spawn JVM -->
<syspropertyset id="FaultProbabilityProperties">