Skip to content

Commit 9b4b265

Browse files
committed
Fix mysql tests on Cirrus ASAN
1 parent adb6b0a commit 9b4b265

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,10 @@ asan_task:
160160
tests_script:
161161
- export SKIP_IO_CAPTURE_TESTS=1
162162
- export CI_NO_IPV6=1
163-
- export MYSQL_TEST_HOST=mysql
163+
- export MYSQL_TEST_HOST=127.0.0.1
164164
- export MYSQL_TEST_USER=root
165165
- export MYSQL_TEST_PASSWD=root
166-
- export PDO_MYSQL_TEST_DSN="mysql:host=mysql;dbname=test"
166+
- export PDO_MYSQL_TEST_DSN="mysql:host=127.0.0.1;dbname=test"
167167
- export PDO_MYSQL_TEST_USER=root
168168
- export PDO_MYSQL_TEST_PASS=root
169169
- >-

0 commit comments

Comments
 (0)