Bug #77959 | max_statement_time test is unstable | ||
---|---|---|---|
Submitted: | 6 Aug 2015 10:45 | Modified: | 18 Feb 2021 9:57 |
Reporter: | Laurynas Biveinis (OCA) | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: Tests | Severity: | S3 (Non-critical) |
Version: | 5.7.8, 5.7.9 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | max_statement_time, mtr, testsuite |
[6 Aug 2015 10:45]
Laurynas Biveinis
[6 Aug 2015 11:25]
MySQL Verification Team
Hello Laurynas, Thank you for the report. Observed that max_statement_time failed intermittently but with different reasons. Thanks, Umesh
[6 Aug 2015 11:25]
MySQL Verification Team
test results
Attachment: 77959.results (application/octet-stream, text), 8.36 KiB.
[4 Aug 2020 17:47]
Vivekanandhan Raja
There is also an additional issue with this test. On occasion the test fails during a. sleep as follows: mysql> select sleep(100); ERROR 3024 (HY000): Query execution was interrupted, maximum statement execution time exceeded With Note that a SELECT SLEEP() with no other columns must either return 0 or 1 (the latter being the case where the sleep() was interrupted e.g. by max_execution_timeout).
[18 Feb 2021 9:57]
Erlend Dahl
Duplicate of Bug#72937 main.max_statement_time fails with result mismatch, test contains race?