From 0bcd7e9f865aff7dd295be2d26f9bfeb64992acd Mon Sep 17 00:00:00 2001 From: Eli Collins Date: Mon, 6 Jun 2011 01:21:03 +0000 Subject: [PATCH] HADOOP-7335. 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@1132511 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 3 +++ build.xml | 1 + 2 files changed, 4 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index cabe26cebf..5e21b32de7 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -526,6 +526,9 @@ Release 0.22.0 - Unreleased HADOOP-7346. Send back nicer error message to clients using outdated IPC version. (todd) + HADOOP-7335. Force entropy to come from non-true random for tests. + (todd via eli) + OPTIMIZATIONS HADOOP-6884. Add LOG.isDebugEnabled() guard for each LOG.debug(..). diff --git a/build.xml b/build.xml index 80f2afd549..dc1c70c802 100644 --- a/build.xml +++ b/build.xml @@ -753,6 +753,7 @@ +