[MDEV-12764] main.log_tables-big fails in buildbot due to connect_log Created: 2017-05-10  Updated: 2017-06-06  Resolved: 2017-06-03

Status: Closed
Project: MariaDB Server
Component/s: Tests
Affects Version/s: 10.2
Fix Version/s: 10.2.7

Type: Bug Priority: Major
Reporter: Elena Stepanova Assignee: Elena Stepanova
Resolution: Fixed Votes: 0
Labels: None

Issue Links:
Relates
relates to MDEV-13001 MTR: perfschema.socket_connect / perf... Closed

 Description   

Started happening after the merge from upstream, which re-enabled the test.

http://buildbot.askmonty.org/buildbot/builders/kvm-fulltest2-big/builds/763/steps/test_1/logs/stdio

main.log_tables-big                      w1 [ fail ]
        Test ended at 2017-05-09 19:56:30
 
CURRENT_TEST: main.log_tables-big
--- /mnt/buildbot/build/mariadb-10.2.6/mysql-test/r/log_tables-big.result	2017-05-09 17:37:56.000000000 +0300
+++ /mnt/buildbot/build/mariadb-10.2.6/mysql-test/r/log_tables-big.reject	2017-05-09 19:56:29.000000000 +0300
@@ -1,8 +1,12 @@
 set @@global.log_output = 'TABLE';
+connect  con1,localhost,root,,;
+connect  con2,localhost,root,,;
+connection con1;
 set session long_query_time=10;
 select get_lock('bug27638', 1);
 get_lock('bug27638', 1)
 1
+connection con2;
 set session long_query_time=1;
 select get_lock('bug27638', 2);
 get_lock('bug27638', 2)
@@ -25,7 +29,11 @@
 where sql_text = 'select get_lock(\'bug27638\', 101)';
 qt	sql_text
 OK	select get_lock('bug27638', 101)
+connection con1;
 select release_lock('bug27638');
 release_lock('bug27638')
 1
+connection default;
+disconnect con1;
+disconnect con2;
 set @@global.log_output=default;
 
mysqltest: Result length mismatch



 Comments   
Comment by Elena Stepanova [ 2017-06-03 ]

https://github.com/MariaDB/server/commit/cc7e349012cb88a65dba6a7e764db18a89a7b03f

Generated at Thu Feb 08 08:00:17 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.