nmirasch commented on PR #1891: URL: https://github.com/apache/incubator-kie-kogito-apps/pull/1891#issuecomment-1750412258
The API used by test containers to bind the protobuf folder with the fileSystem (withFileSystemBind) is creating as root when it previously doesn't exist. That's not the case when that folder is created by the codegen, that happens when there is any bpm workflow. This code is ensuring that folder exists before binding with test containers. In order to avoid errors regarding reusing Postgres testcontainers, This PR updates the test to check just that the Process definition are properly indexed. @wmedvede @fjtirado @pefernan Could you take a look? -- 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]
