Re: ActiveMQ core test suite

2006-11-07 Thread James Strachan
On 11/7/06, Hiram Chirino <[EMAIL PROTECTED]> wrote: Hi folks! I've been looking at the activemq-core test suite and it keep getting bigger and bigger and takes longer and long to run. Ideally tests should only take like 5 minutes to run. What do you think we should do about it? We are curren

RE: ActiveMQ core test suite

2006-11-07 Thread Mittler, Nathan
That line between unit and integration tests can be gray sometimes, especially when you're unit testing things like the transport classes which require feedback from the broker. I guess you'd have to make the decision on a case-by-case basis, otherwise you'd be removing most of our tests :). One