apache / camel-quarkus

Apache Camel Quarkus
https://camel.apache.org
Apache License 2.0
256 stars 191 forks source link

Debezium tests fail on Quarkus Platform in native mode #1311

Open ppalaga opened 4 years ago

ppalaga commented 4 years ago

Steps to reproduce:

git clone git@github.com:quarkusio/quarkus-platform.git
cd quarkus-platform
mvn clean install -DskipTest -Dquarkus.build.skip
cd integration-tests/camel/camel-debezium
mvn clean verify -Dnative
JiriOndrusek commented 4 years ago

Please, assign to me.

galderz commented 4 years ago

Hmmm, just debezium fail, but even the normal unit tests fail.

galderz commented 4 years ago

Shall I create a separate issue for that?

ppalaga commented 4 years ago

even the normal unit tests fail.

Is that with Quarkus master?

JiriOndrusek commented 4 years ago

From the log it seems, that none of testcontainers was started

galderz commented 4 years ago

Is that with Quarkus master?

Yup

JiriOndrusek commented 4 years ago

@galderz I see in the gist log, that there is a test DebeziumSqlserverTest. This test is not part of camel-quarkus-integration-test-debezium/1.0.0-CR2, so perhaps this execution was using some different versions?

JiriOndrusek commented 4 years ago

@galderz I'll test it with camel-quarkus-master to solve all issues

galderz commented 4 years ago

@JiriOndrusek I'm testing latest (quarkus) master with (camel-quarkus) master (DebeziumSqlserverTest is in master).

galderz commented 4 years ago

@JiriOndrusek I'll create a separate issue

JiriOndrusek commented 4 years ago

Part of the fix is merged as https://github.com/apache/camel-quarkus/pull/1325 Second part is caused by https://github.com/quarkusio/quarkus/issues/9911. If https://github.com/quarkusio/quarkus/issues/9911 is solved then this issue should be solved too.