-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
2.2.5, 2.3.2
-
MOODLE_22_STABLE, MOODLE_23_STABLE
This is a followup of MDL-34894.
With this issue, we are tying to achieve:
- error_log() whenever a backup or restore operation is finished and no call to ->destroy() has been performed. Note we cannot use "higher" APIs like debugging() and friends, only error_log() is guaranteed to be available.
- All the backup and restore operations within core always call to ->destroy() in order to get objects properly cleaned and purged.
- Document the change in backup & restore examples.
(Only for 2.4 and upwards)
- duplicates
-
MDL-54205 Many windows phpunit errors introduced in 3.1 (unclosed files)
- Closed
- has a non-specific relationship to
-
MDL-35714 collect garbage after each unit test
- Closed
- has been marked as being related by
-
MDL-34894 core_course_external_testcase::test_duplicate_course fails on Windows
- Closed