You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2024/01/31 10:11:23 UTC

(camel-quarkus) branch main updated (ee95276f6b -> f8c942e895)

This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


    from ee95276f6b Fix #5702 to increase xj test coverage (#5703)
     add f8c942e895 Increase kudu extension test coverage

No new revisions were added by this update.

Summary of changes:
 integration-tests/kudu/pom.xml                     |  15 +-
 .../kudu/it/KuduInfrastructureTestHelper.java      |  89 -------
 .../quarkus/component/kudu/it/KuduResource.java    | 102 ++++++--
 .../camel/quarkus/component/kudu/it/KuduRoute.java |  27 ++-
 .../camel/quarkus/component/kudu/it/KuduTest.java  | 268 ++++++++++++++++++---
 .../component/kudu/it/KuduTestResource.java        | 122 ++++++----
 pom.xml                                            |   2 +-
 7 files changed, 411 insertions(+), 214 deletions(-)
 delete mode 100644 integration-tests/kudu/src/main/java/org/apache/camel/quarkus/component/kudu/it/KuduInfrastructureTestHelper.java