[EMAIL PROTECTED] wrote:
Windows users with the ability to build from source, please help me
out by testing the changes in check-ins [3445] and [3446] at
http://www.sqlite.org/cvstrac/chngview?cn=3445 and http://www.sqlite.org/cvstrac/chngview?cn=3446 verifying that
they do not break anything.  Tnx.
Richard,

I built the latest CVS source and ran the test suite. I got 61 errors. Almost all these errors seem to be related to the new SQLITE_IOERR return codes.

  61 errors out of 25219 tests
  Failures on these tests: autovacuum-ioerr-1.1.3 autovacuum-ioerr-1.5.3
  autovacuum-ioerr-1.6.3 autovacuum-ioerr-1.7.3 autovacuum-ioerr-1.8.3
  autovacuum-ioerr-1.9.3 autovacuum-ioerr-1.11.3 autovacuum-ioerr-1.13.3
  autovacuum-ioerr-1.15.3 autovacuum-ioerr-1.17.3 autovacuum-ioerr-1.20.3
  autovacuum-ioerr-1.21.3 autovacuum-ioerr-1.22.3 autovacuum-ioerr-1.24.3
  autovacuum-ioerr-1.25.3 autovacuum-ioerr-1.27.3 autovacuum-ioerr-1.30.3
  autovacuum-ioerr-1.31.3 autovacuum-ioerr-1.32.3 autovacuum-ioerr-1.33.3
  autovacuum-ioerr-1.34.3 autovacuum-ioerr-1.35.3 autovacuum-ioerr-1.37.3
  autovacuum-ioerr-1.38.3 autovacuum-ioerr-1.40.3 autovacuum-ioerr-1.43.3
  autovacuum-ioerr-1.44.3 autovacuum-ioerr-1.45.3 autovacuum-ioerr-1.46.3
  autovacuum-ioerr-1.47.3 autovacuum-ioerr-1.48.3 ioerr-1.1.3 ioerr-1.4.3
ioerr-1.5.3 ioerr-1.6.3 ioerr-1.8.3 ioerr-1.10.3 ioerr-1.12.3 ioerr-1.14.3
  ioerr-1.17.3 ioerr-1.18.3 ioerr-1.19.3 ioerr-1.21.3 ioerr-1.22.3
  ioerr-1.24.3 ioerr-1.27.3 ioerr-1.28.3 ioerr-1.29.3 ioerr-1.30.3
  ioerr-1.31.3 ioerr-1.32.3 ioerr-1.34.3 ioerr-1.35.3 ioerr-1.37.3
  ioerr-1.40.3 ioerr-1.41.3 ioerr-1.42.3 ioerr-1.43.3 ioerr-1.44.3
  ioerr-1.45.3 ioerr-1.46.3
  make: *** [test] Error 1

I can send you the logs from these tests with the error details if you want. I will attach them to this message, but I don't think the mailing list passes attachments through.

While doing this build I was reminded (this has happened for quite a while, not just with these recent patches) that the test suite creates a large number of files that it does not delete when it is done. These are mostly sample database files and journal files, but there are so many of them, over 400 files, that it clutters the build directory. Also, these files are not removed by the makefile when doing a make clean or make distclean. I have attached a list of these files as well.

Dennis Cote

P.S. Attaching files to email is getting to be a real pain. On my first attempt I attached the raw text files. That message was rejected by the qmail-send program at sqlite.org because it was too big (> 30K). My second attempt packed all the text files into a single zip file. This was stripped as an unsafe file (using the rule *.zip) by "Antigen for Exchange" at relay2.mail.twtelecom.net. Hopefully they don't know about the gzip compressed files attached to this email.

------------------------------------------------------------------------

Attachment: autovacuum_ioerr.log.gz
Description: application/gzip-compressed

Attachment: ioerr.log.gz
Description: application/gzip-compressed

Attachment: files.txt.gz
Description: application/gzip-compressed

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to