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

main.deadlock_innodb

    XMLWordPrintable

Details

    Description

      The test failed on new BB with the following trace:

      main.deadlock_innodb 'innodb'            w32 [ fail ]
              Test ended at 2021-04-21 10:51:03
       
      CURRENT_TEST: main.deadlock_innodb
      mysqltest: In included file "/buildbot/amd64-fedora-33/build/mysql-test/include/deadlock.inc": 
      included from /buildbot/amd64-fedora-33/build/mysql-test/t/deadlock_innodb.test at line 17:
      At line 82: query 'reap' failed: 1205: Lock wait timeout exceeded; try restarting transaction
       
      The result from queries just before the failure was:
      < snip >
      select * from t2;
      b	a
      0	100
      1	20
      2	30
      select * from t1;
      id	x
      0	0
      300	300
      connection con2;
      set autocommit=0;
      update t1 set x=2 where id = 0;
      connection con1;
      update t1 set x=1 where id = 0;
      select * from t1;
      id	x
      0	1
      300	300
      commit;
      connection con2;
       
      More results from queries before failure can be found in /buildbot/amd64-fedora-33/build/mysql-test/var/32/log/deadlock_innodb.log
      
      

      to succeed at retrying

      main.deadlock_innodb 'innodb'            w32 [ retry-pass ] 
      

      More details are available at https://buildbot.mariadb.org/#/builders/196/builds/2090.

      Attachments

        Activity

          People

            Unassigned Unassigned
            Elkin Andrei Elkin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Git Integration

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