-
Task
-
Resolution: Done
-
Minor
-
None
-
4.4
-
None
-
MOODLE_404_STABLE
Preparations
This is about to inspect apache logs for complete behat runs and fix as many notices / problems are shown there. Aggregating information from all supported themes.
Used this regexp against nonjs and chrome webserver logs, for reference:
ag -v 'POST|GET|OPTIONS|\] (checking plan|(saving|calculating|loading|setting) controller|(applying|loading|instantiating) (backup|restore|plan)|(activity|section) skipped|setting file inclusion|processing file aliases|Unknown setting: (questionbank|overwrite_conf|course_shortname|course_fullname|course_startdate))|Failed Login: ' aggregated.txt > results.txt
|
(where aggregated.txt is the union of nonjs and chrome web server logs of all core themes)
Trick: When it's difficult to find which exact behat test is causing the problem, it's useful to run the tests with the --pretty command, getting the date prepended, that way later can match them with the dates in apache error logs. To do so just add the following to your behat run command:
vendor/bin/behat ...... --format pretty --no-colors | awk '{ print strftime("%Y-%m-%d %H:%M:%S"), $0; fflush(); }'
|
You can see the actual results @ results.txt
Trick: Always look to previous release issue to verify if the error already was detected there and considered ok.
- has a clone
-
MDL-81614 Fix problems reported in Apache logs before 4.5 release
-
- Closed
-
- has been marked as being related by
-
MDL-76444 Verify that the apache logs are clean of PHP 8.3 notices/warnings/errors
-
- Closed
-
- is a clone of
-
MDL-79317 Fix problems reported in Apache logs before 4.3 release
-
- Closed
-
- will be (partly) resolved by
-
MDL-81190 Debugging: The options argument should not be a context object directly
-
- Closed
-
-
MDL-81191 Debugging: Invalid get_string() identifier: 'cm_stealth_feedback_batch'
-
- Closed
-
-
MDL-81192 False positive session mutation errors when read only session debugging is off
-
- Closed
-
-
MDL-81556 Missing lang string "filename" from tiny_media
-
- Closed
-