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

main.aborted_clients fails after various tests

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 11.8, 11.5(EOL), 11.6(EOL), 11.7(EOL), 12.0(EOL)
    • 11.8.2, 12.0.1
    • Tests
    • None
    • Not for Release Notes

    Description

      Test failure:

                            main.aborted_clients                     w10 [ fail ]
              Test ended at 2025-05-17 14:24:29
       
      CURRENT_TEST: main.aborted_clients
      --- /home/buildbot/amd64-debian-12/build/mysql-test/main/aborted_clients.result	2025-05-17 14:17:56.000000000 +0000
      +++ /home/buildbot/amd64-debian-12/build/mysql-test/main/aborted_clients.reject	2025-05-17 14:24:28.919792066 +0000
      @@ -4,7 +4,7 @@
       connection default;
       SELECT VARIABLE_VALUE FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME='aborted_clients';
       VARIABLE_VALUE
      -0
      +3
       connect con2,localhost,root,,;
       KILL CONNECTION_ID();
       ERROR 70100: Connection was killed
      @@ -12,5 +12,5 @@
       connection default;
       SELECT VARIABLE_VALUE FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME='aborted_clients';
       VARIABLE_VALUE
      -1
      +4
       FLUSH STATUS;
       
      Result content mismatch
       
       - saving '/home/buildbot/amd64-debian-12/build/mysql-test/var/10/log/main.aborted_clients/' to '/home/buildbot/amd64-debian-12/build/mysql-test/var/log/main.aborted_clients/'
       
      Retrying test main.aborted_clients, attempt(2/3)...
      

      Easily reproducible with:
      ./mtr --no-reorder main.wait_timeout main.aborted_clients
      ./mtr --no-reorder main.ssl_timeout main.aborted_clients

      Most probably there are more tests that'd cause it to fail. Feels like preceding tests didn't close their connections.

      Attachments

        Issue Links

          Activity

            People

              svoj Sergey Vojtovich
              svoj Sergey Vojtovich
              Votes:
              1 Vote for this issue
              Watchers:
              3 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.