Details
Description
I am getting following error with mariadb 10.6.20, 10.11.10 and 11.4.4 (I didn't test other versions):
CURRENT_TEST: main.log_slow
|
--- /var/tmp/portage/dev-db/mariadb-10.6.20/work/mysql/mysql-test/main/log_slow.result 2024-10-29 13:25:00.000000000 -0000
|
+++ /var/tmp/portage/dev-db/mariadb-10.6.20/work/mysql/mysql-test/main/log_slow.reject 2024-12-02 12:06:53.788999850 -0000
|
@@ -196,7 +196,7 @@
|
b`;
|
select count(*) from mysql.global_priv where length(priv)>2;
|
count(*)
|
-5
|
+4
|
drop database `a
|
b`;
|
use test;
|
|
Result content mismatch
|
The git bisect pointed to a commit 9af2caca33aa ("Merge branch '10.5' into 10.6"). However, the related change seems to come from commit 8d813f080b51 ("MDEV-34539 Invalid "use" and "Schema" in slow query log file with multi-line schema"), which is part of 10.5.26 and the test pass there. See also https://bugs.gentoo.org/943360
Attachments
Issue Links
- links to
Activity
Field | Original Value | New Value |
---|---|---|
Remote Link | This issue links to "Gentoo bug report (Web Link)" [ 37236 ] |
Status | Open [ 1 ] | Needs Feedback [ 10501 ] |
Description |
I am getting following error with mariadb 10.6.20, 10.11.10 and 11.4.4 (I didn't test other versions):
{code} CURRENT_TEST: main.log_slow --- /var/tmp/portage/dev-db/mariadb-10.6.20/work/mysql/mysql-test/main/log_slow.result 2024-10-29 13:25:00.000000000 -0000 +++ /var/tmp/portage/dev-db/mariadb-10.6.20/work/mysql/mysql-test/main/log_slow.reject 2024-12-02 12:06:53.788999850 -0000 @@ -196,7 +196,7 @@ b`; select count(*) from mysql.global_priv where length(priv)>2; count(*) -5 +4 drop database `a b`; use test; Result content mismatch {code} The git bisect pointed to a commit 9af2caca33aa ("Merge branch '10.5' into 10.6"). However, the related change seems to come from commit 8d813f080b51 (" |
I am getting following error with mariadb 10.6.20, 10.11.10 and 11.4.4 (I didn't test other versions):
{code} CURRENT_TEST: main.log_slow --- /var/tmp/portage/dev-db/mariadb-10.6.20/work/mysql/mysql-test/main/log_slow.result 2024-10-29 13:25:00.000000000 -0000 +++ /var/tmp/portage/dev-db/mariadb-10.6.20/work/mysql/mysql-test/main/log_slow.reject 2024-12-02 12:06:53.788999850 -0000 @@ -196,7 +196,7 @@ b`; select count(*) from mysql.global_priv where length(priv)>2; count(*) -5 +4 drop database `a b`; use test; Result content mismatch {code} The git bisect pointed to a commit 9af2caca33aa ("Merge branch '10.5' into 10.6"). However, the related change seems to come from commit 8d813f080b51 (" |
Assignee | Sergei Golubchik [ serg ] | |
Status | Needs Feedback [ 10501 ] | Open [ 1 ] |
Fix Version/s | 10.6 [ 24028 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | Stalled [ 10000 ] |
Status | Stalled [ 10000 ] | In Testing [ 10301 ] |
Component/s | Tests [ 10800 ] | |
Fix Version/s | 10.6.21 [ 29953 ] | |
Fix Version/s | 10.11.11 [ 29954 ] | |
Fix Version/s | 11.4.5 [ 29956 ] | |
Fix Version/s | 11.7.2 [ 29914 ] | |
Fix Version/s | 10.6 [ 24028 ] | |
Resolution | Fixed [ 1 ] | |
Status | In Testing [ 10301 ] | Closed [ 6 ] |
How can I repeat it?
I run
but I get
plugins.pam w13 [ fail ]
Test ended at 2024-12-05 15:46:48
CURRENT_TEST: plugins.pam
mysqltest: Could not open connection 'default': 1156 Plugin dialog could not be loaded: /var/tmp/portage/dev-db/mariadb-10.6.20/temp/var-tests/plugins/dialog.so: cannot open shared object file: No such file or directory
...
innodb.log_file_name w17 [ fail ]
Test ended at 2024-12-05 15:47:15
CURRENT_TEST: innodb.log_file_name
--- /var/tmp/portage/dev-db/mariadb-10.6.20/work/mysql/mysql-test/suite/innodb/r/log_file_name.result 2024-10-29 14:25:00.000000000 +0100
+++ /var/tmp/portage/dev-db/mariadb-10.6.20/work/mysql/mysql-test/suite/innodb/r/log_file_name.reject 2024-12-05 15:47:15.342656685 +0100
@@ -50,7 +50,7 @@
WHERE engine = 'innodb'
AND support IN ('YES', 'DEFAULT', 'ENABLED');
ENGINE SUPPORT COMMENT TRANSACTIONS XA SAVEPOINTS
-FOUND 1 /InnoDB: Could not measure the size of single-table tablespace file '.*test/t2\.ibd'/ in mysqld.1.err
+NOT FOUND /InnoDB: Could not measure the size of single-table tablespace file '.*test/t2\.ibd'/ in mysqld.1.err
# restart
SELECT * FROM INFORMATION_SCHEMA.ENGINES
WHERE engine = 'innodb'
...
Completed: Failed 3/5092 tests, 99.94% were successful.
Failing test(s): plugins.pam plugins.pam_v1 innodb.log_file_name