Bug #79331 | SYS_VAR.INNODB_MONITOR and INNODB_ZIP.16K,4K,8K TESTS ARE FAILING ON TRUNK | ||
---|---|---|---|
Submitted: | 18 Nov 2015 14:48 | Modified: | 20 Nov 2015 13:55 |
Reporter: | Naga Satyanarayana Bodapati | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S3 (Non-critical) |
Version: | OS: | Any | |
Assigned to: | CPU Architecture: | Any |
[18 Nov 2015 14:48]
Naga Satyanarayana Bodapati
[18 Nov 2015 15:20]
Naga Satyanarayana Bodapati
Posted by developer: git log -1 commit bb8a1edcd77e8e8be2c9880af864972d84b26a68 Author: Satya Bodapati <satya.bodapati@oracle.com> Date: Wed Nov 18 20:47:17 2015 +0530 Bug#22232974 - SYS_VAR.INNODB_MONITOR_* AND INNODB_ZIP.16K,4K,8K TESTS ARE FAILING ON TRUNK Problem: -------- SYS_VAR.INNODB_MONITOR_*.tests fail on trunk with the same reason mentioned by this commit: 9519e3e98ed95e6301ad5fb7cf63746caaaef65e " This test would fail when run as the first test after server startup, because we seem to open the DD tables 'on demand' when executing the first CREATE TABLE statement. If there were any previous tests executed against the server instance, the DD tables would already have been opened. " INNODB_ZIP.16K,4K,8K tests fail because of this column removal from mysql.tables by commit: e0f030fc638ab2b18cae13adf77d8c4729703765 Fix: ---- For innodb_monitor_*.test, use the same workaround. i.e. create and drop a dummy table, so that the DD tables will not be opened during the execution of the CREATE TABLE statement. For innodb_zip.16k,8k,4k, just re-record the result. Reviewed-By: Marko Makela <marko.makela@oracle.com> Approved via IM (patch on bug page)
[20 Nov 2015 13:55]
Daniel Price
Posted by developer: This bug is test case related. No changelog entry required.