[
https://issues.apache.org/jira/browse/CAMEL-12115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16315823#comment-16315823
]
ASF GitHub Bot commented on CAMEL-12115:
----------------------------------------
oscerd commented on issue #2166: "CAMEL-12115:Camel-Consul: Upgrade to 1.0.0
consul client"
URL: https://github.com/apache/camel/pull/2166#issuecomment-355901751
How did you test this?
```bash
oscerd@ghost:~/workspace/apache-camel/camel/components/camel-consul$ mvn
clean install -Psourcecheck -Pconsul-tests,docker
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running
org.apache.camel.component.consul.cluster.ConsulClusteredRoutePolicyIT
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 60.586 sec
<<< FAILURE! - in
org.apache.camel.component.consul.cluster.ConsulClusteredRoutePolicyIT
test(org.apache.camel.component.consul.cluster.ConsulClusteredRoutePolicyIT)
Time elapsed: 60.006 sec <<< FAILURE!
java.lang.AssertionError: expected:<3> but was:<1>
at
org.apache.camel.component.consul.cluster.ConsulClusteredRoutePolicyIT.test(ConsulClusteredRoutePolicyIT.java:60)
Running
org.apache.camel.component.consul.cluster.ConsulClusteredRoutePolicyFactoryIT
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 59.991 sec
<<< FAILURE! - in
org.apache.camel.component.consul.cluster.ConsulClusteredRoutePolicyFactoryIT
test(org.apache.camel.component.consul.cluster.ConsulClusteredRoutePolicyFactoryIT)
Time elapsed: 59.991 sec <<< FAILURE!
java.lang.AssertionError: expected:<3> but was:<1>
at
org.apache.camel.component.consul.cluster.ConsulClusteredRoutePolicyFactoryIT.test(ConsulClusteredRoutePolicyFactoryIT.java:60)
Running org.apache.camel.component.consul.cluster.ConsulMasterIT
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 60.002 sec
<<< FAILURE! - in org.apache.camel.component.consul.cluster.ConsulMasterIT
test(org.apache.camel.component.consul.cluster.ConsulMasterIT) Time
elapsed: 60.002 sec <<< FAILURE!
java.lang.AssertionError: expected:<3> but was:<1>
at
org.apache.camel.component.consul.cluster.ConsulMasterIT.test(ConsulMasterIT.java:59)
Results :
Failed tests:
ConsulClusteredRoutePolicyFactoryIT.test:60 expected:<3> but was:<1>
ConsulClusteredRoutePolicyIT.test:60 expected:<3> but was:<1>
ConsulMasterIT.test:59 expected:<3> but was:<1>
Tests run: 3, Failures: 3, Errors: 0, Skipped: 0
```
@lburgazzoli can you take a look or give feedback?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Camel-Consul: Upgrade to 1.0.0 consul client
> --------------------------------------------
>
> Key: CAMEL-12115
> URL: https://issues.apache.org/jira/browse/CAMEL-12115
> Project: Camel
> Issue Type: Task
> Components: camel-consul
> Reporter: Andrea Cosentino
> Assignee: Andrea Cosentino
> Fix For: 2.21.0
>
>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)