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

Test failure on galera.galera_temporary_sequences

    XMLWordPrintable

Details

    • Bug
    • Status: Open (View Workflow)
    • Major
    • Resolution: Unresolved
    • 10.11
    • 10.11
    • Galera, Tests
    • None
    • Not for Release Notes

    Description

      galera.galera_temporary_sequences        w6 [ fail ]
      03:00:54         Test ended at 2025-10-28 01:00:54
      03:00:54 
      03:00:54 CURRENT_TEST: galera.galera_temporary_sequences
      03:00:54 mysqltest: At line 28: query 'SELECT * FROM t' failed: ER_NO_SUCH_TABLE (1146): Table 'test.t' doesn't exist
      03:00:54 
      03:00:54 The result from queries just before the failure was:
      03:00:54 < snip >
      03:00:54 SET SESSION wsrep_OSU_method='RSU';
      03:00:54 CREATE SEQUENCE seq1 NOCACHE ENGINE=InnoDB;
      03:00:54 SET SESSION wsrep_OSU_method='TOI';
      03:00:56 DROP TABLE t;
      03:00:57 DROP SEQUENCE seq2;
      03:00:57 DROP SEQUENCE seq1;
      03:00:58 connection node_1;
      03:01:00 CREATE TABLE t (i int primary key, j int) ENGINE=InnoDB;
      03:01:01 SET AUTOCOMMIT=0;
      03:01:01 INSERT INTO t VALUES (3,0);
      03:01:02 CREATE TEMPORARY SEQUENCE seq1 NOCACHE ENGINE=InnoDB;
      03:01:02 COMMIT;
      03:01:02 INSERT INTO t VALUES (4,0);
      03:01:02 CREATE SEQUENCE seq2 NOCACHE ENGINE=InnoDB;
      03:01:02 commit;
      03:01:05 connection node_2;
      03:01:08 SELECT * FROM t;
      

      Attachments

        Issue Links

          Activity

            People

              denis.protivensky Denis Protivensky
              janlindstrom Jan Lindström
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: