Skip Menu |

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

Report information
The Basics
Id: 76450
Status: new
Priority: 0/
Queue: CGI-Session

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

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



Subject: t/g4_sqlite_storable.t should not use hardcoded temporary file
t/g4_sqlite_storable.t uses a hardcoded temporary file located in /tmp. These can lead to test failures if different perls are building and testing CGI-Session at the same time (in fact, I think it happened right now on my system). A better solution would be the usage of File::Temp. But note: on *BSD systems, File::Temp is automatically locking generated temporary files. This conflicts with SQLite's own locking. To prevent this, you can instruct File::Temp to not use the locking (see documentation). Regards, Slaven
Sending the previous mail has failed. Please contact your admin, they can find more details in the logs.
Sending the previous mail has failed. Please contact your admin, they can find more details in the logs.