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

Galera test failure on galera_fk_truncate

    XMLWordPrintable

Details

    • Bug
    • Status: Open (View Workflow)
    • Critical
    • Resolution: Unresolved
    • 11.4
    • 10.11
    • Galera, Tests, MTR
    • None
    • Not for Release Notes
    • Q2/2026 Galera Maintenance

    Description

      https://buildbot.mariadb.org/#/builders/557/builds/16356/steps/9/logs/stdio

      galera.galera_fk_truncate                w4 [ fail ]
              Test ended at 2025-12-02 14:13:04
      CURRENT_TEST: galera.galera_fk_truncate
      --- /home/buildbot/aarch64-debian-12/build/mysql-test/suite/galera/r/galera_fk_truncate.result	2025-12-02 13:16:15.000000000 +0000
      +++ /home/buildbot/aarch64-debian-12/build/mysql-test/suite/galera/r/galera_fk_truncate.reject	2025-12-02 14:13:04.106459741 +0000
      @@ -18,13 +18,13 @@
       TRUNCATE TABLE book;
       SELECT * FROM author;
       id	name
      -1	Abdul Alhazred
      +2	Abdul Alhazred
       SELECT * FROM book;
       id	title	author_id
       connection node_2;
       SELECT * FROM author;
       id	name
      -1	Abdul Alhazred
      +2	Abdul Alhazred
       SELECT * FROM book;
       id	title	author_id
       INSERT INTO author (name) VALUES ('Abdul Alhazred');
      @@ -32,16 +32,16 @@
       TRUNCATE TABLE book;
       SELECT * FROM author;
       id	name
      -1	Abdul Alhazred
       2	Abdul Alhazred
      +3	Abdul Alhazred
       SELECT * FROM book;
       id	title	author_id
       connection node_1;
       TRUNCATE TABLE book;
       SELECT * FROM author;
       id	name
      -1	Abdul Alhazred
       2	Abdul Alhazred
      +3	Abdul Alhazred
       SELECT * FROM book;
       id	title	author_id
       DROP TABLE book, author;
      

      Attachments

        Issue Links

          Activity

            People

              seppo Seppo Jaakola
              janlindstrom Jan Lindström
              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.