Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Test::More and semaphore handles on Windows

by schwern (Scribe)
on Dec 01, 2004 at 06:40 UTC ( [id://411384]=note: print w/replies, xml ) Need Help??


in reply to Test::More and semaphore handles on Windows

This has been "fixed" in 0.49. Prior to that Test::More would always load threads.pm and share its internal data if possible to make things thread safe.

In 0.49 it was changed so Test::More would not load threads.pm for you. You had to do it in your test before loading Test::More. So this bug should no longer effect tests that do not use threads.

And if you have 10,000 thread-enabled tests, god help you. ;) Actually I've long planned a "no history" option to avoid using too much memory in very long testing situations, so watch for that, too.

-- Michael G Schwern
  • Comment on Re: Test::More and semaphore handles on Windows

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://411384]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (4)
As of 2024-04-24 20:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found