Browse Source

HADOOP-7841. Run tests with non-secure random. Contributed by Todd Lipcon.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1204361 13f79535-47bb-0310-9956-ffa450edef68
Todd Lipcon 13 years ago
parent
commit
9912ed1a8b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      hadoop-project/pom.xml

+ 1 - 0
hadoop-project/pom.xml

@@ -608,6 +608,7 @@
 
             <java.net.preferIPv4Stack>true</java.net.preferIPv4Stack>
             <java.security.krb5.conf>${basedir}/src/test/resources/krb5.conf</java.security.krb5.conf>
+            <java.security.egd>file:///dev/urandom</java.security.egd>
           </systemPropertyVariables>
           <includes>
             <include>**/Test*.java</include>