Details
Description
http://buildbot.askmonty.org/buildbot/builders/kvm-fulltest/builds/3470/steps/test_5/logs/stdio
innodb.innodb-page_compression_tables 'innodb_plugin' w4 [ fail ]
|
Test ended at 2014-11-26 22:59:13
|
|
CURRENT_TEST: innodb.innodb-page_compression_tables
|
mysqltest: In included file "./include/restart_mysqld.inc":
|
included from /mnt/buildbot/build/mariadb-10.1.2/mysql-test/suite/innodb/t/innodb-page_compression_tables.test at line 71:
|
At line 18: Failed to open file '/run/shm/var_auto_DSL9/4/run/mysqld.1.pid'
|
|
The result from queries just before the failure was:
|
< snip >
|
while current_num < repeat_count do
|
insert into innodb_normal values(current_num, substring(MD5(RAND()), -64));
|
set current_num = current_num + 1;
|
end while;
|
end//
|
commit;
|
set autocommit=0;
|
call innodb_insert_proc(5000);
|
commit;
|
set autocommit=1;
|
insert into innodb_compact select * from innodb_normal;
|
insert into innodb_dynamic select * from innodb_normal;
|
update innodb_compact set c1 = c1 + 1;
|
update innodb_dynamic set c1 = c1 + 1;
|
select count(*) from innodb_compact where c1 < 1500000;
|
count(*)
|
5000
|
select count(*) from innodb_dynamic where c1 < 1500000;
|
count(*)
|
5000
|
Reproducible outside the buildbot.
Attachments
Issue Links
- blocks
-
MDEV-7172 Fix buildbot failures in 10.1 tree
- Closed