[MDEV-20148] innodb.alter_large_dml failed in buildbot with debug sync point wait timeout Created: 2019-07-24 Updated: 2023-04-27 |
|
| Status: | Stalled |
| Project: | MariaDB Server |
| Component/s: | Tests |
| Affects Version/s: | 10.3, 10.4, 10.5, 10.6 |
| Fix Version/s: | 10.4, 10.5, 10.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Marko Mäkelä |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | need_rr | ||
| Description |
|
http://buildbot.askmonty.org/buildbot/builders/kvm-fulltest2-big/builds/3337
|
| Comments |
| Comment by Marko Mäkelä [ 2021-07-30 ] | |||||
|
I was suspecting that there might be wrong usage of DEBUG_SYNC. But I cannot find any, when I read the test carefully. The only peculiar thing is at the start of the test:
The SIGNAL will fire in that order. Subsequent statements in the test are performing now WAIT_FOR and now SIGNAL, so that at any point of time, at most one SIGNAL will be in flight. (There only is a queue for 1 signal.) Also, I tried and failed to reproduce the hang on a local 10.4 build. I do not have further ideas what could be wrong. Maybe someone could reproduce this under rr record? |