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

Galera missing .test or .result files

Details

    Description

      connection node_2;
      connection node_1;
      CREATE TABLE t1 (f1 INT PRIMARY KEY) ENGINE=InnoDB;
      INSERT INTO t1 VALUES (1);
      connection node_2;
      SELECT COUNT(*) = 1 FROM t1;
      COUNT(*) = 1
      1
      connection node_1;
      UPDATE t1 SET f1 = 2 WHERE f1 = 1;
      connection node_2;
      SELECT COUNT(*) = 1 FROM t1 WHERE f1 = 2;
      COUNT(*) = 1
      1
      DROP TABLE t1;
      

      Attachments

        Issue Links

          Activity

            In 10.4, we have galera.galera_v1_row_events without .result. In the galera_sr suite, we have .result and .opt files without .test file:

            10.4 36a2a185fe18d31a644da46cfabd9757a379280c

            mysql-test/suite/galera/t/galera_v1_row_events.test
            mysql-test/suite/galera/t/galera_v1_row_events.cnf
            mysql-test/suite/galera_sr/t/galera_sr_v1_row_events-master.opt
            mysql-test/suite/galera_sr/r/galera_sr_v1_row_events.result
            mysql-test/suite/galera/r/MW-328C.result
            

            I could not find such inconsistency in 10.2 or 10.3. This seems to originate from MDEV-16405.

            marko Marko Mäkelä added a comment - In 10.4, we have galera.galera_v1_row_events without .result . In the galera_sr suite, we have .result and .opt files without .test file: 10.4 36a2a185fe18d31a644da46cfabd9757a379280c mysql-test/suite/galera/t/galera_v1_row_events.test mysql-test/suite/galera/t/galera_v1_row_events.cnf mysql-test/suite/galera_sr/t/galera_sr_v1_row_events-master.opt mysql-test/suite/galera_sr/r/galera_sr_v1_row_events.result mysql-test/suite/galera/r/MW-328C.result I could not find such inconsistency in 10.2 or 10.3. This seems to originate from MDEV-16405 .

            People

              jplindst Jan Lindström (Inactive)
              jplindst Jan Lindström (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 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.