[MDEV-10609] main.merge failed in buildbot Created: 2016-08-20  Updated: 2016-08-20  Resolved: 2016-08-20

Status: Closed
Project: MariaDB Server
Component/s: Tests
Affects Version/s: 10.0
Fix Version/s: N/A

Type: Bug Priority: Major
Reporter: Elena Stepanova Assignee: Unassigned
Resolution: Duplicate 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
(one-time failure so far)

main.merge                               w4 [ fail ]
        Test ended at 2016-08-15 16:14:48
 
CURRENT_TEST: main.merge
mysqltest: At line 741: query 'connect  con2,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 >
c1
SELECT * FROM t1;
c1
SELECT * FROM t2;
c1
#
# Truncate temporary child table under locked tables.
INSERT INTO t1 VALUES (1);
INSERT INTO t2 VALUES (2);
TRUNCATE TABLE t1;
SELECT * FROM t3;
c1
2
SELECT * FROM t1;
c1
SELECT * FROM t2;
c1
2
UNLOCK TABLES;
DROP TABLE t1, t2, t3, t4;
 
More results from queries before failure can be found in D:\winx64-debug\build\mysql-test\var\4\log\merge.log
 
 - saving 'D:/winx64-debug/build/mysql-test/var/4/log/main.merge/' to 'D:/winx64-debug/build/mysql-test/var/log/main.merge/'



 Comments   
Comment by Elena Stepanova [ 2016-08-20 ]

Lets track it in MDEV-10607

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