-
Task
-
Resolution: Done
-
Minor
-
4.3
-
None
-
MOODLE_403_STABLE
-
MOODLE_403_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.
Summary:
TBD
- has a clone
-
MDL-81193 Fix problems reported in Apache logs before 4.4 release
-
- Closed
-
- has been marked as being related by
-
MDL-76407 Verify that the apache logs are clean of PHP 8.2 notices/warnings/errors
-
- Closed
-
-
MDL-76444 Verify that the apache logs are clean of PHP 8.3 notices/warnings/errors
-
- Closed
-
- is a clone of
-
MDL-77758 Fix problems reported in apache logs before 4.2 release
-
- Closed
-
- Testing discovered
-
MDL-78861 Cannot find session record in logs (h5p/embed.php) since Moodle 4.2
-
- Open
-
-
MDL-79534 Error in image.php requesting pix/core/f/h5p-64.error file
-
- Closed
-
-
MDL-79535 Problem in mod/quiz/edit.php causing some debugging to happen
-
- Closed
-
-
MDL-78862 Error renaming localcachedir monologo.svg since Moodle 4.2
-
- Closed
-