Skip Menu |

This queue is for tickets about the TablesRoles-Standard CPAN distribution.

Report information
The Basics
Id: 132750
Status: resolved
Priority: 0/
Queue: TablesRoles-Standard

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

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



Subject: DBD::SQLite::db do failed: database is locked
t/Source-DBI.t fails on some (BSD) systems: ... DBD::SQLite::db do failed: database is locked at t/Source-DBI.t line 14. DBD::SQLite::db do failed: database is locked at t/Source-DBI.t line 14. t/Source-DBI.t ........... Dubious, test returned 35 (wstat 8960, 0x2300) No subtests run ... Probably can be fixed by using File::Temp with EXLOCK=>1, or maybe easier, to force a newer File::Temp version (see https://metacpan.org/source/ETHER/File-Temp-0.2309/Changes#L8-12 )
On Mon, 1 Jun 2020 06:10:18 GMT, SREZIC wrote: Show quoted text
> t/Source-DBI.t fails on some (BSD) systems: > > ... > DBD::SQLite::db do failed: database is locked at t/Source-DBI.t line > 14. > DBD::SQLite::db do failed: database is locked at t/Source-DBI.t line > 14. > t/Source-DBI.t ........... > Dubious, test returned 35 (wstat 8960, 0x2300) > No subtests run > ... > > Probably can be fixed by using File::Temp with EXLOCK=>1, or maybe > easier, to force a newer File::Temp version (see > https://metacpan.org/source/ETHER/File-Temp-0.2309/Changes#L8-12 )
Fixed in 0.003, thanks.