> Yeah, I suppose if we could tell the test framework, for this test, ignore > this expected uncaught exception, that might help.
This is not a problem technically; for a single test suite I'd just wrap everything with a rule that would temporarily capture unhandled exceptions, that's it. I suspect a lot of other exceptions/ problems we're seeing are due to leaked threads and unclosed jetty/zk sockets, so I'd rather work on trying to make this more efficient. I am pretty swamped with other things at the moment but if you can give me a test case that somehow shows these "long" jetty shutdown times it'd be a big help. Dawid --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
