Integration tests failing

2011-02-15 Thread Alexander Klimetschek
Hi all, the integration tests fail for me. In the trunk I do > cd launchpad/integration-tests > mvn test -Dtest=PostServlet* I get tons of "connection refused" exceptions: --- T E S T S ---

Re: Integration tests failing

2011-02-16 Thread Alexander Klimetschek
On 15.02.11 21:02, "Alexander Klimetschek" wrote: >the integration tests fail for me. In the trunk I do > >> cd launchpad/integration-tests >> mvn test -Dtest=PostServlet* I got it running in the meantime (thanks to Bertrand). The above is not enough, you need to do: (1) start the sling testing

Re: Integration tests failing

2011-02-16 Thread Bertrand Delacretaz
On Wed, Feb 16, 2011 at 5:58 PM, Alexander Klimetschek wrote: > ...you need to do: > > (1) start the sling testing instance > > cd launchpad/testing > mvn clean > mvn launchpad:run > > (2) in a separate shell, run the integration tests > > cd launchpad/integration-tests > mvn test -Dtest=**/*Test