Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.7
-
Fix Version/s: 3.7
-
Component/s: Unit tests
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_37_STABLE
-
Fixed Branches:MOODLE_37_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-65188-master -
Pull Master Diff URL:
Description
We have got this failure at least twice in the last weeks:
There was 1 failure:
|
|
1) core_course_externallib_testcase::test_get_course_contents_contentsinfo
|
Failed asserting that 1553606284 is equal to 1553606285 or is greater than 1553606285.
|
|
/var/www/html/course/tests/externallib_test.php:1305
|
/var/www/html/lib/phpunit/classes/advanced_testcase.php:80
|
|
To re-run:
|
vendor/bin/phpunit --verbose "core_course_externallib_testcase" course/tests/externallib_test.php
|
Seems to be some random timing (slow execution in oracle) thing, tracing it. Now.
Attachments
Issue Links
- is a regression caused by
-
MDL-64026 Return file summary information in core_course_get_course_contents
-
- Closed
-