Merge "Increase MySQL connection limit in tests"

This commit is contained in:
Zuul 2021-11-25 20:37:40 +00:00 committed by Gerrit Code Review
commit 05c7a24199
2 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,8 @@ services:
- "3306:3306"
tmpfs:
- /var/lib/mysql
volumes:
- "./mysqld.cnf:/etc/mysql/conf.d/mysqld.cnf:z"
postgres:
container_name: zuul-test-postgres

2
tools/mysqld.cnf Normal file
View File

@ -0,0 +1,2 @@
[mysqld]
max_connections = 300