-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.1.3, 3.2
-
Fix Version/s: 3.1.4
-
Component/s: Unit tests
-
Testing Instructions:
-
Affected Branches:MOODLE_31_STABLE, MOODLE_32_STABLE
-
Fixed Branches:MOODLE_31_STABLE
-
Pull from Repository:
-
Pull Master Branch:wip-mdl-57147
-
Pull Master Diff URL:
As spotted by Eloy Lafuente (stronk7) on windows 32 bits, any db, php 7, core_cache_testcase::test_static_acceleration fails, because windows only have 1/100 microtime resolution so a lot of times it does not advance "enough".
https://bugs.php.net/bug.php?id=64633
3.2rc2
1 failure (same)
http://pastebin.com/8HF8MqYL
As per his recommendation, change those assertGreaterThan() by assertGreaterThanOrEqual() and forget (with a comment explaining it).
- Discovered while testing
-
MDLQA-10292 CLONE - Run unit test and behat on windows
-
- Passed
-