File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -191,14 +191,14 @@ arm_task:
191
191
tests_script :
192
192
- export SKIP_IO_CAPTURE_TESTS=1
193
193
- export CI_NO_IPV6=1
194
- - export MYSQL_TEST_HOST=localhost
194
+ - export MYSQL_TEST_HOST=127.0.0.1
195
195
- export MYSQL_TEST_USER=root
196
196
- export MYSQL_TEST_PASSWD=root
197
- - export PDO_MYSQL_TEST_DSN="mysql:host=localhost ;dbname=test"
197
+ - export PDO_MYSQL_TEST_DSN="mysql:host=127.0.0.1 ;dbname=test"
198
198
- export PDO_MYSQL_TEST_USER=root
199
199
- export PDO_MYSQL_TEST_PASS=root
200
- - export PDO_PGSQL_TEST_DSN="pgsql:host=localhost port=5432 dbname=test user=postgres password=postgres"
201
- - export PDO_DBLIB_TEST_DSN="dblib:host=localhost ;dbname=master;version=7.0"
200
+ - export PDO_PGSQL_TEST_DSN="pgsql:host=127.0.0.1 port=5432 dbname=test user=postgres password=postgres"
201
+ - export PDO_DBLIB_TEST_DSN="dblib:host=127.0.0.1 ;dbname=master;version=7.0"
202
202
- export PDO_DBLIB_TEST_USER="sa"
203
203
- export PDO_DBLIB_TEST_PASS="mssql"
204
204
- >-
You can’t perform that action at this time.
0 commit comments