gmunozfe opened a new issue, #2076:
URL: https://github.com/apache/incubator-kie-kogito-examples/issues/2076
### Describe the bug
Test `org.kie.kogito.examples.CallbackRestIT.testCallbackRest` is failing in
native mode only.
```
java.lang.AssertionError:
1 expectation failed.
Expected status code <201> but was <500>.
```
Exception seems like coming from a race condition
```
Caused by: org.postgresql.util.PSQLException: ERROR: relation
"process_instances" does not exist
Position: 13
at
org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2733)
at
org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2420)
at
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:372)
at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:517)
at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:434)
at
org.postgresql.jdbc.PgPreparedStatement.executeWithFlags(PgPreparedStatement.java:194)
at
org.postgresql.jdbc.PgPreparedStatement.executeUpdate(PgPreparedStatement.java:155)
at
io.agroal.pool.wrapper.PreparedStatementWrapper.executeUpdate(PreparedStatementWrapper.java:90)
at
org.kie.kogito.persistence.jdbc.GenericRepository.insertInternal(GenericRepository.java:58)
... 39 more
Request method: POST
Request URI: http://localhost:8081/callback
```
### Expected behavior
Test not failing
### Actual behavior
Returns 500 error
### How to Reproduce?
`mvn clean install -Dit.test=CallbackRestIT -Pnative`
### Output of `uname -a` or `ver`
_No response_
### Output of `java -version`
_No response_
### GraalVM version (if different from Java)
_No response_
### Kogito version or git rev (or at least Quarkus version if you are using
Kogito via Quarkus platform BOM)
_No response_
### Build tool (ie. output of `mvnw --version` or `gradlew --version`)
_No response_
### Additional information
Needs a precondition to wait until health endpoint is available
--
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]