Re: [Catalyst] Leak tests

2010-09-08 Thread Florian Ragwitz
Bill Moseley mose...@hank.org writes: I've used CatalystX::LeakChecker in the past but not sure how to incorporate that into a .t file. Check out Catalyst-Runtime's and CatalystX::LeakChecker's test suite. They both do that. pgpqpfTRJTtTw.pgp Description: PGP signature

[Catalyst] Leak tests

2010-09-08 Thread Bill Moseley
Anyone have an example of checking for leaks in their test suite? Few days ago had some nice 1.6GB Apache processes and thought we had a leak. Turned out we had a query that was trying to suck too much out of the database and it was just doing what it was told, but I still want to add some