Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
11.8, 11.5(EOL), 11.6(EOL), 11.7(EOL), 12.0(EOL)
-
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
- is caused by
-
MDEV-33145 Add FLUSH GLOBAL STATUS
-
- Closed
-
- is part of
-
MDEV-36647 No red leaves in the forest
-
- Open
-