-
Bug
-
Resolution: Fixed
-
Major
-
3.2.4, 3.3.1, 3.4
-
MariaDB 10.2.7
-
MOODLE_32_STABLE, MOODLE_33_STABLE, MOODLE_34_STABLE
-
MOODLE_32_STABLE, MOODLE_33_STABLE
-
m34_
MDL-59583_Fix_MariaDB_10d2d7_Breaking_Change -
MariaDB 10.2.7 unit tests fail, where 10.2.6 passes
10.2.7 is newly released and we discovered using the mariadb:10.2.7 docker image https://github.com/danpoltawski/docker-moodle/issues/25
Moodle 3.4dev (Build: 20170707), fdd9e4187a8f5e6ffe44eef11472de81c756ecef
|
Php: 7.1.6, mariadb: 10.2.7, OS: Linux 4.9.31-moby x86_64
|
PHPUnit 5.5.7 by Sebastian Bergmann and contributors.
|
|
.........F..................................................... 63 / 103 ( 61%)
|
........................................ 103 / 103 (100%)
|
|
Time: 50.86 seconds, Memory: 36.00MB
|
|
There was 1 failure:
|
|
1) core_dml_testcase::test_get_columns
|
Failed asserting that two strings are identical.
|
--- Expected
|
+++ Actual
|
@@ @@
|
-lala
|
+'lala'
|
|
/var/www/html/lib/dml/tests/dml_test.php:716
|
/var/www/html/lib/phpunit/classes/database_driver_testcase.php:143
|
|
To re-run:
|
vendor/bin/phpunit core_dml_testcase lib/dml/tests/dml_test.php
|
|
FAILURES!
|
Tests: 103, Assertions: 1121, Failures: 1.
|