You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/04/27 08:21:38 UTC

[GitHub] [camel-quarkus] aldettinger commented on pull request #2506: #2490 fix camel-quarkus-hbase-integration-test

aldettinger commented on pull request #2506:
URL: https://github.com/apache/camel-quarkus/pull/2506#issuecomment-827416565


   I'm not aware of the hbase test harness internals, but as far as I can help tests are running on my machine with and without this patch.
   My understanding is that this patch would make use of fixed ports which we tend to avoid ? Is it strictly necessary in order to run on CI ?
   From the reading it looks that overriding hostname resolution would help. I remember a setup, with two containers running in the [same network](https://github.com/apache/camel-quarkus/blob/main/integration-tests/kudu/src/test/java/org/apache/camel/quarkus/component/kudu/it/KuduTestResource.java), with [hostname resolution overriding](https://github.com/apache/camel-quarkus/blob/main/integration-tests/kudu/src/main/java/org/apache/camel/quarkus/component/kudu/it/KuduInfrastructureTestHelper.java) for kudu tests. I would use that with caution and only in case of urgency :)
   
   Hope this helps


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org