Bug #5741 Test failure in "archive" test
Submitted: 24 Sep 2004 23:52 Modified: 8 Oct 2004 13:58
Reporter: Shuichi Tamagawa Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:4.1.5-gamma OS:Linux (SuSE Linux 9.0)
Assigned to: CPU Architecture:Any

[24 Sep 2004 23:52] Shuichi Tamagawa
Description:
The "archive" test fails with the following error:

 TEST                           RESULT
------------------------------------------
archive                        [ fail ]

Errors are (from /usr/local/mysql/41050/mysql-test/var/log/mysqltest-time) :
/usr/local/mysql/41050/bin/mysqltest: At line 16: query 'INSERT INTO t1 VALUES (9410,9412)' failed: 1016: Can't open file: 't1.ARZ' (errno: 1)
(the last lines may be the most important ones)

Aborting: archive failed. To continue, re-run with '--force'.

mysqltest.trace shows 'vio_error: Got error 11 during read'
after executing 'show variables like "have_archive"'

How to repeat:
FLAGS="-O3 -mcpu=pentiumpro" CXX=gcc CXXFLAGS="-O3 -mcpu=pentiumpro -felide-constructors -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local/mysql/ --with-extra-charsets=complex --enable-thread-safe-client --enable-local-infile --enable-assembler --disable-shared --with-client-ldflags=-all-static --with-mysqld-ldflags=-all-static --with-debug --with-archive-storage-engine

make
make install
cd /usr/local/mysql/mysql-test
./mysql-test-run archive

#Kernel: Linux 2.4.21-243-default #1 Thu Aug 12 15:22:14 UTC 2004 i686 i386 GNU/Linux
#Compiler: gcc 3.3.1-29
[24 Sep 2004 23:54] Shuichi Tamagawa
master.log

Attachment: master.log (application/octet-stream, text), 745 bytes.

[24 Sep 2004 23:54] Shuichi Tamagawa
master.err

Attachment: master.err (application/octet-stream, text), 1.39 KiB.

[24 Sep 2004 23:56] Shuichi Tamagawa
master.trace

Attachment: master.trace.gz (application/x-tar, text), 30.67 KiB.

[24 Sep 2004 23:56] Shuichi Tamagawa
mysqltest.trace

Attachment: mysqltest.trace (application/octet-stream, text), 26.54 KiB.

[8 Oct 2004 13:58] Hartmut Holzgraefe
Thank you for your bug report. This issue has been committed to our
source repository of that product and will be incorporated into the
next release.

If necessary, you can access the source repository and build the latest
available version, including the bugfix, yourself. More information 
about accessing the source trees is available at
    http://www.mysql.com/doc/en/Installing_source_tree.html