Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
Development tree: bb-10.3-marko
The feature is not ready for testing yet, but some regression testing and sanity checks on already implemented changes can be performed. There is no point creating a bug report for every problem, because it is an unstable frequently changed development tree, so I will collect failures here, one per comment, with numeration for easier reference.
Attachments
Issue Links
- is blocked by
-
MDEV-11071 Assertion `thd->transaction.stmt.is_empty()' failed in Locked_tables_list::unlock_locked_tables
-
- Closed
-
-
MDEV-12827 Assertion failure when reporting duplicate key error in online table rebuild
-
- Closed
-
-
MDEV-13923 Assertion `!is_set() || (m_status == DA_OK_BULK && is_bulk_op())' failed upon altering table with geometry field
-
- Closed
-
- relates to
-
MDEV-13918 Race condition between INFORMATION_SCHEMA.INNODB_SYS_TABLESTATS and ALTER/DROP/TRUNCATE TABLE
-
- Closed
-
-
MDEV-14396 Assertion `(ha_alter_info->handler_flags & ~INNOBASE_INPLACE_IGNORE) == Alter_inplace_info::CHANGE_CREATE_OPTION' failed in create_option_need_rebuild
-
- Closed
-
-
MDEV-13261 rpl.rpl_gtid_errorhandling failed in buildbot (server crashed)
-
- Closed
-
-
MDEV-14660 Assertion failure in lock_move_rec_list_start() after instant ADD COLUMN
-
- Closed
-
MDEV-11071, while technically unrelated, very badly affects current auto tests.MDEV-13923is still not in 10.3 tree, and it causes numerous failures, but at least it can be worked around by disabling geometry in the tests.MDEV-12827also shows up regularly and spoils results. No viable workaround.Nov 14th
MDEV-13201appears a lotMDEV-13820appears regularlyMDEV-11071still does too. Disabling temporary tables didn't help, it has other ways to fail.[Warning] InnoDB: Table test/t1 contains 24 user defined columns in InnoDB, but 23 columns in MariaDB. Please check INFORMATION_SCHEMA.INNODB_SYS_COLUMNS and http://dev.mysql.com/doc/refman/5.7/en/innodb-troubleshooting.html for how to resolve the issue.}} shows a lot in tests involving crash recovery, but that's expected
2017-11-15 10:44:21 0 [ERROR] InnoDB: Header page consists of zero bytes in datafile: ./test/#sql-62a8_10.ibd, Space ID:0, Flags: 0. Please refer to http://dev.mysql.com/doc/refman/5.7/en/innodb-troubleshooting-datadict.html for how to resolve the issue.
2017-11-15 10:44:21 0 [ERROR] InnoDB: Datafile './test/#sql-62a8_10.ibd' is corrupted. Cannot determine the space ID from the first 64 pages.
#5 0x00007fccad30a028 in __GI_abort () at abort.c:89
#6 0x0000005591a321a2 in ut_dbg_assertion_failed (expr=0x0, file=0x5591f79828 "/home/travis/src/storage/innobase/log/log0recv.cc", line=1186) at /home/travis/src/storage/innobase/ut/ut0dbg.cc:61
#7 0x00000055918a1c95 in recv_parse_or_apply_log_rec_body (type=MLOG_1BYTE, ptr=0x7fcc899d2318 "", end_ptr=0x7fcc899d231c "", space_id=144, page_no=0, apply=true, block=0x7fcc87b699b0, mtr=0x7fcc9497d550) at /home/travis/src/storage/innobase/log/log0recv.cc:1186
#8 0x00000055918a4092 in recv_recover_page (just_read_in=true, block=0x7fcc87b699b0) at /home/travis/src/storage/innobase/log/log0recv.cc:1834
#9 0x0000005591aa67fb in buf_page_io_complete (bpage=0x7fcc87b699b0, evict=false) at /home/travis/src/storage/innobase/buf/buf0buf.cc:6034
#10 0x0000005591b3d073 in fil_aio_wait (segment=2) at /home/travis/src/storage/innobase/fil/fil0fil.cc:5359
#11 0x00000055919cdbff in io_handler_thread (arg=0x55931a39f0 <n+16>) at /home/travis/src/storage/innobase/srv/srv0start.cc:340
#12 0x00007fccadec1184 in start_thread (arg=0x7fcc9497e700) at pthread_create.c:312
#13 0x00007fccad3cdffd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111