[
https://issues.apache.org/jira/browse/ZOOKEEPER-913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12930375#action_12930375
]
Hadoop QA commented on ZOOKEEPER-913:
-------------------------------------
+1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12459194/ZOOKEEPER-913.patch
against trunk revision 1033155.
+1 @author. The patch does not contain any @author tags.
+1 tests included. The patch appears to include 2 new or modified tests.
+1 javadoc. The javadoc tool did not generate any warning messages.
+1 javac. The applied patch does not increase the total number of javac
compiler warnings.
+1 findbugs. The patch does not introduce any new Findbugs warnings.
+1 release audit. The applied patch does not increase the total number of
release audit warnings.
+1 core tests. The patch passed core unit tests.
+1 contrib tests. The patch passed contrib unit tests.
Test results:
https://hudson.apache.org/hudson/job/PreCommit-ZOOKEEPER-Build/20//testReport/
Findbugs warnings:
https://hudson.apache.org/hudson/job/PreCommit-ZOOKEEPER-Build/20//artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Console output:
https://hudson.apache.org/hudson/job/PreCommit-ZOOKEEPER-Build/20//console
This message is automatically generated.
> Version parser fails to parse "3.3.2-dev" from build.xml.
> ---------------------------------------------------------
>
> Key: ZOOKEEPER-913
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-913
> Project: Zookeeper
> Issue Type: Bug
> Components: build
> Affects Versions: 3.3.1
> Reporter: Anthony Urso
> Assignee: Patrick Hunt
> Priority: Critical
> Fix For: 3.3.3, 3.4.0
>
> Attachments: zk-build.patch, zk-version.patch, ZOOKEEPER-913.patch
>
>
> Cannot build 3.3.1 from release tarball do to VerGen parser inability to
> parse "3.3.2-dev".
> version-info:
> [java] All version-related parameters must be valid integers!
> [java] Exception in thread "main" java.lang.NumberFormatException: For
> input string: "2-dev"
> [java] at
> java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
> [java] at java.lang.Integer.parseInt(Integer.java:481)
> [java] at java.lang.Integer.parseInt(Integer.java:514)
> [java] at
> org.apache.zookeeper.version.util.VerGen.main(VerGen.java:131)
> [java] Java Result: 1
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.