fjtirado commented on PR #2039:
URL: 
https://github.com/apache/incubator-kie-kogito-apps/pull/2039#issuecomment-2074735481

   > @fjtirado @ricardozanini do you have any input on why postgres embedded 
seems to be not working in the failing tests?
   
   Thanks to @jstastny-cz for his kind support. Im not really familiar with the 
image part, but I believe the container is pulling an old image that failed to 
start, rather than the one that is created per this build. 
   
   If I understood the traces correctly
   
   The image created is 2024-04-23T06:15:11.6898303Z [INFO] 
[io.quarkus.container.image.jib.deployment.JibProcessor] Created container 
image org.kie.kogito/data-index-service-inmemory:999-SNAPSHOT 
(sha256:ad39fa2b3a06e82f4f1b2c1dba8c3ec8650d3779a15c3fedfa2101f7f90477a3)
   
   But the image used by the failed test is 2024-04-23T06:40:38.6627663Z 
2024-04-23 06:40:38,610 INFO  
[tc.org.kie.kogito/data-index-service-inmemory:999-SNAPSHOT] (build-6) 
Container org.kie.kogito/data-index-service-inmemory:999-SNAPSHOT is starting: 
62831d877cdfecafe10875e5a96f74290a7f06b2c0ea4cf400e727f7f0be12dd
   
   Maybe we can try modiying this 
https://github.com/apache/incubator-kie-kogito-runtimes/blob/main/quarkus/extensions/kogito-quarkus-workflow-extension-common/kogito-quarkus-workflow-common-deployment/src/main/java/org/kie/kogito/quarkus/workflow/deployment/devservices/DataIndexInMemoryContainer.java#L60
 to alwaysPull?
   
   


-- 
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]

Reply via email to