From c5f32412313494acc281a5e6cce8f8354d99191a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 28 Mar 2018 19:49:28 +0900 Subject: [PATCH] odbc tests fail to run test/Main.hs:458:7: 1) Database.ODBC.Internal.Connectivity Connect, no close uncaught exception: ErrorCall Need ODBC_TEST_CONNECTION_STRING environment variable. Example: ODBC_TEST_CONNECTION_STRING='DRIVER={ODBC Driver 13 for SQL Server};SERVER=127.0.0.1;Uid=SA;Pwd=Passw0rd;Encrypt=no' CallStack (from HasCallStack): error, called at test/Main.hs:458:7 in main:Main --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e7cb9496..f43eefd0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4528,6 +4528,7 @@ expected-test-failures: - mysql-haskell # Requires local mysql server with a test account, and binlog enabled. - mysql-simple # MySQL - network-anonymous-i2p + - odbc # "Need ODBC_TEST_CONNECTION_STRING environment variable" - opaleye # PostgreSQL - persistent-redis # redis - https://github.com/fpco/stackage/pull/1581 - pipes-mongodb