ant test-patch failing on a clean checkout
------------------------------------------
Key: MAPREDUCE-2176
URL: https://issues.apache.org/jira/browse/MAPREDUCE-2176
Project: Hadoop Map/Reduce
Issue Type: Bug
Reporter: Ramkumar Vadali
ant test-patch fails for a dummy patch on CHANGES.txt:
{code}
[exec]
[exec] -1 overall.
[exec]
[exec] +1 @author. The patch does not contain any @author tags.
[exec]
[exec] -1 tests included. The patch doesn't appear to include any new
or modified tests.
[exec] Please justify why no new tests are needed
for this patch.
[exec] Also please list what manual steps were
performed to verify this patch.
[exec]
[exec] +1 javadoc. The javadoc tool did not generate any warning
messages.
[exec]
[exec] +1 javac. The applied patch does not increase the total number
of javac compiler warnings.
[exec]
[exec] -1 findbugs. The patch appears to introduce 13 new Findbugs
warnings.
[exec]
[exec] -1 release audit. The applied patch generated 3 release audit
warnings (more than the trunk's current 1 warnings).
[exec]
[exec] +1 system test framework. The patch passed system test
framework compile.
[exec]
[exec]
[exec]
[exec]
[exec]
======================================================================
[exec]
======================================================================
[exec] Finished build.
[exec]
======================================================================
[exec]
======================================================================
[exec]
[exec]
BUILD FAILED
/data/users/rvadali/apache/hadoop-mapred-trunk/build.xml:1740: exec returned: 3
Total time: 13 minutes 14 seconds
Test results are in /tmp/rvadali.hadoopQA
[rvad...@dev502 hadoop-mapred-trunk]$ svn st
? build-fi
? SecurityAuth.audit
? lib/jdiff/hadoop-mapred_0.22.0-SNAPSHOT.xml
M CHANGES.txt
X src/test/bin
{code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.