Re: Use pre-integration-test to start instamo, run tests in integration-test, then stop instamo in post-integration-test?

2013-03-23 Thread David Medinets
Reading http://antoniogoncalves.org/2012/12/13/lets-turn-integration-tests-with-maven-to-a-first-class-citizen/ and making the recommended changes to pom.xml seems to work well. By simply renaming ShellServerTest to ShellServerIT (and editing the class name), my 'mvn clean test' was faster by two

RE: Use pre-integration-test to start instamo, run tests in integration-test, then stop instamo in post-integration-test?

2013-03-21 Thread Corey Nolet
Would it also help to define the integration tests in a maven profile that hudson runs by default? I just added some tests that use the mini cluster to verify that proper exceptions are being thrown and it slows down the build as well. Sent from my Verizon Wireless 4G LTE Smartphone

Re: Use pre-integration-test to start instamo, run tests in integration-test, then stop instamo in post-integration-test?

2013-03-21 Thread Keith Turner
On Thu, Mar 21, 2013 at 6:31 AM, David Medinets david.medin...@gmail.com wrote: Running org.apache.accumulo.proxy.SimpleTest Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 37.844 sec FAILURE! I am continued to be concerned by this unit test in the proxy module. And a few