mirror of https://github.com/sysown/proxysql
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
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…
Reference in new issue