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

binlog.binlog_truncate_multi_log_unsafe test fails in buildbot

Details

    Description

      Test fails with different reasons.

      http://buildbot.askmonty.org/buildbot/builders/kvm-fulltest2/builds/29419/steps/mtr_nm/logs/stdio

      binlog.binlog_truncate_multi_log_unsafe 'innodb,row' w3 [ fail ]  timeout after 900 seconds
              Test ended at 2021-06-14 14:48:53
       
      Test case timeout after 900 seconds
       
      == /dev/shm/var/3/log/binlog_truncate_multi_log_unsafe.log == 
      connection master1;
      SET DEBUG_SYNC= "commit_after_release_LOCK_after_binlog_sync SIGNAL master1_ready WAIT_FOR master1_go";
      INSERT INTO ti VALUES (5 - 1, REPEAT("x", 4100));
      connection master2;
      SET DEBUG_SYNC= "commit_before_get_LOCK_commit_ordered SIGNAL master2_ready WAIT_FOR master2_go";
      INSERT INTO ti VALUES (5, REPEAT("x", 1));
      connection master3;
      SET DEBUG_SYNC= "now WAIT_FOR master2_ready";
      SET DEBUG_SYNC= "commit_before_get_LOCK_after_binlog_sync SIGNAL master3_ready";
      INSERT INTO tm VALUES (2);
      connection default;
      SET DEBUG_SYNC= "now WAIT_FOR master3_ready";
      Warnings:
      Warning	1639	debug sync point wait timed out
      # The gtid binlog state prior the crash must be restored at the end of the test;
      SELECT @@global.gtid_binlog_state;
      @@global.gtid_binlog_state
      0-1-8
      # Kill the server
      # Failed restart as the semisync slave
      

      Attachments

        Activity

          sujatha.sivakumar Sujatha Sivakumar (Inactive) added a comment - Hello Andrei, Can you please review fix for MDEV-25958 and MDEV-25962 https://github.com/MariaDB/server/commit/b74958c034a9fa73dc765a966657651774b2c9f2 Test results of new BB: https://buildbot.mariadb.org/#/grid?branch=bb-10.6-sujatha Test results of old BB: http://buildbot.askmonty.org/buildbot/grid?category=main&branch=bb-10.6-sujatha Thank you.
          Elkin Andrei Elkin added a comment -

          Thanks for a good refinement patch! I only spotted one unfortunate naming in the patch's base, that you could pick up. Please check the github page.

          Approved either way .

          Elkin Andrei Elkin added a comment - Thanks for a good refinement patch! I only spotted one unfortunate naming in the patch's base, that you could pick up. Please check the github page. Approved either way .

          People

            sujatha.sivakumar Sujatha Sivakumar (Inactive)
            sujatha.sivakumar Sujatha Sivakumar (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.