-
Bug
-
Resolution: Fixed
-
Minor
-
2.5
-
MOODLE_25_STABLE
-
MOODLE_23_STABLE, MOODLE_24_STABLE, MOODLE_25_STABLE, MOODLE_26_STABLE
-
MDL-40207-master -
- Run phpunit tests (this will be done by ci server)
- On master only: Test adding an rss feed to the rss block
Simplepie is constantly creating false-positive unit test failures due to low network timeout. We get about one failure per day on the integration server.
This is intentional for interactive scripts to prevent rss requests from blocking requests (e.g. the rss block from delaying a request), and there is an API to increase the time out of a request which can be used to prevent this situation.
- will help resolve
-
MDL-41935 Prevent false-positive failures due to time differences
- Closed