Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Duplicate
-
10.4.31
-
None
Description
In MDEV-7445, a test required an empty table as a data source. mysql.slow_log was chosen as this table, but some CI testers enable this in a worker as a command line option, meaning that this table may no longer be empty. If the table returns more than 1 row, the query fails, causing test failure.
This will clearly be a random failure, depending on OS workload.
Attachments
Issue Links
- is duplicated by
-
MDEV-32518 Test failure: ./mtr --no-reorder main.log_slow_debug main.subselect
- Closed