-
Bug
-
Resolution: Fixed
-
Minor
-
3.7, 3.9.7, 3.9.14, 3.10.11, 3.11.7, 4.0.1
-
MOODLE_310_STABLE, MOODLE_311_STABLE, MOODLE_37_STABLE, MOODLE_39_STABLE, MOODLE_400_STABLE
-
MOODLE_311_STABLE, MOODLE_39_STABLE, MOODLE_400_STABLE, MOODLE_401_STABLE
-
MDL-65939-master -
Mail digest tests collect all records from the task_adhoc table. Other plugins (enrol_auto, enrol_coursecompleted, format_tiles, ...) also add records to this table, so the queries in this test have to be limited to this component only.
Replication steps:
- Install a plugin that creates an adhoc task upon an event (enrol_auto, enrol_coursecompleted, format_tiles, ...)
- Run php unit tests
Expected: No errors
Actual: 2 errors assertGreaterThanOrEqual(time(), $task->nextruntime)
- is a regression caused by
-
MDL-65695 Daily digest time set for time in the past
-
- Closed
-