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

Galera test failure on galera.galera_sequences_recovery

    XMLWordPrintable

Details

    • Bug
    • Status: In Progress (View Workflow)
    • Critical
    • Resolution: Unresolved
    • 10.11
    • 10.11
    • Galera, Tests, MTR
    • None
    • Q2/2026 Replic. Development

    Description

      Latest failure : https://buildbot.mariadb.org/#/builders/619/builds/20071/steps/9/logs/stdio

      galera.galera_sequences_recovery 'binlogoff-sr' w15 [ fail ]  timeout after 900 seconds
              Test ended at 2026-02-19 09:57:05
      Test case timeout after 900 seconds
      == /data/buildbot/workers/prod/amd64-freebsd-14/build/mysql-test/var/15/log/galera_sequences_recovery.log == 
      CREATE SEQUENCE s INCREMENT=0 CACHE=5 ENGINE=InnoDB;
      CREATE TABLE t1 (f1 INT PRIMARY KEY DEFAULT NEXTVAL(s), f2 INT) ENGINE=InnoDB;
      connection node_1;
      BEGIN;
      INSERT INTO t1(f2) values (1);
      INSERT INTO t1(f2) values (1);
      INSERT INTO t1(f2) values (1);
      INSERT INTO t1(f2) values (1);
      INSERT INTO t1(f2) values (1);
      connection node_2;
      BEGIN;
      INSERT INTO t1(f2) values (2);
      INSERT INTO t1(f2) values (2);
      INSERT INTO t1(f2) values (2);
      Killing server ...
      SELECT NEXTVAL(s);
      NEXTVAL(s)
      12
      connection node_1;
      INSERT INTO t1(f2) values (1);
      

      Attachments

        1. wsrep-recover-sequences.cnf
          0.1 kB
          Jan Lindström
        2. wsrep-recover-sequences.combinations
          0.0 kB
          Jan Lindström
        3. wsrep-recover-sequences.test
          2 kB
          Jan Lindström
        4. galera_sequences_recovery.cnf
          0.3 kB
          Jan Lindström
        5. galera_sequences_recovery.combinations
          0.2 kB
          Jan Lindström
        6. galera_sequences_recovery.test
          7 kB
          Jan Lindström

        Issue Links

          Activity

            People

              janlindstrom Jan Lindström
              janlindstrom Jan Lindström
              Votes:
              0 Vote for this issue
              Watchers:
              3 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.