[MDEV-7228] innodb.innodb-page_compression_tables, innodb.innodb-page_compression_zip, innodb.innodb_stats_create_on_corrupted fail with embedded server Created: 2014-11-27  Updated: 2014-11-27  Resolved: 2014-11-27

Status: Closed
Project: MariaDB Server
Component/s: Tests
Affects Version/s: 10.1
Fix Version/s: 10.1.2

Type: Bug Priority: Major
Reporter: Elena Stepanova Assignee: Jan Lindström (Inactive)
Resolution: Fixed Votes: 0
Labels: buildbot, embedded, tests

Issue Links:
Blocks
blocks MDEV-7172 Fix buildbot failures in 10.1 tree Closed

 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.



 Comments   
Comment by Jan Lindström (Inactive) [ 2014-11-27 ]

commit 7b55b67de5fdfe91283357fe6c7ccc3f9e355925
Author: Jan Lindström <jan.lindstrom@skysql.com>
Date: Thu Nov 27 20:11:14 2014 +0200

MDEV-7228: innodb.innodb-page_compression_tables, innodb.innodb-page_compression_zip,
innodb.innodb_stats_create_on_corrupted fail with embedded server

Problem is that tests restart the server and "shutdown_server" looks
for pid file # which is not there with embedded mode.

Fix tests so that they are not run with embedded mode.

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