[MDEV-33174] nondeterministic test results in spider/bugfix.self_reference_multi Created: 2024-01-04 Updated: 2024-02-08 Resolved: 2024-02-07 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - Spider |
| Affects Version/s: | 10.5, 10.6, 10.11 |
| Fix Version/s: | 10.5.24, 10.6.17, 10.11.7, 11.0.5, 11.1.4, 11.2.3, 11.3.2 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Yuchen Pei | Assignee: | Yuchen Pei |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Happens quite often: Could probably be quickly fixed by a regex replace of the query result - doesn't really matter on which node of the loop the loop is reported - all these outcomes are correct. It would be good to find out why this happens too. |
| Comments |
| Comment by Yuchen Pei [ 2024-01-29 ] | ||||||||||||||||||||||||||||||||||||
|
The reason that in the first select (from t0) it should print ERROR HY000: An infinite loop is detected when opening table test.t0 is because it queries for table status of the remote table of t0 which The reason that in the second and third selects (from t1 and t2) it
It is not clear why the error fails nondeterministically, as I cannot | ||||||||||||||||||||||||||||||||||||
| Comment by Yuchen Pei [ 2024-01-29 ] | ||||||||||||||||||||||||||||||||||||
|
Hi holyfoot, ptal thanks
| ||||||||||||||||||||||||||||||||||||
| Comment by Alexey Botchkov [ 2024-02-05 ] | ||||||||||||||||||||||||||||||||||||
|
ok to push. | ||||||||||||||||||||||||||||||||||||
| Comment by Yuchen Pei [ 2024-02-07 ] | ||||||||||||||||||||||||||||||||||||
|
thanks for the review. pushed d40eaf2dab66f76e1e3749ddb863ad5bf32772da to 10.5, after a 3 hour wait on a amd64-ubuntu-2204-debug-ps rebuild... |