You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2021/04/12 05:01:24 UTC

[camel] branch regen_bot updated (5074bcc -> a715ef5)

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

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 5074bcc  CAMEL-16400: split unit and integration tests for camel-couchdb (#5334)
     add 8bfca93  CAMEL-16400: split unit and integration tests for camel-elasticsearch-rest (#5335)
     add a715ef5  CAMEL-16400: split unit and integration tests for camel-etcd (#5336)

No new revisions were added by this update.

Summary of changes:
 components/camel-elasticsearch-rest/pom.xml        | 71 ++-------------------
 .../ElasticsearchBulkIT.java}                      |  4 +-
 .../ElasticsearchClusterIndexIT.java}              |  6 +-
 ...lasticsearchGetSearchDeleteExistsUpdateIT.java} |  6 +-
 .../ElasticsearchIndexIT.java}                     |  6 +-
 .../ElasticsearchPingIT.java}                      |  4 +-
 .../ElasticsearchScrollSearchIT.java}              |  5 +-
 .../ElasticsearchSizeLimitIT.java}                 |  4 +-
 .../ElasticsearchTestSupport.java}                 |  9 +--
 components/camel-etcd/pom.xml                      | 73 +++-------------------
 .../EtcdServiceCallRouteIT.java}                   |  4 +-
 .../EtcdServiceDiscoveryIT.java}                   |  6 +-
 .../SpringEtcdServiceCallDefaultRouteIT.java}      |  4 +-
 .../SpringEtcdServiceCallRouteIT.java}             |  4 +-
 .../EtcdKeysIT.java}                               |  5 +-
 .../EtcdStatsIT.java}                              |  5 +-
 .../EtcdWatchIT.java}                              |  5 +-
 17 files changed, 58 insertions(+), 163 deletions(-)
 rename components/camel-elasticsearch-rest/src/test/java/org/apache/camel/component/elasticsearch/{ElasticsearchBulkTest.java => integration/ElasticsearchBulkIT.java} (97%)
 rename components/camel-elasticsearch-rest/src/test/java/org/apache/camel/component/elasticsearch/{ElasticsearchClusterIndexTest.java => integration/ElasticsearchClusterIndexIT.java} (93%)
 rename components/camel-elasticsearch-rest/src/test/java/org/apache/camel/component/elasticsearch/{ElasticsearchGetSearchDeleteExistsUpdateTest.java => integration/ElasticsearchGetSearchDeleteExistsUpdateIT.java} (98%)
 rename components/camel-elasticsearch-rest/src/test/java/org/apache/camel/component/elasticsearch/{ElasticsearchIndexTest.java => integration/ElasticsearchIndexIT.java} (93%)
 rename components/camel-elasticsearch-rest/src/test/java/org/apache/camel/component/elasticsearch/{ElasticsearchPingTest.java => integration/ElasticsearchPingIT.java} (91%)
 rename components/camel-elasticsearch-rest/src/test/java/org/apache/camel/component/elasticsearch/{ElasticsearchScrollSearchTest.java => integration/ElasticsearchScrollSearchIT.java} (97%)
 rename components/camel-elasticsearch-rest/src/test/java/org/apache/camel/component/elasticsearch/{ElasticsearchSizeLimitTest.java => integration/ElasticsearchSizeLimitIT.java} (95%)
 rename components/camel-elasticsearch-rest/src/test/java/org/apache/camel/component/elasticsearch/{ElasticsearchBaseTest.java => integration/ElasticsearchTestSupport.java} (94%)
 rename components/camel-etcd/src/test/java/org/apache/camel/component/etcd/cloud/{EtcdServiceCallRouteTest.java => integration/EtcdServiceCallRouteIT.java} (97%)
 rename components/camel-etcd/src/test/java/org/apache/camel/component/etcd/cloud/{EtcdServiceDiscoveryTest.java => integration/EtcdServiceDiscoveryIT.java} (94%)
 rename components/camel-etcd/src/test/java/org/apache/camel/component/etcd/cloud/{SpringEtcdServiceCallDefaultRouteTest.java => integration/SpringEtcdServiceCallDefaultRouteIT.java} (95%)
 rename components/camel-etcd/src/test/java/org/apache/camel/component/etcd/cloud/{SpringEtcdServiceCallRouteTest.java => integration/SpringEtcdServiceCallRouteIT.java} (96%)
 rename components/camel-etcd/src/test/java/org/apache/camel/component/etcd/{EtcdKeysTest.java => integration/EtcdKeysIT.java} (96%)
 rename components/camel-etcd/src/test/java/org/apache/camel/component/etcd/{EtcdStatsTest.java => integration/EtcdStatsIT.java} (96%)
 rename components/camel-etcd/src/test/java/org/apache/camel/component/etcd/{EtcdWatchTest.java => integration/EtcdWatchIT.java} (96%)