Skip Menu |

This queue is for tickets about the DBIx-Array CPAN distribution.

Report information
The Basics
Id: 132299
Status: new
Priority: 0/
Queue: DBIx-Array

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.64
Fixed in: (no value)



Subject: DBD::SQLite::db do failed: database is locked
t/014_AutoCommit.t fails on some of my smoker systems: ... DBD::SQLite::db do failed: database is locked at t/014_AutoCommit.t line 21. DBD::SQLite::db prepare failed: database is locked at /home/cpansand/.cpan/build/2020040513/DBIx-Array-0.64-qLmssX/blib/lib/DBIx/Array.pm line 258. database is locked at /home/cpansand/.cpan/build/2020040513/DBIx-Array-0.64-qLmssX/blib/lib/DBIx/Array.pm line 262. # Looks like you planned 33 tests but ran 3. # Looks like your test exited with 35 just after 3. t/014_AutoCommit.t ................ Dubious, test returned 35 (wstat 8960, 0x2300) Failed 30/33 subtests ... This happens only on FreeBSD, but not on Linux systems. Possibly can be fixed by forcing a newer File::Temp version on *BSD systems, see: https://metacpan.org/source/ETHER/File-Temp-0.2309/Changes#L8-12
On 2020-04-05 07:32:33, SREZIC wrote: Show quoted text
> t/014_AutoCommit.t fails on some of my smoker systems: > > ... > DBD::SQLite::db do failed: database is locked at t/014_AutoCommit.t > line 21. > DBD::SQLite::db prepare failed: database is locked at > /home/cpansand/.cpan/build/2020040513/DBIx-Array-0.64- > qLmssX/blib/lib/DBIx/Array.pm line 258. > database is locked at /home/cpansand/.cpan/build/2020040513/DBIx- > Array-0.64-qLmssX/blib/lib/DBIx/Array.pm line 262. > # Looks like you planned 33 tests but ran 3. > # Looks like your test exited with 35 just after 3. > t/014_AutoCommit.t ................ > Dubious, test returned 35 (wstat 8960, 0x2300) > Failed 30/33 subtests > ... > > This happens only on FreeBSD, but not on Linux systems. Possibly can > be fixed by forcing a newer File::Temp version on *BSD systems, see: > https://metacpan.org/source/ETHER/File-Temp-0.2309/Changes#L8-12
This happens also on Mac OS X.