Skip Menu |

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

Report information
The Basics
Id: 48431
Status: resolved
Priority: 0/
Queue: DBIx-Class

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

Bug Information
Severity: Normal
Broken in: 0.08108
Fixed in: 0.08109



Subject: t/zzzzzzz_sqlite_deadlock.t fails on OpenBSD
While installing DBIx::Class (via Task::Catalyst as dependency) on OpenBSD 4.6-current, I encountered this bug. It is the only failing test in the testsuite. FIX: It appears that updating File::Temp to version 0.22 fixes this bug. See attached typescripts and patch to Makefile.PL (just a test_requires.)
Subject: dbic-sqlite-deadlock.typescript.txt

Message body is not shown because it is too large.

Subject: dbic-sqlite-deadlock-fix.typescript.txt

Message body is not shown because it is too large.

Subject: DBIC-Makefile.PL.patch
--- Makefile.PL~ Mon Jul 6 07:08:52 2009 +++ Makefile.PL Wed Aug 5 11:05:21 2009 @@ -15,6 +15,7 @@ test_requires 'Test::Exception' => 0; test_requires 'Test::More' => 0.82; test_requires 'Test::Warn' => 0.11; +test_requires 'File::Temp' => 0.22; # Core requires 'List::Util' => 0;
Thanks for the report, I was secretly hoping someone will dig through this before I have to :D Applied as http://dev.catalyst.perl.org/svnweb/bast/revision/?rev=7205 Cheers
Subject: Re: [rt.cpan.org #48431] t/zzzzzzz_sqlite_deadlock.t fails on OpenBSD
Date: Wed, 05 Aug 2009 18:18:24 +0800
To: bug-DBIx-Class [...] rt.cpan.org
From: "Zak B. Elep" <zakame [...] cpan.org>
Peter Rabbitson via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=48431 > > > Thanks for the report, I was secretly hoping someone will dig through > this before I have to :D Applied as > http://dev.catalyst.perl.org/svnweb/bast/revision/?rev=7205 > > Cheers >
Hehe, thanks for the quick response! :D