[MDEV-9975] main.partition_innodb_plugin fails sporadically Created: 2016-04-23  Updated: 2016-06-29  Resolved: 2016-04-24

Status: Closed
Project: MariaDB Server
Component/s: Tests
Affects Version/s: 5.5, 10.0, 10.1
Fix Version/s: 5.5.50, 10.0.25, 10.1.14

Type: Bug Priority: Major
Reporter: Sergey Vojtovich Assignee: Sergey Vojtovich
Resolution: Fixed Votes: 0
Labels: foundation

Issue Links:
Blocks
blocks MDEV-7069 Fix buildbot failures in main server ... Stalled

 Description   

http://buildbot.askmonty.org/buildbot/builders/kvm-fulltest2/builds/5200/steps/test_6/logs/stdio

main.partition_innodb_plugin 'xtradb'    w4 [ fail ]
        Test ended at 2016-04-23 09:43:50
 
CURRENT_TEST: main.partition_innodb_plugin
--- /mnt/buildbot/build/mariadb-10.0.24/mysql-test/r/partition_innodb_plugin.result	2016-04-23 00:00:20.000000000 +0300
+++ /mnt/buildbot/build/mariadb-10.0.24/mysql-test/r/partition_innodb_plugin.reject	2016-04-23 09:43:50.000000000 +0300
@@ -128,13 +128,11 @@
 SELECT lock_table, COUNT(*) FROM INFORMATION_SCHEMA.INNODB_LOCKS
 GROUP BY lock_table;
 lock_table	COUNT(*)
-`test`.`t``\""e` /* Partition `p0``\""e`, Subpartition `sp0``\""e` */	2
 set @old_sql_mode = @@sql_mode;
 set sql_mode = 'ANSI_QUOTES';
 SELECT lock_table, COUNT(*) FROM INFORMATION_SCHEMA.INNODB_LOCKS
 GROUP BY lock_table;
 lock_table	COUNT(*)
-"test"."t`\""""e" /* Partition "p0`\""""e", Subpartition "sp0`\""""e" */	2
 set @@sql_mode = @old_sql_mode;
 UPDATE `t``\""e` SET a = 4 WHERE a = 22;
 ERROR 40001: Deadlock found when trying to get lock; try restarting transaction
 
mysqltest: Result length mismatch



 Comments   
Comment by Sergey Vojtovich [ 2016-04-24 ]

serg, please review fix for this bug.

Comment by Sergei Golubchik [ 2016-04-24 ]

ok to push

Generated at Thu Feb 08 07:38:44 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.