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

galera.galera_ist_progress MTR failed: assert_grep.inc failed

Details

    Description

      galera.galera_ist_progress failed on 10.5 ES: "assert_grep.inc failed".
      It seems to be a sporadic issue and is not reproduced on BB.
      The same failure was fixed recenetly for 10.5 ES in MENT-986.

      stdio.log:

      10.4.17-10, d434dab0139ae1e409ab6c87638f027105fbd911, ubuntu-2004

      galera.galera_ist_progress 'innodb'      w1 [ fail ]
              Test ended at 2021-01-19 13:05:39
       
      CURRENT_TEST: galera.galera_ist_progress
      mysqltest: In included file "./include/assert_grep.inc": 
      included from /home/jenkins/workspace/10.4e-MTR-GALERA/BuildType/Debug/label/ubuntu-2004/mysql-test/suite/galera/t/galera_ist_progress.test at line 69:
      At line 152: assert_grep.inc failed.
       
      The result from queries just before the failure was:
      < snip >
      INSERT INTO t1 VALUES (6);
      INSERT INTO t1 VALUES (7);
      INSERT INTO t1 VALUES (8);
      INSERT INTO t1 VALUES (9);
      INSERT INTO t1 VALUES (10);
      connection node_2;
      SET GLOBAL wsrep_provider_options = 'gmcast.isolate = 0';
      connection node_1;
      connection node_2;
      connection node_1;
      include/assert_grep.inc [Receiving IST: 13 writesets, seqnos 3-15]
      include/assert_grep.inc [Receiving IST\.\.\.  0\.0% \( 0/13 events\) complete]
      include/assert_grep.inc failed!
      assert_text: 'Receiving IST\.\.\.  0\.0% \( 0/13 events\) complete'
      assert_file: '/var/tmp/mtr/1/log/mysqld.2.err'
      assert_select: 'Receiving IST\.\.\.  0\.0% \( 0/13 events\) complete'
      assert_match: ''
      assert_count: '1'
      assert_only_after: 'Need state transfer'
      number of matching lines: 2
      

      Attachments

        Activity

          stepan.patryshev Stepan Patryshev (Inactive) created issue -
          stepan.patryshev Stepan Patryshev (Inactive) made changes -
          Field Original Value New Value
          stepan.patryshev Stepan Patryshev (Inactive) made changes -
          stepan.patryshev Stepan Patryshev (Inactive) made changes -
          stepan.patryshev Stepan Patryshev (Inactive) made changes -
          Description galera.galera_ist_progress failed on 10.5 ES: "assert_grep.inc failed".
          It seems to be a sporadic issue and is not reproduced on CS.
          The same failure was fixed recenetly for 10.5 ES in MENT-986.

          [stdio.log|^210119_104_ES_stdout.log]:
          {code:title=10.4.17-10, d434dab0139ae1e409ab6c87638f027105fbd911, ubuntu-2004}
          galera.galera_ist_progress 'innodb' w1 [ fail ]
                  Test ended at 2021-01-19 13:05:39

          CURRENT_TEST: galera.galera_ist_progress
          mysqltest: In included file "./include/assert_grep.inc":
          included from /home/jenkins/workspace/10.4e-MTR-GALERA/BuildType/Debug/label/ubuntu-2004/mysql-test/suite/galera/t/galera_ist_progress.test at line 69:
          At line 152: assert_grep.inc failed.

          The result from queries just before the failure was:
          < snip >
          INSERT INTO t1 VALUES (6);
          INSERT INTO t1 VALUES (7);
          INSERT INTO t1 VALUES (8);
          INSERT INTO t1 VALUES (9);
          INSERT INTO t1 VALUES (10);
          connection node_2;
          SET GLOBAL wsrep_provider_options = 'gmcast.isolate = 0';
          connection node_1;
          connection node_2;
          connection node_1;
          include/assert_grep.inc [Receiving IST: 13 writesets, seqnos 3-15]
          include/assert_grep.inc [Receiving IST\.\.\. 0\.0% \( 0/13 events\) complete]
          include/assert_grep.inc failed!
          assert_text: 'Receiving IST\.\.\. 0\.0% \( 0/13 events\) complete'
          assert_file: '/var/tmp/mtr/1/log/mysqld.2.err'
          assert_select: 'Receiving IST\.\.\. 0\.0% \( 0/13 events\) complete'
          assert_match: ''
          assert_count: '1'
          assert_only_after: 'Need state transfer'
          number of matching lines: 2
          {code}
          galera.galera_ist_progress failed on 10.5 ES: "assert_grep.inc failed".
          It seems to be a sporadic issue and is not reproduced on BB.
          The same failure was fixed recenetly for 10.5 ES in MENT-986.

          [stdio.log|^210119_104_ES_stdout.log]:
          {code:title=10.4.17-10, d434dab0139ae1e409ab6c87638f027105fbd911, ubuntu-2004}
          galera.galera_ist_progress 'innodb' w1 [ fail ]
                  Test ended at 2021-01-19 13:05:39

          CURRENT_TEST: galera.galera_ist_progress
          mysqltest: In included file "./include/assert_grep.inc":
          included from /home/jenkins/workspace/10.4e-MTR-GALERA/BuildType/Debug/label/ubuntu-2004/mysql-test/suite/galera/t/galera_ist_progress.test at line 69:
          At line 152: assert_grep.inc failed.

          The result from queries just before the failure was:
          < snip >
          INSERT INTO t1 VALUES (6);
          INSERT INTO t1 VALUES (7);
          INSERT INTO t1 VALUES (8);
          INSERT INTO t1 VALUES (9);
          INSERT INTO t1 VALUES (10);
          connection node_2;
          SET GLOBAL wsrep_provider_options = 'gmcast.isolate = 0';
          connection node_1;
          connection node_2;
          connection node_1;
          include/assert_grep.inc [Receiving IST: 13 writesets, seqnos 3-15]
          include/assert_grep.inc [Receiving IST\.\.\. 0\.0% \( 0/13 events\) complete]
          include/assert_grep.inc failed!
          assert_text: 'Receiving IST\.\.\. 0\.0% \( 0/13 events\) complete'
          assert_file: '/var/tmp/mtr/1/log/mysqld.2.err'
          assert_select: 'Receiving IST\.\.\. 0\.0% \( 0/13 events\) complete'
          assert_match: ''
          assert_count: '1'
          assert_only_after: 'Need state transfer'
          number of matching lines: 2
          {code}
          stepan.patryshev Stepan Patryshev (Inactive) made changes -
          Assignee Stepan Patryshev [ stepan.patryshev ] Jan Lindström [ jplindst ]
          serg Sergei Golubchik made changes -
          Workflow MariaDB v3 [ 118484 ] MariaDB v4 [ 142532 ]

          This issue is still reproduced on the latest CS 10.4 build on the local machine

          ramesh Ramesh Sivaraman added a comment - This issue is still reproduced on the latest CS 10.4 build on the local machine
          jplindst Jan Lindström (Inactive) made changes -
          Status Open [ 1 ] In Progress [ 3 ]
          jplindst Jan Lindström (Inactive) made changes -
          issue.field.resolutiondate 2022-05-03 06:26:47.0 2022-05-03 06:26:47.628
          jplindst Jan Lindström (Inactive) made changes -
          Fix Version/s 10.4.25 [ 27510 ]
          Fix Version/s 10.5.16 [ 27508 ]
          Fix Version/s 10.6.8 [ 27506 ]
          Fix Version/s 10.7.4 [ 27504 ]
          Fix Version/s 10.8.3 [ 27502 ]
          Fix Version/s 10.4 [ 22408 ]
          Resolution Fixed [ 1 ]
          Status In Progress [ 3 ] Closed [ 6 ]
          julien.fritsch Julien Fritsch made changes -
          julien.fritsch Julien Fritsch made changes -

          People

            jplindst Jan Lindström (Inactive)
            stepan.patryshev Stepan Patryshev (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.