ci: Improve DB integration tests (#19597)

This commit is contained in:
Declan Carroll
2025-09-17 07:36:12 +01:00
committed by GitHub
parent cf4a5511b6
commit b0180450bc
8 changed files with 110 additions and 47 deletions

View File

@@ -9,6 +9,10 @@ services:
- 3306:3306
tmpfs:
- /var/lib/mysql
command: >
--wait-timeout=300
--interactive-timeout=300
--max-connections=200
mysql-8.4:
image: mysql:8.4
@@ -19,6 +23,10 @@ services:
- 3306:3306
tmpfs:
- /var/lib/mysql
command: >
--wait-timeout=300
--interactive-timeout=300
--max-connections=200
postgres:
image: postgres:16