-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
use the updated mariadb10.6 container in drone #33631
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
Conversation
|
Cc @nickvergessen @ArtificialOwl it seems like tests fail with thr latest mariadb10.6 version: I made it running by not adding the sql-mode command from the drone config in #33607 and #33606... |
Tests failed, so we don't run them.... 🤕 If the query is an issue it needs to be adjusted |
And where can I find this query and why does it fail only with this new mariadb10.6 version and not with an old mariadb10.6 version? |
|
Maybe because they fixed something in a maintenance release? I can't even see the query nor anything as CI just died with a timeout |
possible
same |
|
@szaimen I only really know the InnoDB storage engine. On a quick read of the comments on this pull request, |
Ah I see. Sorry for pinging you then!
Thanks! We'll have a look! |
|
Seems like removing @nickvergessen since this was added intentionally, how can we debug and fix this? |
6bcbda5 to
4e83a8c
Compare
|
Maybe the docker image itself is incompatible with the flag? I don't know. It fails outside of the nextcloud code, so should be good/easy to report to the maria docker people? At least our tests need to run in this mode, I don't really care how it gets enabled |
I'll try that out locally. |
|
Yes, this fails with the same log: |
|
Reported in https://jira.mariadb.org/browse/MDEV-29347 |
|
Waiting for mariadb10.6.11 release which fixes the issue. https://hub.docker.com/_/mariadb/tags?page=1&name=10.6 |
4e83a8c to
44962c5
Compare
Signed-off-by: szaimen <[email protected]>
44962c5 to
fe2b851
Compare
|
MariaDB 10.6.11 is finally out that brings the fix. So this should finally be ready for review :) |
|
/backport to stable25 |
|
CI failure unrelated |
|
The backport to stable25 failed. Please do this backport manually. |
Signed-off-by: szaimen [email protected]