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

view-protocol: sys_vars.slave_parallel_threads_basic

Details

    Description

      CURRENT_TEST: sys_vars.slave_parallel_threads_basic
      --- /source/mysql-test/suite/sys_vars/r/slave_parallel_threads_basic.result	2024-08-22 05:32:43.941289817 +0000
      +++ /build/mysql-test/var/1/log/slave_parallel_threads_basic.reject	2025-03-26 00:36:25.576440837 +0000
      @@ -1,6 +1,6 @@
       SET @save_slave_parallel_threads= @@GLOBAL.slave_parallel_threads;
       SELECT IF(COUNT(*) < 20, "OK", CONCAT("Found too many system user processes: ", COUNT(*))) FROM information_schema.processlist WHERE user = "system user";
      -IF(COUNT(*) < 20, "OK", CONCAT("Found too many system user processes: ", COUNT(*)))
      +Name_exp_1
       OK
       SELECT @@GLOBAL.slave_parallel_threads as 'must be 20 because of .cnf';
       must be 20 because of .cnf
      @@ -17,6 +17,6 @@
       @@GLOBAL.slave_parallel_threads
       10
       SELECT IF(COUNT(*) < 10, "OK", CONCAT("Found too many system user processes: ", COUNT(*))) FROM information_schema.processlist WHERE user = "system user";
      -IF(COUNT(*) < 10, "OK", CONCAT("Found too many system user processes: ", COUNT(*)))
      +Name_exp_1
       OK
       SET GLOBAL slave_parallel_threads = @save_slave_parallel_threads;
       
      Result length mismatch
      

      Attachments

        Issue Links

          Activity

            No workflow transitions have been executed yet.

            People

              danblack Daniel Black
              danblack Daniel Black
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.