Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Cannot Reproduce
-
10.0(EOL)
-
None
Description
It's the first time it ever happened, according to the cross-reference.
The test normally takes 6-7 seconds, this time it timed out after 9000 seconds, so it's not just the builder being especially slow.
http://buildbot.askmonty.org/buildbot/builders/work-amd64-valgrind/builds/9387/steps/test/logs/stdio
innodb.innodb_monitor 'innodb_plugin' w1 [ fail ] timeout after 9000 seconds
|
Test ended at 2016-10-01 05:24:30
|
|
Test case timeout after 9000 seconds
|
|
== /mnt/data/buildot/maria-slave/work-opensuse-amd64/build/mysql-test/var/1/log/innodb_monitor.log ==
|
select name from information_schema.innodb_metrics
|
where status != IF(name like "log%", 'enabled', 'disabled');
|
name
|
set global innodb_monitor_enable="os_%a_fs_ncs";
|
set global innodb_monitor_enable="os%pending%";
|
select name, status from information_schema.innodb_metrics
|
where name like "os%";
|
name status
|
os_data_reads disabled
|
os_data_writes disabled
|
os_data_fsyncs enabled
|
os_pending_reads enabled
|
os_pending_writes enabled
|
os_log_bytes_written disabled
|
os_log_fsyncs disabled
|
os_log_pending_fsyncs enabled
|
os_log_pending_writes enabled
|
set global innodb_monitor_enable="";
|
ERROR 42000: Variable 'innodb_monitor_enable' can't be set to the value of ''
|
set global innodb_monitor_enable="_";
|
|
== /mnt/data/buildot/maria-slave/work-opensuse-amd64/build/mysql-test/var/1/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 '/mnt/data/buildot/maria-slave/work-opensuse-amd64/build/mysql-test/var/tmp/1/mysqld.1.sock' (111 "Connection refused")
|
Attachments
Issue Links
- relates to
-
MDEV-12052 Shutdown crash presumably due to master thread activity
- Closed
-
MDEV-7069 Fix buildbot failures in main server trees
- Stalled