[MDEV-7174] perfschema.global_read_lock fails in buildbot Created: 2014-11-23 Updated: 2015-01-11 Resolved: 2015-01-11 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Tests |
| Affects Version/s: | 10.1 |
| Fix Version/s: | 10.1.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | buildbot, tests | ||
| Issue Links: |
|
||||||||||||
| Description |
|
|
| Comments |
| Comment by Elena Stepanova [ 2014-11-23 ] | ||||||||||||||||||||||||||||||||||||||||||||||
|
The sequence that triggers the failure is perl ./mtr --noreorder main.mdev-504 perfschema.global_read_lock | ||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Elena Stepanova [ 2014-11-23 ] | ||||||||||||||||||||||||||||||||||||||||||||||
|
Here is the essential parts of the test put together to get the same failure:
It goes all right on 10.0, but on 10.1 it causes a timeout in wait_condition. For me, it starts happening on 10.1 tree with revision 3f2d9a902ec93327515ae94ae0c8c0c2c485d15f. On the previous revision f1afc003eefe0aafd3e070c7453d9e029d8445a8 there is no timeout. I am not sure whether it's expected or not, because my further attempt to investigate got lost in git magic. If I look at the revision 3f2d9a902ec93327515ae94ae0c8c0c2c485d15f, it appears to be just a tiny change in an unrelated test case, which couldn't possibly make a difference. | ||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Elena Stepanova [ 2014-12-20 ] | ||||||||||||||||||||||||||||||||||||||||||||||
|
After resolving git mystery with serg's help, I got another suspect for breaking the test:
|