[MDEV-16273] innodb.alter_kill fails in buildbot with Unknown storage engine 'InnoDB' Created: 2018-05-23 Updated: 2018-10-10 Resolved: 2018-10-10 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB, Tests |
| Affects Version/s: | 10.3 |
| Fix Version/s: | 10.3.11 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Marko Mäkelä |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||||||||||
| Description |
|
http://buildbot.askmonty.org/buildbot/builders/kvm-deb-stretch-ppc64le/builds/2273
|
| Comments |
| Comment by Marko Mäkelä [ 2018-05-28 ] | |||||||||||||||
|
The server error log contains the following, which suggests that this is a duplicate of
| |||||||||||||||
| Comment by Marko Mäkelä [ 2018-05-28 ] | |||||||||||||||
|
thiru did great work with | |||||||||||||||
| Comment by Marko Mäkelä [ 2018-07-03 ] | |||||||||||||||
|
I noticed a similar failure and dug up the reason from the server error log mysqld.1.err:
The failure in the mysql-test log looked exactly the same as in the Description:
This may be a duplicate of | |||||||||||||||
| Comment by Marko Mäkelä [ 2018-10-10 ] | |||||||||||||||
|
I believe that the test simply needs to be updated after The test is shutting down InnoDB, corrupting a file, and finally restarting InnoDB. Before the shutdown, the test created the table and inserted some records. Before To make the test deterministic again, we must wait for purge to complete before the shutdown. |