mirror of
https://github.com/MariaDB/server.git
synced 2025-12-06 05:42:06 +03:00
The failures are missing entries in the slow query log. The reason for the failure are sleep() calls with short duration 10ms, which is less than the default system timer resolution for various WaitForXXXObject functions (15.6 ms) and thus can't work reliably. The fix is to make sleeps tiny bit longer (20ms from 10ms) in the test.
13 KiB
13 KiB