Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-20138

innodb.trx_id_future fails in buildbot

    XMLWordPrintable

Details

    Description

      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

      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

          Activity

            People

              marko Marko Mäkelä
              elenst Elena Stepanova
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.