> Would it be possible to catch those cases while running tests (maybe before > the disk is full) and fail the build? Maybe something that the event file is > not allowed to grow beyond a specific size. If it grows, the test framework > fails the whole build? We can have something like maximum size of 1 GB > (configureable).
I honestly think this is trying to cater for an insane specific scenario of a faulty test. Think of it: a single test that logs gigs to disk... Guarding against it may be next to impossible at the test framework level. We can put a condition in ant that checks for remaining temp space and fails if it's less than 5gb... Dawid --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
