innodb.innodb_defragment 'innodb_plugin' w1 [ fail ] timeout after 7200 seconds
|
Test ended at 2017-12-05 18:52:06
|
|
Test case timeout after 7200 seconds
|
|
== /mnt/buildbot/build/mariadb-10.1.30/mysql-test/var/1/log/innodb_defragment.log ==
|
CREATE TABLE t1 (a INT NOT NULL PRIMARY KEY AUTO_INCREMENT, b VARCHAR(256), KEY SECOND(a, b)) ENGINE=INNODB;
|
optimize table t1;
|
Table Op Msg_type Msg_text
|
test.t1 optimize status OK
|
INSERT INTO t1 VALUES (100000, REPEAT('A', 256));
|
INSERT INTO t1 VALUES (200000, REPEAT('A', 256));
|
INSERT INTO t1 VALUES (300000, REPEAT('A', 256));
|
INSERT INTO t1 VALUES (400000, REPEAT('A', 256));
|
optimize table t1;
|
Table Op Msg_type Msg_text
|
test.t1 optimize status OK
|
create procedure defragment()
|
begin
|
set @i = 0;
|
repeat
|
set @i = @i + 1;
|
optimize table t1;
|
until @i = 3 end repeat;
|
end //
|
select count(stat_value) from mysql.innodb_index_stats where table_name like '%t1%' and stat_name in ('n_pages_freed');
|
|
== /mnt/buildbot/build/mariadb-10.1.30/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/buildbot/build/mariadb-10.1.30/mysql-test/var/tmp/1/mysqld.1.sock' (111 "Connection refused")
|
|
|
- saving '/mnt/buildbot/build/mariadb-10.1.30/mysql-test/var/1/log/innodb.innodb_defragment-innodb_plugin/' to '/mnt/buildbot/build/mariadb-10.1.30/mysql-test/var/log/innodb.innodb_defragment-innodb_plugin/'
|
worker[1] > Restart - not started
|
***Warnings generated in error logs during shutdown after running tests: innodb.innodb_defragment
|
|
InnoDB: Warning: semaphore wait:
|
InnoDB: Warning: semaphore wait:
|