-
Notifications
You must be signed in to change notification settings - Fork 72
Closed
Description
In #164 we updated to:
- ODBC 18 libraries.
- php-sqlsrv 5.11
And it has caused a couple of problems:
- With ODBC 18, connections are encrypted by default, so we need a way to disable that encryption or to relax the certificate verifications. That's already fixed for 4.2dev (master) and will be also solved by MDL-77669 in stables. Both moodle-ci-runner and moodle-docker will use those new configuration abilities to solve the problem.
- Apart from the above, there are some consistent failures (PHPUnit till now) detected with the new libraries / php extension. See for example these runs: link1, link2. MDL-77678 has been created to fix that.
Most of the problems in #2 seem to happen within tests using ADOdb (and not our own drivers), so may be it's a matter of passing the new connection parameters to ADODb.
In any case, because of the 2 problems above and until they are fixed, this issue is about to revert #164 so we are back to the previous versions and back to green.
Ciao :-)
Edited: to add link to MDL-77678..
Metadata
Metadata
Assignees
Labels
No labels