-
Bug
-
Resolution: Fixed
-
Minor
-
4.5, 5.0
Windows PHPUnit runs on GitHub Actions seem to have been failing since 4.5.
There are four main issues:
Redis 3.0 is being used when the minimum Redis version has been bumped to 5.0 in 4.5.
- Can be fixed by using redis with version 5.0 instead of redis-64
- Coding exceptions related to tests that need to be run in isolation
- This is already reported in MDL-79943.
core\dml_pgsql_read_replica_test::test_real_readreplica_connect_fail() failure
- Affects the main branch only. Introduced by
MDL-72077.
- Affects the main branch only. Introduced by
core\component_test::test_composer_files() failures
- Affects main only. Due to the leading backslash in the relative path not being trimmed for Windows.
Here's an example run.
- Discovered while testing
-
MDL-83470 Decide Moodle 5.0 requirements and push them to environment.xml (due date: 15 Nov 2024)
-
- Closed
-
- is a regression caused by
-
MDL-66151 Performance: Allow session stores to fully manage the session
-
- Closed
-
-
MDL-72077 moodle_read_slave_trait: additional debug logging
-
- Closed
-
-
MDL-82824 Add unit test to check Moodle autoloader from Composer
-
- Closed
-
- will be (partly) resolved by
-
MDL-79943 Windows PHPUnit failures (isolation tests)
-
- Open
-