zio / zio-quill

Compile-time Language Integrated Queries for Scala
https://zio.dev/zio-quill
Apache License 2.0
2.15k stars 348 forks source link

Transaction Support test Failing in NDBC #1638

Closed deusaquilus closed 4 years ago

deusaquilus commented 5 years ago

Version: (e.g. 3.4.8-SNAPSHOT) Module: (e.g. quill-jdbc) Database: (e.g. postgres)

Transaction support test for NDBC is failing:

[info] insert with returning
[info] - single column table
[info] - multiple columns
[info] transaction support
[info] - success
[info] - failure *** FAILED ***
[info]   (IllegalStateException,false) did not equal (IllegalStateException,true) (NdbcPostgresContextSpec.scala:48)
[info] - nested
[info] DepartmentsNdbcPostgresSpec:
[info] - Example 8 - nested naive
[info] - Example 9 - nested db
[info] ArrayNdbcPostgresEncodingSpec:
[info] - Support all sql base types and `Traversable` implementers
[info] - Support Traversable encoding basing on MappedEncoding
[info] Run completed in 7 seconds, 664 milliseconds.
[info] Total number of tests run: 63
[info] Suites: completed 8, aborted 0
[info] Tests: succeeded 62, failed 1, canceled 0, ignored 0, pending 0
[info] *** 1 TEST FAILED ***
[error] Failed tests:
[error]     io.getquill.context.ndbc.postgres.NdbcPostgresContextSpec
[error] (quill-ndbc-postgres / Test / test) sbt.TestsFailedException: Tests unsuccessful
[error] Total time: 311 s, completed Sep 23, 2019 2:10:09 PM

image

(The job is: https://travis-ci.org/getquill/quill/jobs/588424868. I am rerunning so it could be different.)

@getquill/maintainers

deusaquilus commented 5 years ago

@juliano Could you please have a look at this?

deusaquilus commented 5 years ago

Accidentally closed