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

Sporadic test falure in rpl.rpl_parallel_show_binlog_events_purge_logs

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 5.5.40, 10.0.14
    • 5.5.41, 10.0.15
    • Tests
    • None

    Description

      The test case rpl.rpl_parallel_show_binlog_events_purge_logs fails
      sporadically.

      The problem is this in the test case:

      SET DEBUG_SYNC= 'now SIGNAL end';
      SET DEBUG_SYNC= 'RESET';

      This pattern is always wrong. The RESET will race with whoever is waiting for
      the previous SIGNAL. If the waiter loses the race, it will never wake up, as
      the signal is cleared before the waiter sees it.

      Attachments

        Issue Links

          Activity

            People

              knielsen Kristian Nielsen
              knielsen Kristian Nielsen
              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.