This is an automated email from the ASF dual-hosted git repository.
nfilotto pushed a change to branch essobedo/438/fix-docker-integration-test
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git
discard 282274d7b For testing purpose
add 9c00f4c8c Ref #452: No longer depend on drill-jdbc-all (#524)
add 12d17faa5 Integration Test Framework: Improve failure management (#529)
add 3d99f171c For testing purpose
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (282274d7b)
\
N -- N -- N refs/heads/essobedo/438/fix-docker-integration-test
(3d99f171c)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/main.yml | 2 +-
components/camel-drill/pom.xml | 57 ++++++++-
features/src/main/feature/camel-features.xml | 13 +-
.../camel/itests/AbstractCamelRouteITest.java | 124 ++++++++++++++++---
.../karaf/camel/itests/CamelKarafTestHint.java | 15 +++
.../apache/karaf/camel/itests/DumpFileOnError.java | 55 +++++++++
.../itests/TestContainerFactoryFailureAware.java | 132 +++++++++++++++++++++
.../java/org/apache/karaf/camel/itests/Utils.java | 24 ++++
.../karaf/camel/test/CamelDrillRouteSupplier.java | 2 +-
tests/features/pom.xml | 64 +++++-----
10 files changed, 432 insertions(+), 56 deletions(-)
create mode 100644
tests/camel-integration-test/src/main/java/org/apache/karaf/camel/itests/DumpFileOnError.java
create mode 100644
tests/camel-integration-test/src/main/java/org/apache/karaf/camel/itests/TestContainerFactoryFailureAware.java