tkobayas commented on PR #6864: URL: https://github.com/apache/incubator-kie-drools/pull/6864#issuecomment-5162799036
port 8081 conflict. -> should be fixed by random port `quarkus.http.test-port=0` ``` 2026-08-03T03:51:54.9073583Z [ERROR] Tests run: 5, Failures: 0, Errors: 1, Skipped: 4, Time elapsed: 4.488 s <<< FAILURE! -- in org.kie.kogito.jobs.service.repository.infinispan.InfinispanJobRepositoryTest 2026-08-03T03:51:54.9076528Z [ERROR] org.kie.kogito.jobs.service.repository.infinispan.InfinispanJobRepositoryTest.testSaveAndGet -- Time elapsed: 0.008 s <<< ERROR! 2026-08-03T03:51:54.9078549Z java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus 2026-08-03T03:51:54.9080152Z at io.quarkus.test.junit.QuarkusTestExtension.throwBootFailureException(QuarkusTestExtension.java:669) 2026-08-03T03:51:54.9082449Z at io.quarkus.test.junit.QuarkusTestExtension.interceptTestClassConstructor(QuarkusTestExtension.java:764) 2026-08-03T03:51:54.9083957Z at java.base/java.util.Optional.orElseGet(Optional.java:364) 2026-08-03T03:51:54.9085108Z at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) 2026-08-03T03:51:54.9086400Z at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) 2026-08-03T03:51:54.9087474Z Caused by: java.lang.RuntimeException: Failed to start quarkus 2026-08-03T03:51:54.9088638Z at io.quarkus.runner.ApplicationImpl.doStart(Unknown Source) ... 2026-08-03T03:51:54.9113368Z Caused by: io.quarkus.runtime.QuarkusBindException: Port already bound: 8081: Address already in use ... ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
