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

binlog.binlog_parallel_replication_marks_row fails in buildbot with wrong result

Details

    Description

      http://buildbot.askmonty.org/buildbot/builders/kvm-rpm-centos73-ppc64le/builds/9615

      10.4 57b666b2e56f3ca5b90d01ace655f912

      binlog.binlog_parallel_replication_marks_row 'innodb,row' w1 [ fail ]
              Test ended at 2019-10-08 17:29:28
       
      CURRENT_TEST: binlog.binlog_parallel_replication_marks_row
      --- /usr/share/mysql-test/suite/binlog/r/binlog_parallel_replication_marks_row.result	2019-10-08 12:18:23.000000000 +0000
      +++ /dev/shm/var/1/log/binlog_parallel_replication_marks_row.reject	2019-10-08 17:29:28.160112586 +0000
      @@ -37,6 +37,7 @@
       disconnect tmp_con;
       connection default;
       FLUSH LOGS;
      +AAAAAAAAAAAEEwQADQgICAoKCgGTIDw9
       # server id 1  end_log_pos # CRC32 0x######## 	GTID #-#-# trans
       BEGIN
       #Q> /* GTID */ INSERT INTO t1 VALUES (1,0)
       
      mysqltest: Result length mismatch
      

      Attachments

        Activity

          Elkin Andrei Elkin added a comment -

          The content of created

          exec $MYSQL_BINLOG --start_position=$binlog_pos1 --stop_position=$binlog_pos2 $MYSQLD_DATADIR/$binlog_file > $file;
          

          file seems need to be checked at next failure.

          Elkin Andrei Elkin added a comment - The content of created exec $MYSQL_BINLOG --start_position=$binlog_pos1 --stop_position=$binlog_pos2 $MYSQLD_DATADIR/$binlog_file > $file; file seems need to be checked at next failure.
          alice Alice Sherepa added a comment -

          Test failed because string "AAAAAAAAAAAEEwQADQgICAoKCgGTIDw9" contains "GTID"

          binlog_parallel_replication_marks.test
          index 82fa997..3976088 100644
          --- a/mysql-test/include/binlog_parallel_replication_marks.test
          +++ b/mysql-test/include/binlog_parallel_replication_marks.test
          @@ -80,7 +80,7 @@ while (<F>) {
             s/table id \d+/table id #/;
             s/mapped to number \d+/mapped to number #/;
             s/CRC32 0x[0-9a-f]+/CRC32 0x########/;
          -  print if /GTID|BEGIN|COMMIT|Table_map|Write_rows|Update_rows|Delete_rows|generated by server|40005 TEMPORARY/;
          +  print if /\b(GTID|BEGIN|COMMIT|Table_map|Write_rows|Update_rows|Delete_rows|generated by server|40005 TEMPORARY)\b/;
           }
           close F;
           EOF
          

          alice Alice Sherepa added a comment - Test failed because string "AAAAAAAAAAAEEwQADQgICAoKCgGTIDw9" contains "GTID" binlog_parallel_replication_marks.test index 82fa997..3976088 100644 --- a/mysql-test/include/binlog_parallel_replication_marks.test +++ b/mysql-test/include/binlog_parallel_replication_marks.test @@ -80,7 +80,7 @@ while (<F>) { s/table id \d+/table id #/; s/mapped to number \d+/mapped to number #/; s/CRC32 0x[0-9a-f]+/CRC32 0x########/; - print if /GTID|BEGIN|COMMIT|Table_map|Write_rows|Update_rows|Delete_rows|generated by server|40005 TEMPORARY/; + print if /\b(GTID|BEGIN|COMMIT|Table_map|Write_rows|Update_rows|Delete_rows|generated by server|40005 TEMPORARY)\b/; } close F; EOF

          People

            sujatha.sivakumar Sujatha Sivakumar (Inactive)
            elenst Elena Stepanova
            Votes:
            0 Vote for this issue
            Watchers:
            4 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.