[MDEV-7159] sql_discovery.simple failed with a timeout in buildbot Created: 2014-11-22  Updated: 2015-03-08  Resolved: 2015-03-08

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: Elena Stepanova
Resolution: Cannot Reproduce Votes: 0
Labels: buildbot, tests

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

 Description   

It happened once so far, but still suspicious, given that normally the takes takes ~1 second (on the same builder):

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

sql_discovery.simple                     w4 [ fail ]  timeout after 9000 seconds
        Test ended at 2014-11-22 09:31:20
 
Test case timeout after 9000 seconds
 
== /dev/shm/var_auto_SScz/4/log/simple.log == 
Error	1939	Engine TEST_SQL_DISCOVERY failed to discover table `test`.`t1` with 'create table t1 like t2'
set @@test_sql_discovery_statement='t1:create table t1 select * from t2';
select * from t1;
ERROR HY000: Engine TEST_SQL_DISCOVERY failed to discover table `test`.`t1` with 'create table t1 select * from t2'
show warnings;
Level	Code	Message
Error	1939	Engine TEST_SQL_DISCOVERY failed to discover table `test`.`t1` with 'create table t1 select * from t2'
set @@test_sql_discovery_statement='t1:create table t1 (a int) index directory="/tmp"';
select * from t1;
ERROR HY000: Engine TEST_SQL_DISCOVERY failed to discover table `test`.`t1` with 'create table t1 (a int) index directory="/tmp"'
show warnings;
Level	Code	Message
Error	1939	Engine TEST_SQL_DISCOVERY failed to discover table `test`.`t1` with 'create table t1 (a int) index directory="/tmp"'
set @@test_sql_discovery_statement='t1:create table t1 (a int) data directory="/tmp"';
select * from t1;
ERROR HY000: Engine TEST_SQL_DISCOVERY failed to discover table `test`.`t1` with 'create table t1 (a int) data directory="/tmp"'
show warnings;
Level	Code	Message
Error	1939	Engine TEST_SQL_DISCOVERY failed to discover table `test`.`t1` with 'create table t1 (a int) data directory="/tmp"'
set @@test_sql_discovery_statement='t1:create table t1 (a int) engine=myisam';
 
 == /dev/shm/var_auto_SScz/4/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 '/var/lib/buildbot/maria-slave/work-opensuse-amd64/build/mysql-test/var/tmp/4/mysqld.1.sock' (111 "Connection refused")

sql_discovery.simple                     w4 [ retry-pass ]   1305



 Comments   
Comment by Elena Stepanova [ 2015-03-08 ]

Unfortunately logs are gone, and the failure hasn't happened even once since then; so, closing as 'can't reproduce' for now, to be re-opened if the problem reappears.

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