You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running tests locally with make test, the error occurs:
There was 1 error:
1) MssqlDblibDbTest: Connection is kept for the whole suite
Test tests/unit/Codeception/Module/Db/MssqlDblibDbTest.php:testConnectionIsKeptForTheWholeSuite
[PDOException] SQLSTATE[01002] Adaptive Server connection failed (host.docker.internal) (severity 9)
#1 /var/www/html/tests/unit/Codeception/Module/Db/AbstractDbTest.php:22
#2 /var/www/html/vendor/bin/codecept:119
ERRORS!
Tests: 33, Assertions: 57, Errors: 1.
When running tests locally with
make test
, the error occurs:It is related to the BC-breaking change in MSSQL docker container, see this issue microsoft/mssql-docker#892 and especially this comment microsoft/mssql-docker#892 (comment)
The text was updated successfully, but these errors were encountered: