-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
testMySQLWithCustomIniFile failure in 1.1.4 #209
Comments
Based on the mmap error message and this it sounds like MySQL is attempting to use too much memory, and failing. It may be that we need to alter the test suite to use a lighter memory footprint for MySQL. |
I didn't dig for the right place to put this in the testcontainers-java repo, but with /Users/david.byron/tmp/mysql.cnf containing:
and this docker run command: I was able to get mysql to use the smaller memory settings. |
I've rolled out default MySQL and MariaDB configuration with 1.1.7, which should hopefully fix this issue. Sorry for the extended delay in tackling this. |
I've seen the same failure twice with 1.1.4 (actually 45fa877 from master).
Once, I saw this repeated ~38 times afterwards:
Perhaps this earlier exception/log is relevant? I can't quite tell if it's from an earlier test. I see this in both failures. It's the callback errors that I saw only once.
The relevant part of all of that appears to be:
In case it's relevant:
and
gets way farther than the buffer pool initialization.
The text was updated successfully, but these errors were encountered: