The failures you are seeing are for tests that deal with large data. They
thus need a large heap configuration to succeed.

For specifying such settings for maven you would use the MAVEN_OPTS
environment variable, something like:

export MAVEN_OPTS=-Xmx1G

Cheers,
Tobias

On Thu, Apr 7, 2011 at 4:58 PM, Will Holcomb <w...@dhappy.org> wrote:

> Thanks. I was trying to use the jar target rather than install.
>
> That build fails with:
>
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.neo4j.com.TestCommunication
> Thu Apr 07 10:53:14 EDT 2011: MadeUpServer communication server started and
> bound to 1234
> [MadeUpServerProcess:27271] Thu Apr 07 10:53:15 EDT 2011: MadeUpServer
> communication server started and bound to 8888
> [MadeUpServerProcess:27271] Thu Apr 07 10:53:24 EDT 2011: MadeUpServer
> shutdown, closing all channels
> Tests run: 5, Failures: 1, Errors: 3, Skipped: 0, Time elapsed: 10.353 sec
> <<< FAILURE!
>
> Results :
>
> Failed tests:
>  clientGetResponseFromServerViaComLayer(org.neo4j.com.TestCommunication)
>
> Tests in error:
>  makeSureClientStoreIdsMustMatch(org.neo4j.com.TestCommunication)
>  makeSureServerStoreIdsMustMatch(org.neo4j.com.TestCommunication)
>  makeSureClientCanStreamBigData(org.neo4j.com.TestCommunication)
>
> Tests run: 5, Failures: 1, Errors: 3, Skipped: 0
>
>
> I can get it to build though with: mvn -Dmaven.test.skip=true install
>
> –☮W
>
> On Thu, Apr 7, 2011 at 1:05 AM, Peter Neubauer <
> peter.neuba...@neotechnology.com> wrote:
>
> > Willi,
> > the main build tool is maven, and we are in the middle of a
> > major reshuffling on GIT, so if you install maven.apache.org and try
> > "mvn clean install" that, things should work out better. Would that be
> > an option?
> >
> > Cheers,
> >
> > /peter neubauer
> >
> _______________________________________________
> Neo4j mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
>



-- 
Tobias Ivarsson <tobias.ivars...@neotechnology.com>
Hacker, Neo Technology
www.neotechnology.com
Cellphone: +46 706 534857
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to