Hi, I created activemq-systest subproject, with the idea of moving all complex long-running tests there (from the activemq base). This will shorten ActiveMQ build time without scarifying reliability (as sys tests will be ran regularly in Hudson).
The source of the project can be found here: https://svn.apache.org/repos/asf/activemq/activemq-systest/ You can use it to test any version of ActiveMQ, by using activemq-version system property (by default it will use the current trunk). For example to test against 5.3 branch, you will use mvn clean install -Dactivemq-version=5.3.1-SNAPSHOT Currently there's only one test there (JDBCSpringTest moved from activemq-pool). Feel free to move other tests that you think should go there and add new ones. There are also two Hudson jobs for testing current trunk and 5.3 branch http://hudson.zones.apache.org/hudson/view/All/job/ActiveMQ-SysTest-Trunk/ http://hudson.zones.apache.org/hudson/view/All/job/ActiveMQ-SysTest-5.3/ Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net
