Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.1(EOL), 10.3(EOL)
-
None
Description
innodb.trx_id_future fails in buildbot with "Table doesn't exist in engine"
10.1 1f498f901b394e869c430b777fdc233a |
innodb.trx_id_future 'innodb_plugin' w2 [ fail ]
|
Test ended at 2019-07-23 14:45:00
|
|
CURRENT_TEST: innodb.trx_id_future
|
mysqltest: At line 57: query 'SELECT * FROM t1' failed: 1932: Table 'test.t1' doesn't exist in engine
|
|
The result from queries just before the failure was:
|
#
|
# Bug #20445525 ADD A CONSISTENCY CHECK AGAINST DB_TRX_ID BEING
|
# IN THE FUTURE
|
#
|
CREATE TABLE t1(a INT) row_format=redundant engine=innoDB;
|
INSERT INTO t1 VALUES(1);
|
NOT FOUND /\[Warning\] InnoDB: A transaction id in a record of table `test`\.`t1` is newer than the system-wide maximum/ in mysqld.1.err
|
call mtr.add_suppression("\\[Warning\\] InnoDB: A transaction id in a record of table `test`\\.`t1` is newer than the system-wide maximum");
|
SELECT * FROM t1;
|
Attachments
Issue Links
- is caused by
-
MDEV-13626 Merge InnoDB test cases from MySQL 5.7
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Link |
This issue is caused by |
Affects Version/s | 10.3 [ 22126 ] |
Description |
http://buildbot.askmonty.org/buildbot/builders/kvm-rpm-centos73-ppc64/builds/9598/steps/mtr/logs/stdio
{noformat:title=10.1 1f498f901b394e869c430b777fdc233a} innodb.trx_id_future 'innodb_plugin' w2 [ fail ] Test ended at 2019-07-23 14:45:00 CURRENT_TEST: innodb.trx_id_future mysqltest: At line 57: query 'SELECT * FROM t1' failed: 1932: Table 'test.t1' doesn't exist in engine The result from queries just before the failure was: # # Bug #20445525 ADD A CONSISTENCY CHECK AGAINST DB_TRX_ID BEING # IN THE FUTURE # CREATE TABLE t1(a INT) row_format=redundant engine=innoDB; INSERT INTO t1 VALUES(1); NOT FOUND /\[Warning\] InnoDB: A transaction id in a record of table `test`\.`t1` is newer than the system-wide maximum/ in mysqld.1.err call mtr.add_suppression("\\[Warning\\] InnoDB: A transaction id in a record of table `test`\\.`t1` is newer than the system-wide maximum"); SELECT * FROM t1; {noformat} |
innodb.trx_id_future fails in buildbot with "Table doesn't exist in engine"
http://buildbot.askmonty.org/buildbot/builders/kvm-rpm-centos73-ppc64/builds/9598/steps/mtr/logs/stdio {noformat:title=10.1 1f498f901b394e869c430b777fdc233a} innodb.trx_id_future 'innodb_plugin' w2 [ fail ] Test ended at 2019-07-23 14:45:00 CURRENT_TEST: innodb.trx_id_future mysqltest: At line 57: query 'SELECT * FROM t1' failed: 1932: Table 'test.t1' doesn't exist in engine The result from queries just before the failure was: # # Bug #20445525 ADD A CONSISTENCY CHECK AGAINST DB_TRX_ID BEING # IN THE FUTURE # CREATE TABLE t1(a INT) row_format=redundant engine=innoDB; INSERT INTO t1 VALUES(1); NOT FOUND /\[Warning\] InnoDB: A transaction id in a record of table `test`\.`t1` is newer than the system-wide maximum/ in mysqld.1.err call mtr.add_suppression("\\[Warning\\] InnoDB: A transaction id in a record of table `test`\\.`t1` is newer than the system-wide maximum"); SELECT * FROM t1; {noformat} |
Summary | innodb.trx_id_future fails in buildbot with "Table doesn't exist in engine" | innodb.trx_id_future fails in buildbot |
Status | Open [ 1 ] | In Progress [ 3 ] |
Fix Version/s | 10.1.42 [ 23407 ] | |
Fix Version/s | 10.3.18 [ 23719 ] | |
Fix Version/s | 10.4.8 [ 23721 ] | |
Fix Version/s | 10.1 [ 16100 ] | |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 98455 ] | MariaDB v4 [ 156516 ] |
trx_id_future is unstable in 10.3:
http://buildbot.askmonty.org/buildbot/builders/kvm-rpm-centos73-ppc64/builds/9644
CURRENT_TEST: innodb.trx_id_future
--- /usr/share/mysql-test/suite/innodb/r/trx_id_future.result 2019-07-27 08:07:27.000000000 +0000
+++ /dev/shm/var/2/log/trx_id_future.reject 2019-07-27 11:56:36.350175707 +0000
@@ -8,6 +8,5 @@
call mtr.add_suppression("\\[Warning\\] InnoDB: A transaction id in a record of table `test`\\.`t1` is newer than the system-wide maximum");
SELECT * FROM t1;
a
-Warnings:
-Warning 1642 InnoDB: Transaction id in a record of table `test`.`t1` is newer than system-wide maximum.
+1