[MDEV-16946] innodb.alter_kill failed in buildbot with wrong result Created: 2018-08-11 Updated: 2018-10-10 Resolved: 2018-10-10 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB, Tests |
| Affects Version/s: | 10.2 |
| Fix Version/s: | 10.3.11, 10.2.19 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Marko Mäkelä |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
http://buildbot.askmonty.org/buildbot/builders/win32-packages/builds/9251
|
| Comments |
| Comment by Marko Mäkelä [ 2018-10-10 ] | |
|
The failure was caused by a redo log checkpoint that occurred at a critical moment before the kill-and-restart. I was able to reproduce the failure by adding
immediately before the kill. (The parameter is only available in debug builds.) I fixed it so that the test will be skipped if a log checkpoint occurs at the critical moment. |