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

Galera test failure on galera.galera_truncate_temporary

    XMLWordPrintable

Details

    • Bug
    • Status: Open (View Workflow)
    • Major
    • Resolution: Unresolved
    • 10.6
    • 10.6
    • Galera, Tests
    • None

    Description

      galera.galera_truncate_temporary 'innodb' w2 [ fail ]  timeout after 900 seconds
              Test ended at 2021-06-26 17:29:01
       
      Test case timeout after 900 seconds
       
      == /dev/shm/var/2/log/galera_truncate_temporary.log == 
      SELECT f1 = 1 FROM t1;
      f1 = 1
      1
      TRUNCATE TABLE t1;
      SELECT COUNT(*) = 0 FROM t1;
      COUNT(*) = 0
      1
      connection node_2;
      SELECT COUNT(*) = 0 FROM t1;
      COUNT(*) = 0
      1
      connection node_1;
      DROP TABLE t1;
      connection node_1;
      CREATE TABLE t1 (f1 INTEGER) ENGINE=InnoDB;
      INSERT INTO t1 VALUES (1);
      CREATE TEMPORARY TABLE t1 (f1 INTEGER) ENGINE=InnoDB;
      INSERT INTO t1 VALUES (2);
      connection node_2;
      TRUNCATE TABLE t1;
      

      Attachments

        Activity

          People

            sysprg Julius Goryavsky
            jplindst Jan Lindström (Inactive)
            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.