You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by bo...@apache.org on 2012/05/10 23:09:09 UTC

svn commit: r1336887 - /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt

Author: bobby
Date: Thu May 10 21:09:08 2012
New Revision: 1336887

URL: http://svn.apache.org/viewvc?rev=1336887&view=rev
Log:
HADOOP-8375. test-patch should stop immediately once it has found compilation errors (bobby)

Modified:
    hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt

Modified: hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt?rev=1336887&r1=1336886&r2=1336887&view=diff
==============================================================================
--- hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt (original)
+++ hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt Thu May 10 21:09:08 2012
@@ -132,6 +132,9 @@ Trunk (unreleased changes)
     HADOOP-8354. test-patch findbugs may fail if a dependent module is changed
     (Tom White and Robert Evans)
 
+    HADOOP-8375. test-patch should stop immediately once it has found
+    compilation errors (bobby)
+
   OPTIMIZATIONS
 
     HADOOP-7761. Improve the performance of raw comparisons. (todd)