Explorar o código

HADOOP-1198. Remove ipc.client.timeout parameter override from unit test configuration. Contributed by Arun C Murthy.

git-svn-id: https://svn.apache.org/repos/asf/lucene/hadoop/trunk@527100 13f79535-47bb-0310-9956-ffa450edef68
Thomas White %!s(int64=18) %!d(string=hai) anos
pai
achega
501cc8c20b
Modificáronse 2 ficheiros con 4 adicións e 6 borrados
  1. 4 0
      CHANGES.txt
  2. 0 6
      src/test/hadoop-site.xml

+ 4 - 0
CHANGES.txt

@@ -140,6 +140,10 @@ Trunk (unreleased changes)
 43. HADOOP-1114.  Respect user's classpath variable in hadoop script.  
     (Michael Bieniosek via tomwhite)
 
+44. HADOOP-1198.  Remove ipc.client.timeout parameter override from 
+    unit test configuration.  Using the default is more robust and
+    has almost the same run time.  (Arun C Murthy via tomwhite)
+
 
 Release 0.12.3 - 2007-04-06
 

+ 0 - 6
src/test/hadoop-site.xml

@@ -14,12 +14,6 @@
   <description>A base for other temporary directories.</description>
 </property>
 
-<property>
-  <name>ipc.client.timeout</name>
-  <value>2000</value>
-  <description>Decreased value to speed unit tests.</description>
-</property>
-
 <property>
   <name>test.fs.s3.name</name>
   <value>s3:///</value>