Author: tomwhite Date: Tue Apr 10 05:11:11 2007 New Revision: 527100 URL: http://svn.apache.org/viewvc?view=rev&rev=527100 Log: HADOOP-1198. Remove ipc.client.timeout parameter override from unit test configuration. Contributed by Arun C Murthy.
Modified: lucene/hadoop/trunk/CHANGES.txt lucene/hadoop/trunk/src/test/hadoop-site.xml Modified: lucene/hadoop/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/CHANGES.txt?view=diff&rev=527100&r1=527099&r2=527100 ============================================================================== --- lucene/hadoop/trunk/CHANGES.txt (original) +++ lucene/hadoop/trunk/CHANGES.txt Tue Apr 10 05:11:11 2007 @@ -140,6 +140,10 @@ 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 Modified: lucene/hadoop/trunk/src/test/hadoop-site.xml URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/src/test/hadoop-site.xml?view=diff&rev=527100&r1=527099&r2=527100 ============================================================================== --- lucene/hadoop/trunk/src/test/hadoop-site.xml (original) +++ lucene/hadoop/trunk/src/test/hadoop-site.xml Tue Apr 10 05:11:11 2007 @@ -15,12 +15,6 @@ </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> <description>The name of the s3 file system for testing.</description>