-
Improvement
-
Resolution: Fixed
-
Minor
-
2.6
-
MOODLE_26_STABLE
-
MOODLE_27_STABLE
-
w04_
MDL-43903_m27_mssqltests -
-
4
-
BACKEND Sprint 10
The problem is in native mssql driver which turns on the logging by default, instead of hacking adodb we can just silence it during tests...
This is caused by the following code in native ms sql driver in adodb:
sqlsrv_log_set_subsystems(SQLSRV_LOG_SYSTEM_ALL);
- Testing discovered
-
MDL-34744 MSSQL backup fails under some circumstances
- Closed