exxcellent / olingo-jpa-processor-v4

The JPA Processor fills the gap between Olingo V4 and the database, by providing a mapping between JPA metadata and OData metadata, generating queries and supporting the entity manipulations.
Apache License 2.0
5 stars 3 forks source link

Test TestJPAQueryWhereClause#testFilterTimestamp2SqlTimestampWithDateConversion fails on Travis #21

Closed rzozmann closed 2 years ago

rzozmann commented 5 years ago

While Building and before deploying an release to packagecloud with Travis one of the automatic test fails (see subject). Locally all tests run successfully, only on Travis this problem occurs. So we have currently hat test disabled, but we should find the reason for that failure. See Build #110 (https://travis-ci.org/exxcellent/olingo-jpa-processor-v4/jobs/550832943)

rzozmann commented 2 years ago

Now tested with HSQLDB instead of H2 and is working