A test case for MySQL 8.0.29
Uses testcontainers and requires docker installed.
./gradlew clean test
The test is the same but it will run in 4 different configurations
- With MySQL 8.0.28 and the client cache enabled
- With MySQL 8.0.28 and the client cache disabled
- With MySQL 8.0.29 and the client cache enabled (it fails)
- With MySQL 8.0.29 and the client cache disabled
The failure happens with case 3.