[MDEV-11651] main.mdev-504 fails in buildbot with valgrind (timeout) Created: 2016-12-23  Updated: 2016-12-27  Resolved: 2016-12-27

Status: Closed
Project: MariaDB Server
Component/s: Tests
Affects Version/s: 10.2
Fix Version/s: 10.0.29, 10.1.21, 10.2.4

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

Issue Links:
Relates
relates to MDEV-7069 Fix buildbot failures in main server ... Stalled

 Description   

http://buildbot.askmonty.org/buildbot/builders/xenial-amd64-valgrind/builds/183/steps/test/logs/stdio

main.mdev-504                            w5 [ fail ]  timeout after 9000 seconds
        Test ended at 2016-12-22 13:53:27
 
Test case timeout after 9000 seconds
 
== /home/buildbot/build/mysql-test/var/5/log/mdev-504.log == 
SET GLOBAL net_write_timeout = 900;
CREATE TABLE A (
pk INTEGER AUTO_INCREMENT PRIMARY KEY,
fdate DATE
) ENGINE=MyISAM;
CREATE PROCEDURE p_analyze()
BEGIN
DECLARE attempts INTEGER DEFAULT 100;
wl_loop: WHILE attempts > 0 DO
ANALYZE TABLE A;
SET attempts = attempts - 1;
END WHILE wl_loop;
END |
CREATE FUNCTION rnd3() RETURNS INT
BEGIN
RETURN ROUND(3 * RAND() + 0.5);
END |
SET GLOBAL use_stat_tables = PREFERABLY;
 
 == /home/buildbot/build/mysql-test/var/5/tmp/analyze-timeout-mysqld.1.err ==
mysqltest: Could not open connection 'default' after 500 attempts: 2002 Can't connect to local MySQL server through socket '/home/buildbot/build/mysql-test/var/tmp/5/mysqld.1.sock' (111)



 Comments   
Comment by Elena Stepanova [ 2016-12-27 ]

The test was disabled for valgrind by the following commit:
https://github.com/MariaDB/server/commit/37f294fec20e5b27532c156cd6956d65d804a5df

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