jstastny-cz commented on PR #2039:
URL:
https://github.com/apache/incubator-kie-kogito-apps/pull/2039#issuecomment-2074157290
The problem here seems to me to be with the
```
<dependency>
<groupId>io.quarkiverse.embedded.postgresql</groupId>
<artifactId>quarkus-embedded-postgresql</artifactId>
</dependency>
```
from data-index/data-index-service/data-index-service-inmemory/pom.xml
This works fine in the data-index-service-inmemory module itself, but when
the `org.kie.kogito/data-index-service-inmemory:999-SNAPSHOT` is starting in
apps-integration-tests, it fails to connect to localhost:36465 where it expects
the postgres to be running. As it is quarkiverse dependency, rather than core
quarkus dep, there might be some mismatch?
--
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]