[MDEV-10607] main.mdev-504, main.mdev375, main.sp-security, main.merge, main.debug_sync, main.sp_notembedded fail sporadically in buildbot Created: 2016-08-20  Updated: 2022-09-08

Status: Open
Project: MariaDB Server
Component/s: Tests
Affects Version/s: 10.0
Fix Version/s: None

Type: Bug Priority: Minor
Reporter: Elena Stepanova Assignee: Unassigned
Resolution: Unresolved 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/winx64-debug/builds/702/steps/test/logs/stdio
http://buildbot.askmonty.org/buildbot/builders/winx64-debug/builds/692/steps/test/logs/stdio

main.mdev-504                            w2 [ fail ]
        Test ended at 2016-08-13 07:15:26
 
CURRENT_TEST: main.mdev-504
mysqltest: At line 67: query 'connect  con3,localhost,root,,' failed: 2003: Can't connect to MySQL server on 'localhost' (0 "Internal error/check (Not system error)")
 
The result from queries just before the failure was:
< snip >
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;
 
More results from queries before failure can be found in D:\winx64-debug\build\mysql-test\var\2\log\mdev-504.log
 
 - saving 'D:/winx64-debug/build/mysql-test/var/2/log/main.mdev-504/' to 'D:/winx64-debug/build/mysql-test/var/log/main.mdev-504/'
 
Retrying test main.mdev-504, attempt(2/3)...



 Comments   
Comment by Elena Stepanova [ 2016-11-06 ]

Recent occasions:
http://buildbot.askmonty.org/buildbot/builders/win32-debug/builds/1432/steps/test/logs/stdio

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