[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Build failed message
jmesnil
do-not-reply at jboss.com
Wed Aug 20 04:44:06 EDT 2008
I'd keep it as it is:
- stop the build if there is a failure in the unit-tests
- process all the other tests regardless of the errors and failures
I expect failures in integration, timing or stress tests to be more "long-lived" (a few hours, a few days) than failures in unit tests (which should never occur).
Stopping the tests on the first failure in the integration tests would hide any other regressions until this 1st failure is fixed.
Moreover, since I'm developing on Mac OS X, the tests requiring libaio consistently fails.
In any case, I'd have to modify the build to be able to run all the tests but the libaio or, more simply, run the test suite without stopping on errors or failures (as it is now)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4171439#4171439
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4171439
More information about the jboss-dev-forums
mailing list