[MDEV-28674] perfschema.threads_mysql test fails (connection_type=SSL/TLS mismatch) Created: 2022-05-26  Updated: 2024-02-05

Status: Open
Project: MariaDB Server
Component/s: Tests
Affects Version/s: 10.6.8, 10.8.3
Fix Version/s: None

Type: Bug Priority: Minor
Reporter: Danilo Spinella Assignee: Unassigned
Resolution: Unresolved Votes: 0
Labels: None
Environment:

SUSE Linux Enterprise Server 15.4, openSUSE Tumbleweed



 Description   

The test perfschema.threads_mysql is failing in version 10.6.8 and 10.8.3:

[ 1796s] CURRENT_TEST: perfschema.threads_mysql
[ 1796s] --- /home/abuild/rpmbuild/BUILD/mariadb-10.6.8/mysql-test/suite/perfschema/r/threads_mysql.result	2022-05-18 08:34:15.000000000 +0000
[ 1796s] +++ /home/abuild/rpmbuild/BUILD/mariadb-10.6.8/mysql-test/suite/perfschema/r/threads_mysql.reject	2022-05-26 09:43:49.048694452 +0000
[ 1796s] @@ -43,7 +43,7 @@
[ 1796s]  FROM performance_schema.threads
[ 1796s]  WHERE name LIKE 'thread/sql%'
[ 1796s]  ORDER BY name
[ 1796s] -connection_type	Socket
[ 1796s] +connection_type	SSL/TLS
[ 1796s]  unified_parent_thread_id	unified parent_thread_id
[ 1796s]  role	NULL
[ 1796s]  instrumented	YES
[ 1796s] 
[ 1796s] mysqltest: Result length mismatch
[ 1796s] 

The testsuite is called like this:

./mysql-test-run.pl \
    --parallel=%{?jobs:%{jobs}}     \
    --force                         \
    --retry=3                       \
    --ssl                           \
    --suite-timeout=900             \
    --testcase-timeout=30           \
    --mysqld=--binlog-format=mixed  \
    --force-restart                 \
    --shutdown-timeout=60           \
    --max-test-fail=0               \


Generated at Thu Feb 08 10:02:36 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.