Skip to content

DavideD/mysql-issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mysql-issue

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

  1. With MySQL 8.0.28 and the client cache enabled
  2. With MySQL 8.0.28 and the client cache disabled
  3. With MySQL 8.0.29 and the client cache enabled (it fails)
  4. With MySQL 8.0.29 and the client cache disabled

The failure happens with case 3.

About

A test case for MySQL 8.0.29

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages