mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
bedcf338dc
Since MDL-38732 we reject changes if another change has been made more recently. As a result, if process_data is called, and then we roll into the next millisecond period before process_data is called again, the change is rejected. Different errors were seen because the millisecond rollover occurred at different time within the test. Different error conditions were seen because not all of the tests check for an error from the call to process_data(), instead just checking that the value had been updated correctly.