postgresql-simple-interval testsuite fails
Some checks failed
check / Stackage check (push) Has been cancelled

Needs local postgresql server:

             src/Database/PostgreSQL/Simple/Internal.hs:569:3:
             1) Database.PostgreSQL.Simple.Interval.integration, with style Iso8601, round trips "PT0S"
                  uncaught exception: IOException of type OtherError
                  libpq: failed (connection to server at "127.0.0.1", port 5432 failed: Connection refused
                        Is the server running on that host and accepting TCP/IP connections?                                                          )
This commit is contained in:
Jens Petersen 2025-09-10 13:36:00 +08:00
parent 5070a269ee
commit 18a442e1cd

View File

@ -8932,6 +8932,7 @@ expected-test-failures:
- postgresql-libpq-notify
- postgresql-query # PostgreSQL
- postgresql-simple # PostgreSQL
- postgresql-simple-interval # needs local server
- postgresql-simple-migration
- postgresql-simple-queue
- postgresql-syntax # hedgehog-test executable not found https://github.com/commercialhaskell/stackage/pull/6102