Subject: | t/07busy.t hangs |
Using Perl 5.8.8 under Cygwin, DBD-SQLite 1.12 fails testing because
test file 07busy.t hangs and must be terminated with ^C. Here is the
test output:
Show quoted text
> perl -Mblib t/07busy.t
1..8
# Running under perl version 5.008008 for cygwin
# Current time local: Mon Apr 10 08:32:25 2006
# Current time GMT: Mon Apr 10 12:32:25 2006
# Using Test.pm version 1.25
ok 1
ok 2
ok 3
ok 4
ok 5
# insert failed : DBD::SQLite::db do failed: database is locked(5) at
dbdimp.c line 398 at t/07busy.t line 29.
ok 6
DBD::SQLite::db do failed: database is locked(5) at dbdimp.c line 398 at
t/07busy.t line 71.
Issuing rollback() for database handle being DESTROY'd without explicit
disconnect().
### At this point I have to terminate the test with ^C.