mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-25 12:37:55 +01:00
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
This commit is contained in:
parent
ea2c58f2b9
commit
c5f3241231
@ -4528,6 +4528,7 @@ expected-test-failures:
|
|||||||
- mysql-haskell # Requires local mysql server with a test account, and binlog enabled.
|
- mysql-haskell # Requires local mysql server with a test account, and binlog enabled.
|
||||||
- mysql-simple # MySQL
|
- mysql-simple # MySQL
|
||||||
- network-anonymous-i2p
|
- network-anonymous-i2p
|
||||||
|
- odbc # "Need ODBC_TEST_CONNECTION_STRING environment variable"
|
||||||
- opaleye # PostgreSQL
|
- opaleye # PostgreSQL
|
||||||
- persistent-redis # redis - https://github.com/fpco/stackage/pull/1581
|
- persistent-redis # redis - https://github.com/fpco/stackage/pull/1581
|
||||||
- pipes-mongodb
|
- pipes-mongodb
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user