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

Galera test failure on galera_var_ignore_apply_errors

    XMLWordPrintable

Details

    Description

      • http://buildbot.askmonty.org/buildbot/builders/kvm-deb-bionic-amd64/builds/6220/steps/mtr-galera/logs/stdio

        galera.galera_var_ignore_apply_errors 'innodb' w1 [ fail ]
                Test ended at 2020-11-08 21:11:08
         
        CURRENT_TEST: galera.galera_var_ignore_apply_errors
        mysqltest: At line 78: query 'SELECT COUNT(*) as expect_0 FROM t1' failed: 1047: WSREP has not yet prepared node for application use
         
        The result from queries just before the failure was:
        < snip >
        CREATE TABLE t1 (f1 INTEGER);
        SET GLOBAL wsrep_on = OFF;
        ALTER TABLE t1 ADD COLUMN f2 INTEGER;
        SET GLOBAL wsrep_on = ON;
        ALTER TABLE t1 DROP COLUMN f2;
        DROP TABLE t1;
        connection node_2;
        SET GLOBAL wsrep_ignore_apply_errors = 2;
        connection node_1;
        CREATE TABLE t1 (f1 INTEGER);
        SET GLOBAL wsrep_on = OFF;
        INSERT INTO t1 VALUES (1);
        SET GLOBAL wsrep_on = ON;
        DELETE FROM t1 WHERE f1 = 1;
        connection node_1;
        SELECT COUNT(*) as expect_0 FROM t1;
        expect_0
        0
        connection node_2;
        SELECT COUNT(*) as expect_0 FROM t1;
        

      Attachments

        Activity

          People

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