Skip Menu |

This queue is for tickets about the Pod-Inherit CPAN distribution.

Report information
The Basics
Id: 96383
Status: open
Priority: 0/
Queue: Pod-Inherit

People
Owner: Nobody in particular
Requestors: ether [...] cpan.org
Cc: ribasushi [...] leporine.io
AdminCc:

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



Subject: Tests fail
See attached output from 'make test'.
Subject: test.out
Download test.out
application/octet-stream 3.2k

Message body not shown because it is not plain text.

On Wed Jun 11 14:36:43 2014, ETHER wrote: Show quoted text
> See attached output from 'make test'.
I noticed the tests were ran in a random order. Do they work in standard order? It's possible that the tests aren't as self-contained as they should be.
Subject: Re: [rt.cpan.org #96383] Tests fail
Date: Fri, 13 Jun 2014 09:40:36 -0700
To: Brendan Byrd via RT <bug-Pod-Inherit [...] rt.cpan.org>
From: Karen Etheridge <ether [...] cpan.org>
On Thu, Jun 12, 2014 at 11:01:56PM -0400, Brendan Byrd via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=96383 > > > On Wed Jun 11 14:36:43 2014, ETHER wrote:
> > See attached output from 'make test'.
> > I noticed the tests were ran in a random order. Do they work in standard order? It's possible that the tests aren't as self-contained as they should be.
Yes, my HARNESS_OPTIONS is generally set to j9. When running with an empty HARNESS_OPTIONS, tests pass. I suggest using File::Temp for scratch files and directories, to keep the tests separated.