jamesnetherton opened a new issue #2830:
URL: https://github.com/apache/camel-quarkus/issues/2830
Not sure why, but the native application is taking 10 seconds or more to
fully start:
```
Apache Camel 3.10.0 (camel-1) started in 10s509ms (build:0ms init:1ms
start:10s508ms)
```
Hence we get:
```
ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:
12.161 s <<< FAILURE! - in org.apache.camel.quarkus.component.box.it.BoxIT
[ERROR] testUploadDownloadDeleteFile Time elapsed: 0.011 s <<< ERROR!
java.lang.IllegalStateException: Unable to determine the status of the
running process. See the above logs for details
at
io.quarkus.test.common.LauncherUtil.waitForCapturedListeningData(LauncherUtil.java:74)
at
io.quarkus.test.common.NativeImageLauncher.start(NativeImageLauncher.java:118)
at
io.quarkus.test.junit.IntegrationTestUtil.startLauncher(IntegrationTestUtil.java:132)
at
io.quarkus.test.junit.NativeTestExtension.doNativeStart(NativeTestExtension.java:150)
at
io.quarkus.test.junit.NativeTestExtension.ensureStarted(NativeTestExtension.java:92)
at
io.quarkus.test.junit.NativeTestExtension.beforeAll(NativeTestExtension.java:65)
```
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]