From 18a442e1cdbba1ea485619c184a0775e692593df Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 10 Sep 2025 13:36:00 +0800 Subject: [PATCH] postgresql-simple-interval testsuite fails 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? ) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ffaaedba..6bfefb10 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -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