-
Enhancement
-
Resolution: Done
-
Major
-
None
-
False
-
None
-
False
-
---
-
---
-
-
-
2023 Week 24-26 (from Jun 12), 2023 Week 21-23 (from May 22)
On some environments, the default timeout might not be enough to get the postgresql full started:
Caused by: java.lang.RuntimeException: Failed to start quarkus
at io.quarkus.runner.ApplicationImpl.doStart(Unknown Source)
at io.quarkus.runtime.Application.start(Application.java:101)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at io.quarkus.runner.bootstrap.StartupActionImpl.run(StartupActionImpl.java:253)
at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:640)
... 42 more
Caused by: java.io.IOException: Gave up waiting for server to start after 100ms
We need to make this value configurable so user can adjust it if needed.
- is depended on by
-
KOGITO-9336 Perform a new io.quarkiverse.embedded.postgresql release
- Resolved