CARVIEW |
Select Language
HTTP/2 200
cache-control: max-age=43200
server: Combust/Plack (Perl)
vary: Accept-Encoding
content-encoding: gzip
content-length: 1525
content-type: text/html; charset=utf-8
last-modified: Sat, 11 Oct 2025 15:47:36 GMT
date: Sat, 11 Oct 2025 15:47:36 GMT
strict-transport-security: max-age=15768000
Re: make tests parallel - nntp.perl.org
Front page | perl.perl5.porters |
Postings from August 2008
nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About

Re: make tests parallel
Thread Previous | Thread NextFrom:
Eric WilhelmDate:
August 6, 2008 15:19Subject:
Re: make tests parallelMessage ID:
200808061519.25317.ewilhelm@cpan.org# from Nicholas Clark # on Wednesday 06 August 2008 11:02: >We now have some tests in parallel. We don't yet have t/op/*.t in > parallel. We need to (incrementally) audit how tests are making > temporary files Failing the availability of File::Temp and/or assuming that the filename isn't hardcoded+repeated, I just tack ".$$" onto the variable. - my $temp_file = "foo"; + my $temp_file = "foo.$$"; That does accumulate mess if you die and didn't have the cleanup in an END block, but File::Temp is available, no? > , and other potentially contested resources. Such as? --Eric -- As an old bass player friend of mine used to say: throw money, don't clap. --Tony Parisi --------------------------------------------------- https://scratchcomputing.com ---------------------------------------------------Thread Previous | Thread Next
- make tests parallel by Nicholas Clark
- Re: make tests parallel by H.Merijn Brand
- Re: make tests parallel by Eric Wilhelm
- Re: make tests parallel by Nicholas Clark
- Re: make tests parallel by Aristotle Pagaltzis
- Re: make tests parallel by Nicholas Clark
- Re: make tests parallel by Eric Wilhelm
- Re: make tests parallel by Eric Wilhelm
- Re: make tests parallel by Nicholas Clark
nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About