Details
-
Bug
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
10.0(EOL)
-
None
-
None
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)...
|
Attachments
Issue Links
- relates to
-
MDEV-7069 Fix buildbot failures in main server trees
- Stalled