Fix test_sqlite3_pass_exts for Docker-based CI infrastructure

Remove hardcoded TAP_MYSQLPORT=14806 from test .env files to use
the infrastructure-provided port (3306). The hardcoded port was
causing connection failures when tests run inside Docker containers.
pull/5484/head
Rene Cannao 2 months ago
parent 7bbda48f29
commit f2db3cbb1e

@ -1,6 +1,5 @@
TAP_MYSQLUSERNAME=root
TAP_MYSQLPASSWORD=root
TAP_MYSQLPORT=14806
TAP_MYSQL8_BACKEND_HG=30
TAP_NUM_CLIENT_THREADS=4

@ -1,4 +1,3 @@
TAP_MYSQLUSERNAME=root
TAP_MYSQLPASSWORD=root
TAP_MYSQLPORT=14806
TAP_MYSQL8_BACKEND_HG=30

Loading…
Cancel
Save