moodlehq / moodle-docker

A docker environment for moodle developers
GNU General Public License v3.0
406 stars 252 forks source link

Update to Oracle 21c #220

Closed aspark21 closed 2 years ago

aspark21 commented 2 years ago

Fixes moodlehq#219

stronk7 commented 2 years ago

Just noting that the 21c image is really slower (>25%) than then 11g one and that makes some behat tests to fail often (timeout, things not ready in time...).

Some attempts to improve its performance are still being done, but not luck, so far (specifically, it seems that access to dictionary tables, that we use intensively in tests, resets... are 4x slower).

Also, I've seen some strange failures happening in the 39_STABLE branch with it. Haven't had time to investigate.

Just noting it... those notes don't affect this PR. Only potential idea is if we should try to use it only for 4.1dev (master) and up, keeping the old one for previous branches.... but that's something that we can do later.

Ciao :-)

stronk7 commented 2 years ago

Merged, thanks!