Bug #39904 maria-autozerofill fails sporadically on pushbuild
Submitted: 7 Oct 2008 9:34 Modified: 15 Oct 2008 15:16
Reporter: Sven Sandberg Email Updates:
Status: Closed Impact on me:
None 
Category:Tests: Engine Severity:S7 (Test Cases)
Version:6.0-rpl OS:Any
Assigned to: Mats Kindahl CPU Architecture:Any
Tags: maria-autozerofill, pushbuild, sporadic, test failure

[7 Oct 2008 9:34] Sven Sandberg
Description:
main.mara.autozerofill fails sporadically in pushbuild for 6.0-rpl:

main.maria-autozerofill                  [ fail ]

CURRENT_TEST: main.maria-autozerofill
maria_chk: error: File '/dev/shm/var-ps_row-121/2/master-data/mysqltest/t1' doesn't exist
mysqltest: At line 27: command "$MARIA_CHK -dv $MYSQLTEST_VARDIR/master-data/mysqltest/t1 >$MYSQLTEST_VARDIR/tmp/mariachk.txt" failed

The result from queries just before the failure was:
drop database if exists mysqltest;
create database mysqltest;
use mysqltest;
create table t1(a int) engine=maria;
insert into t1 values(1);
flush table t1;

 - saving '/dev/shm/var-ps_row-121/2/log/main.maria-autozerofill/' to '/dev/shm/var-ps_row-121/log/main.maria-autozerofill/'

Retrying test, attempt(2/3)...

How to repeat:
e.g., https://intranet.mysql.com/secure/pushbuild/showpush.pl?dir=bzr_mysql-6.0-rpl&order=80 pb-valgrind/ps_row

has failed over 100 times according to xref: http://tinyurl.com/496g4z
[15 Oct 2008 15:16] Sven Sandberg
Fixed by Mats in 6.0-rpl as a post-merge fix.