[
https://issues.apache.org/jira/browse/CAMEL-14576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17060601#comment-17060601
]
Kirill Yankov commented on CAMEL-14576:
---------------------------------------
Just an interesting notice. Tests for the component are currently not working
at all. There is a dependency problem with Guava which leads to exception when
starting HBaseTestingUtility.
{code:java}
java.lang.NoSuchMethodError:
com.google.common.base.Objects.toStringHelper(Ljava/lang/Object;)Lcom/google/common/base/Objects$ToStringHelper;
at
org.apache.hadoop.metrics2.lib.MetricsRegistry.toString(MetricsRegistry.java:414)at
org.apache.hadoop.metrics2.lib.MetricsRegistry.toString(MetricsRegistry.java:414)
at java.lang.String.valueOf(String.java:2994) at
java.lang.StringBuilder.append(StringBuilder.java:131){code}
But this is suppressed in tests: by the check
{code:java}
if (systemReady){
//test actions
}
{code}
`systemReady` is set to false on exception and all the tests are just skipped.
> camel-hbase - Test using test containers
> ----------------------------------------
>
> Key: CAMEL-14576
> URL: https://issues.apache.org/jira/browse/CAMEL-14576
> Project: Camel
> Issue Type: Improvement
> Reporter: Claus Ibsen
> Priority: Major
> Labels: help-wanted
> Fix For: 3.x
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)