Turns out that Idea uses a different classpath (invalid) when running tests so
it didn't read the right log4j.properties.
Maven did, but it didn't help; I test with the 5.10 dependency.
Maybe there's simply too many tests to log info about? ;)
Adam
On Dec 18, 2009, at 2:50 PM, Adam Warski wrot
Maybe it's the huge amount of logs that gets emmited during the tests - the
place where the OOM happens would indicate that (it failed in the same place
when I updated to 5.10).
I tried changing the log4j.properties in the envers module test sources to emit
less logs but I think that some differ
Hi,
I used to have -Xmx1024m for $MAVEN_OPTS and I tried now also -Xmx512.
I also tried different maven versions 2.2.1 and 3.0 alpha 5. All with the
same result - OutOfMemoryError :(
--Hardy
On Fri, 18 Dec 2009 03:50:08 -0300, Adam Warski wrote:
> Hmm, I had this when I upgraded the TestNG