-
Bug
-
Resolution: Fixed
-
Minor
-
3.9.19, 4.1
The failing test is: core_question.backup_test.test_backup_question_tags
It has been happening on Oracle 21 builds... it might be caused by slowness or some sorting issue?
Failed builds
Console output
1) core_question\backup_test::test_backup_question_tags
|
Failed asserting that two arrays are equal.
|
--- Expected
|
+++ Actual
|
@@ @@
|
Array (
|
'warnings' => Array (
|
- 0 => 'The questions category "top", originally at system/course category context in backup file, will be created at course context by restore'
|
- 1 => 'The questions category "Test question category 1", originally at system/course category context in backup file, will be created at course context by restore'
|
+ 0 => 'The questions category "Test question category 1", originally at system/course category context in backup file, will be created at course context by restore'
|
+ 1 => 'The questions category "top", originally at system/course category context in backup file, will be created at course context by restore'
|
)
|
)
|
|
/var/www/html/question/tests/backup_test.php:86
|
/var/www/html/question/tests/backup_test.php:190
|
/var/www/html/lib/phpunit/classes/advanced_testcase.php:80
|