Skip Menu |

This queue is for tickets about the Apache-Session CPAN distribution.

Report information
The Basics
Id: 6216
Status: resolved
Priority: 0/
Queue: Apache-Session

People
Owner: CHORNY [...] cpan.org
Requestors: mike.bristow [...] thus.net
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 1.6
Fixed in: 1.82_03



Subject: test suite bugs
In the test scripts 99dbfile.t and 99dbfilestore.t, files in the temporary directory are open (but unlinked) when the script attempts to rmdir the temp direcory. This causes problems in an NFS mounted world (google for 'nfs turds' for the unpleasant details). The attached patch fixes it for me.
Download patch1
application/octet-stream 903b

Message body not shown because it is not plain text.

From: CHORNY [...] cpan.org
On May 04 12:03:36 2004, guest wrote: Show quoted text
> In the test scripts 99dbfile.t and 99dbfilestore.t, files in the > temporary > directory are open (but unlinked) when the script attempts to rmdir > the temp direcory. > > This causes problems in an NFS mounted world (google for 'nfs turds' > for the unpleasant details).
Can you try Apache::Session 1.82_03? It should fix this problem. Show quoted text
> The attached patch fixes it for me.
I could not apply this patch, tests changed much from 1.6 to 1.82. -- Alexandr Ciornii, http://chorny.net
Subject: Re: [rt.cpan.org #6216] test suite bugs
Date: Mon, 26 Mar 2007 10:13:57 +0100
To: bug-Apache-Session [...] rt.cpan.org
From: Mike Bristow <mike.bristow [...] thus.net>
On Tue, 2007-03-20 at 11:20 -0400, Alexandr Ciornii via RT wrote: Show quoted text
> Can you try Apache::Session 1.82_03? It should fix this problem.
It appears to when building on a NFS mounted dir on Solaris-8-sparc + 'home built perl' (5.6.1) Cheers!