Skip Menu |

This queue is for tickets about the DBD-SQLite CPAN distribution.

Report information
The Basics
Id: 61355
Status: resolved
Priority: 0/
Queue: DBD-SQLite

People
Owner: Nobody in particular
Requestors: rafl [...] debian.org
Cc:
AdminCc:

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



Subject: Fails testing in parallel
Date: Wed, 15 Sep 2010 16:25:04 +0200
To: bug-DBD-SQLite [...] rt.cpan.org
From: Florian Ragwitz <rafl [...] debian.org>
When testing in parallel, e.g. with prove -j3, DBD::SQLite fails its tests pretty miserably. From the test output it appears like you're using at least the file `foo' in many tests, so they'll interfere with each other when running in parallel. I suggest using temp files for the temporary test databases.
Download (untitled)
application/pgp-signature 197b

Message body not shown because it is not plain text.

Patched in the trunk. Thanks. On Wed Sep 15 10:26:46 2010, FLORA wrote: Show quoted text
> When testing in parallel, e.g. with prove -j3, DBD::SQLite fails its > tests pretty miserably. From the test output it appears like you're > using at least the file `foo' in many tests, so they'll interfere with > each other when running in parallel. I suggest using temp files for the > temporary test databases.
DBD::SQLite 1.32_01 with this fix is out. Thanks. On 2010-9-16 Thu 03:02:57, ISHIGAKI wrote: Show quoted text
> Patched in the trunk. Thanks. > > On Wed Sep 15 10:26:46 2010, FLORA wrote:
> > When testing in parallel, e.g. with prove -j3, DBD::SQLite fails its > > tests pretty miserably. From the test output it appears like you're > > using at least the file `foo' in many tests, so they'll interfere
with Show quoted text
> > each other when running in parallel. I suggest using temp files for
the Show quoted text
> > temporary test databases.
> >