You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Older (than 10.5) MariaDB docker containers come
with wait-timeout = 600 and that makes unit tests
execution to fail with "MySQL is gone away".
Apparently this is already ok with current 10.5
so current moodle-docker instances are passing ok
without needing the setting
But, no matter of that, we are explicitly adding
the setting here, to enable anybody wanting to use
older MariaDB docker images to get tests passing.
See https://tracker.moodle.org/browse/MDLSITE-6141
for more details.
0 commit comments