Reenable skipped tests for Vault and Debezium - #1661
Conversation
I am not sure we will be able to merge it but I want to have a proper status.
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
📦 Root module
❌ Failed to execute goal io.quarkus:quarkus-platform-bom-maven-plugin:0.0.126:invoke-platform-project (build-platform-project) on project quarkus-platform-config: Failed to build the platform project, please consult the errors logged above.
📦 generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-cxf-soap-grouped
❌ org.apache.camel.quarkus.component.cxf.soap.it.ws.trust.CxfWsTrustTest.programmaticSts line 107 - More details - Source on GitHub
Details
jakarta.xml.ws.soap.SOAPFaultException: The specified request failed
at org.apache.cxf.jaxws.JaxWsClientProxy.mapException(JaxWsClientProxy.java:195)
at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:145)
at jdk.proxy16/jdk.proxy16.$Proxy586.sayHello(Unknown Source)
at org.apache.camel.quarkus.component.cxf.soap.it.ws.trust.CxfWsTrustTest.programmaticSts(CxfWsTrustTest.java:107)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at io.quarkus.test.junit.QuarkusTestExtension.runExtensionMethod(QuarkusTestExtension.java:998)
at io.quarkus.test.junit.QuarkusTestExtension.interceptTestMethod(QuarkusTestExtension.java:846)
❌ org.apache.camel.quarkus.component.cxf.soap.it.ws.trust.cxf.way.CxfWsTrustCxfWayTest.programmaticSts line 112 - More details - Source on GitHub
Details
jakarta.xml.ws.soap.SOAPFaultException: The specified request failed
at org.apache.cxf.jaxws.JaxWsClientProxy.mapException(JaxWsClientProxy.java:195)
at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:145)
at jdk.proxy16/jdk.proxy16.$Proxy603.sayHello(Unknown Source)
at org.apache.camel.quarkus.component.cxf.soap.it.ws.trust.cxf.way.CxfWsTrustCxfWayTest.programmaticSts(CxfWsTrustCxfWayTest.java:112)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at io.quarkus.test.junit.QuarkusTestExtension.runExtensionMethod(QuarkusTestExtension.java:998)
at io.quarkus.test.junit.QuarkusTestExtension.interceptTestMethod(QuarkusTestExtension.java:846)
📦 generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-opentelemetry
❌ org.apache.camel.quarkus.component.opentelemetry.it.OpenTelemetryTest.testTracedJdbcQuery line 142 - More details - Source on GitHub
Details
org.opentest4j.AssertionFailedError: expected: <null> but was: <jdbcQuery>
at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:182)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:177)
at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1145)
at org.apache.camel.quarkus.component.opentelemetry.it.OpenTelemetryTest.testTracedJdbcQuery(OpenTelemetryTest.java:142)
📦 generated-platform-project/quarkus-maven-plugin
❌ io.quarkus.platform.test.SampleProjectGenerationIT.testSampleProjectGeneration line 134 - More details - Source on GitHub
Details
org.opentest4j.AssertionFailedError: The process has exceeded the time out limit of 10 seconds
at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:38)
at org.junit.jupiter.api.Assertions.fail(Assertions.java:138)
at io.quarkus.platform.test.SampleProjectGenerationIT.generateSampleAppWithMaven(SampleProjectGenerationIT.java:243)
at io.quarkus.platform.test.SampleProjectGenerationIT.testSampleProjectGeneration(SampleProjectGenerationIT.java:134)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
I am not sure we will be able to merge it but I want to have a proper status.
Make sure that you have run
./mvnw -Dsyncand included the changes in your pull request (preferably in the same commit, unless it makes sense to do otherwise).Thanks!