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:
parent
bea78518dc
commit
b1b631516e
@ -506,6 +506,8 @@ Trunk (unreleased changes)
|
|||||||
HADOOP-7106. Reorganize project SVN layout to "unsplit" the projects.
|
HADOOP-7106. Reorganize project SVN layout to "unsplit" the projects.
|
||||||
(todd, nigel)
|
(todd, nigel)
|
||||||
|
|
||||||
|
HDFS-2046. Force entropy to come from non-true random for tests. (todd)
|
||||||
|
|
||||||
OPTIMIZATIONS
|
OPTIMIZATIONS
|
||||||
|
|
||||||
HDFS-1458. Improve checkpoint performance by avoiding unnecessary image
|
HDFS-1458. Improve checkpoint performance by avoiding unnecessary image
|
||||||
|
@ -648,6 +648,7 @@
|
|||||||
<sysproperty key="java.security.krb5.conf" value="${test.src.dir}/krb5.conf"/>
|
<sysproperty key="java.security.krb5.conf" value="${test.src.dir}/krb5.conf"/>
|
||||||
<sysproperty key="hadoop.policy.file" value="hadoop-policy.xml"/>
|
<sysproperty key="hadoop.policy.file" value="hadoop-policy.xml"/>
|
||||||
<sysproperty key="hdfs.rpc.engine" value="${test.hdfs.rpc.engine}"/>
|
<sysproperty key="hdfs.rpc.engine" value="${test.hdfs.rpc.engine}"/>
|
||||||
|
<sysproperty key="java.security.egd" value="file:///dev/urandom" />
|
||||||
<classpath refid="@{classpath}"/>
|
<classpath refid="@{classpath}"/>
|
||||||
<!-- Pass probability specifications to the spawn JVM -->
|
<!-- Pass probability specifications to the spawn JVM -->
|
||||||
<syspropertyset id="FaultProbabilityProperties">
|
<syspropertyset id="FaultProbabilityProperties">
|
||||||
|
Loading…
Reference in New Issue
Block a user