apupier commented on PR #8009:
URL: https://github.com/apache/camel-quarkus/pull/8009#issuecomment-3602792967
not ready yet.
The tests are passing and doing a basic coverage in JVM mode.
For native, the test complains that the application is not starting. i will
have to look more what is happening (maybe need to implement some
QuarkusLifeCucletestManager?)
```
[ERROR] [1;31mTests [0;1mrun: [0;1m1[m, Failures: 0, [1;31mErrors:
[0;1;31m1[m, Skipped: 0, Time elapsed: 3.732 s[1;31m <<< FAILURE![m -- in
org.apache.camel.quarkus.component.ibm.cos.it.[1mIBMCloudObjectStorageIT[m
[ERROR]
org.apache.camel.quarkus.component.ibm.cos.it.IBMCloudObjectStorageIT.basicOperations
-- Time elapsed: 0.029 s <<< ERROR!
java.lang.RuntimeException: java.lang.RuntimeException: Unable to
successfully launch process '2482455'. Exit code is: '1'.
at
io.quarkus.test.junit.QuarkusIntegrationTestExtension.throwBootFailureException(QuarkusIntegrationTestExtension.java:347)
at
io.quarkus.test.junit.QuarkusIntegrationTestExtension.beforeEach(QuarkusIntegrationTestExtension.java:114)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Caused by: java.lang.RuntimeException: Unable to successfully launch process
'2482455'. Exit code is: '1'.
at
io.quarkus.test.common.LauncherUtil.ensureProcessIsAlive(LauncherUtil.java:108)
at
io.quarkus.test.common.LauncherUtil.waitForCapturedListeningData(LauncherUtil.java:71)
at
io.quarkus.test.common.DefaultNativeImageLauncher.start(DefaultNativeImageLauncher.java:119)
at
io.quarkus.test.junit.IntegrationTestUtil.startLauncher(IntegrationTestUtil.java:163)
at
io.quarkus.test.junit.QuarkusIntegrationTestExtension.doProcessStart(QuarkusIntegrationTestExtension.java:310)
at
io.quarkus.test.junit.QuarkusIntegrationTestExtension.ensureStarted(QuarkusIntegrationTestExtension.java:167)
at
io.quarkus.test.junit.QuarkusIntegrationTestExtension.beforeAll(QuarkusIntegrationTestExtension.java:127)
... 1 more
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]