-
Bug
-
Resolution: Fixed
-
Critical
-
2.6
-
MOODLE_26_STABLE
-
MOODLE_26_STABLE, MOODLE_27_STABLE
-
w05_
MDL-43905_m27_loginevents -
-
4
-
BACKEND Sprint 10
during event migration the code updating user login times got borked - he $USER->timemodified and db state get out of sync; it is also painfully slow...
core_moodlelib_testcase::test_complete_user_login
|
Time is lower that allowed start value
|
Failed asserting that '1390980862' is equal to 1390980863 or is greater than 1390980863.
|
/home/jerome/moodles/integration_master_mysqli/moodle/lib/phpunit/classes/advanced_testcase.php:393
|
/home/jerome/moodles/integration_master_mysqli/moodle/lib/tests/moodlelib_test.php:2473
|
/home/jerome/moodles/integration_master_mysqli/moodle/lib/phpunit/classes/advanced_testcase.php:80
|
At the same time this code triggers extra user updated event right before user logged in event which is also not correct.