Skip Menu |

This queue is for tickets about the Tie-Cvs CPAN distribution.

Report information
The Basics
Id: 107702
Status: resolved
Priority: 0/
Queue: Tie-Cvs

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

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



Subject: Test failures (caused by non-unique temp directory?)
This fail report <http://www.cpantesters.org/cpan/report/e170901c-6f87-11e5-87f7-41067053cd79> (and some others from Andreas) looks like it's caused by a non-unique (and predictable!) temporary directory under /tmp (I know that Andreas tests a module against many perl versions in parallel, so this is likely to happen). Probably you want to create a temporary directory (e.g. using File::Temp::tempdir()) where you can safely create the test directory for Tie::Cvs.
Subject: Re: [rt.cpan.org #107702] Test failures (caused by non-unique temp directory?)
Date: Sun, 11 Oct 2015 14:35:27 +0100
To: bug-Tie-Cvs [...] rt.cpan.org
From: Alberto Simoes <ambs [...] perl-hackers.net>
hello yeah, I think that's the problem. I noticed it today. Will prepare a fix soon. thanks ;) On 11/10/2015 14:33, Slaven_Rezic via RT wrote: Show quoted text
> Sun Oct 11 09:33:14 2015: Request 107702 was acted upon. > Transaction: Ticket created by SREZIC > Queue: Tie-Cvs > Subject: Test failures (caused by non-unique temp directory?) > Broken in: 0.05 > Severity: (no value) > Owner: Nobody > Requestors: SREZIC@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=107702 > > > > This fail report <http://www.cpantesters.org/cpan/report/e170901c-6f87-11e5-87f7-41067053cd79> > (and some others from Andreas) looks like it's caused by a non-unique (and predictable!) temporary directory under /tmp (I know that Andreas tests a module against many perl versions in parallel, so this is likely to happen). > > Probably you want to create a temporary directory (e.g. using File::Temp::tempdir()) where you can safely create the test directory for Tie::Cvs. >
Hopefully fixed on 0.06 Thanks :) On Sun Oct 11 09:35:57 2015, ambs@perl-hackers.net wrote: Show quoted text
> hello > > yeah, I think that's the problem. I noticed it today. Will prepare a > fix > soon. > > thanks ;) > > On 11/10/2015 14:33, Slaven_Rezic via RT wrote:
> > Sun Oct 11 09:33:14 2015: Request 107702 was acted upon. > > Transaction: Ticket created by SREZIC > > Queue: Tie-Cvs > > Subject: Test failures (caused by non-unique temp directory?) > > Broken in: 0.05 > > Severity: (no value) > > Owner: Nobody > > Requestors: SREZIC@cpan.org > > Status: new > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=107702 > > > > > > > This fail report <http://www.cpantesters.org/cpan/report/e170901c- > > 6f87-11e5-87f7-41067053cd79> > > (and some others from Andreas) looks like it's caused by a non-unique > > (and predictable!) temporary directory under /tmp (I know that > > Andreas tests a module against many perl versions in parallel, so > > this is likely to happen). > > > > Probably you want to create a temporary directory (e.g. using > > File::Temp::tempdir()) where you can safely create the test directory > > for Tie::Cvs. > >
Looks good so far! Regards, Slaven On 2015-10-11 10:09:47, AMBS wrote: Show quoted text
> > Hopefully fixed on 0.06 > Thanks :) > > On Sun Oct 11 09:35:57 2015, ambs@perl-hackers.net wrote:
> > hello > > > > yeah, I think that's the problem. I noticed it today. Will prepare a > > fix > > soon. > > > > thanks ;) > > > > On 11/10/2015 14:33, Slaven_Rezic via RT wrote:
> > > Sun Oct 11 09:33:14 2015: Request 107702 was acted upon. > > > Transaction: Ticket created by SREZIC > > > Queue: Tie-Cvs > > > Subject: Test failures (caused by non-unique temp directory?) > > > Broken in: 0.05 > > > Severity: (no value) > > > Owner: Nobody > > > Requestors: SREZIC@cpan.org > > > Status: new > > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=107702 > > > > > > > > > > This fail report <http://www.cpantesters.org/cpan/report/e170901c- > > > 6f87-11e5-87f7-41067053cd79> > > > (and some others from Andreas) looks like it's caused by a non-unique > > > (and predictable!) temporary directory under /tmp (I know that > > > Andreas tests a module against many perl versions in parallel, so > > > this is likely to happen). > > > > > > Probably you want to create a temporary directory (e.g. using > > > File::Temp::tempdir()) where you can safely create the test directory > > > for Tie::Cvs. > > >
> >