Update Debezium to 3.6.0.Final#2045
Conversation
Status for workflow
|
| Status | Name | Step | Failures | Logs | Raw logs |
|---|---|---|---|---|---|
| ❌ | Build - JDK 17 | Build with Maven |
Failures | Logs | Raw logs |
Full information is available in the Build summary check run.
Failures
⚙️ Build - JDK 17 #
- Failing: Root module quarkus-camel/integration-tests/camel-quarkus-integration-test-debezium-grouped
📦 generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-debezium-grouped
❌ org.apache.camel.quarkus.component.debezium.common.it.mysql.DebeziumMysqlTest.testDelete - More details - Source on GitHub
Details
java.lang.AssertionError:
1 expectation failed.
Expected status code <204> but was <200>.
at io.restassured.internal.ResponseSpecificationImpl$HamcrestAssertionClosure.validate(ResponseSpecificationImpl.groovy:516)
at io.restassured.internal.ResponseSpecificationImpl.validateResponseIfRequired(ResponseSpecificationImpl.groovy:714)
at io.restassured.internal.ResponseSpecificationImpl.statusCode(ResponseSpecificationImpl.groovy:139)
at io.restassured.internal.ResponseSpecificationImpl.statusCode(ResponseSpecificationImpl.groovy:147)
❌ org.apache.camel.quarkus.component.debezium.common.it.mysql.DebeziumMysqlTest.testInsert - More details - Source on GitHub
Details
org.awaitility.core.ConditionTimeoutException:
Assertion condition defined as a Lambda expression in org.apache.camel.quarkus.test.support.debezium.AbstractDebeziumTest 1 expectation failed.
Response body doesn't match expectation.
Expected: a string containing "Best Company_b126baf3-bb56-43d7-8971-fa862d0a054f"
Actual:
within 1 minutes.
at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:119)
❌ org.apache.camel.quarkus.component.debezium.common.it.mysql.DebeziumMysqlTest.testUpdate - More details - Source on GitHub
Details
java.lang.AssertionError:
1 expectation failed.
Response body doesn't match expectation.
Expected: a string containing "Even Better Company"
Actual:
at io.restassured.internal.ResponseSpecificationImpl$HamcrestAssertionClosure.validate(ResponseSpecificationImpl.groovy:516)
at io.restassured.internal.ResponseSpecificationImpl.validateResponseIfRequired(ResponseSpecificationImpl.groovy:714)
📦 quarkus-camel/integration-tests/camel-quarkus-integration-test-debezium-grouped
❌ Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0:test (default-test) on project camel-quarkus-integration-test-debezium-grouped: There are test failures.
Please refer to /home/runner/work/quarkus-platform/quarkus-platform/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-debezium-grouped/target/surefire-reports for the individual test results.
Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
|
@Naros @jamesnetherton looks like we will need to coordinate this update too. |
I already took care of the failures here apache/camel-quarkus#8818. If this PR is merged I'll do likewise on the CQ side. |
|
Hi @gsmet @jamesnetherton sorry was on PTO. Anything either of you need from Debezium's PoV? |
|
FYI - I have merged the Debezium 3.6.0 upgrade in Camel Quarkus for the 3.38.0 release. |
Updates the Quarkus Platform member Debezium from
3.5.2.Finalto3.6.0.Final.Changes
quarkus-debezium.versionfrom3.5.2.Finalto3.6.0.Final./mvnw -Dsyncto synchronize the platformArtifact
io.debezium:debezium-apiThis PR was automatically created by the Update Quarkus Platform Action.
/cc @Naros