Mysql Tests: For mysql5.7 integration tests use utf8mb4 charset (#69953)

for mysql5.7 integration tests, use utf8mb4 charset
This commit is contained in:
owensmallwood
2023-06-14 17:00:45 -06:00
committed by GitHub
parent 1154720df2
commit f649619e20
2 changed files with 19 additions and 6 deletions

View File

@ -39,6 +39,7 @@ def integration_test_services():
"MYSQL_PASSWORD": "password",
},
"volumes": [{"name": "mysql57", "path": "/var/lib/mysql"}],
"commands": ["docker-entrypoint.sh mysqld --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci"],
},
{
"name": "mysql80",