[
https://issues.apache.org/jira/browse/HBASE-18813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16860365#comment-16860365
]
Hudson commented on HBASE-18813:
--------------------------------
Results for branch branch-1.3
[build #816 on
builds.a.o|https://builds.apache.org/job/HBase%20Nightly/job/branch-1.3/816/]:
(/) *{color:green}+1 overall{color}*
----
details (if available):
(/) {color:green}+1 general checks{color}
-- For more information [see general
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-1.3/816//General_Nightly_Build_Report/]
(/) {color:green}+1 jdk7 checks{color}
-- For more information [see jdk7
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-1.3/816//JDK7_Nightly_Build_Report/]
(/) {color:green}+1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2)
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-1.3/816//JDK8_Nightly_Build_Report_(Hadoop2)/]
(/) {color:green}+1 source release artifact{color}
-- See build output for details.
> TestCanaryTool fails on branch-1 / branch-1.4
> ----------------------------------------------
>
> Key: HBASE-18813
> URL: https://issues.apache.org/jira/browse/HBASE-18813
> Project: HBase
> Issue Type: Bug
> Reporter: Andrew Purtell
> Assignee: Andrew Purtell
> Priority: Major
> Fix For: 1.4.0, 2.0.0
>
> Attachments: HBASE-18813-branch-1-addendum.patch,
> HBASE-18813-branch-1-addendum.patch, HBASE-18813-branch-1.patch
>
>
> Mocking error
> {noformat}
> Running org.apache.hadoop.hbase.tool.TestCanaryTool
> Tests run: 7, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 77.873 sec
> <<< FAILURE! - in org.apache.hadoop.hbase.tool.TestCanaryTool
> testReadTableTimeouts(org.apache.hadoop.hbase.tool.TestCanaryTool) Time
> elapsed: 13.845 sec <<< FAILURE!
> org.mockito.exceptions.verification.junit.ArgumentsAreDifferent:
> Argument(s) are different! Wanted:
> mockAppender.doAppend(
> <custom argument matcher>
> );
> -> at
> org.apache.hadoop.hbase.tool.TestCanaryTool.testReadTableTimeouts(TestCanaryTool.java:150)
> Actual invocation has different arguments:
> mockAppender.doAppend(
> org.apache.log4j.spi.LoggingEvent@7f5fcfe9
> );
> -> at
> org.apache.log4j.helpers.AppenderAttachableImpl.appendLoopOnAppenders(AppenderAttachableImpl.java:66)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
> at
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
> at
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
> at
> org.apache.hadoop.hbase.tool.TestCanaryTool.testReadTableTimeouts(TestCanaryTool.java:150)
> Results :
> Failed tests:
> TestCanaryTool.testReadTableTimeouts:150
> Argument(s) are different! Wanted:
> mockAppender.doAppend(
> <custom argument matcher>
> );
> -> at
> org.apache.hadoop.hbase.tool.TestCanaryTool.testReadTableTimeouts(TestCanaryTool.java:150)
> Actual invocation has different arguments:
> mockAppender.doAppend(
> org.apache.log4j.spi.LoggingEvent@7f5fcfe9
> );
> -> at
> org.apache.log4j.helpers.AppenderAttachableImpl.appendLoopOnAppenders(AppenderAttachableImpl.java:66)
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)