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

Galera test failure on galera_fk_truncate

    XMLWordPrintable

Details

    • Not for Release Notes
    • Q1/2026 Galera Development

    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

        Activity

          People

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