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 tg...@apache.org on 2012/04/11 17:24:19 UTC

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

Author: tgraves
Date: Wed Apr 11 15:24:19 2012
New Revision: 1324816

URL: http://svn.apache.org/viewvc?rev=1324816&view=rev
Log:
HADOOP-8147. test-patch should run tests with -fn to avoid masking test failures (Robert Evans via tgraves)

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=1324816&r1=1324815&r2=1324816&view=diff
==============================================================================
--- hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt (original)
+++ hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt Wed Apr 11 15:24:19 2012
@@ -58,6 +58,9 @@ Trunk (unreleased changes)
     HADOOP-7757. Test file reference count is at least 3x actual value (Jon
     Eagles via bobby)
 
+    HADOOP-8147. test-patch should run tests with -fn to avoid masking test
+    failures (Robert Evans via tgraves)
+
   BUG FIXES
 
     HADOOP-8177. MBeans shouldn't try to register when it fails to create MBeanName.