Open GoogleCodeExporter opened 8 years ago
I debugged it little more.
When I execute in below pattern --
(plain junits & mockito junits ) + PowerMock junits -- No issues
(plain junits & mockito junits ) + Integration junits -- No issues 10:51 AM
(plain junits & mockito junits ) + PowerMock junits + Integration junits -- OOM
issue
My integration test uses SpringContext loading and InMemory Jersy test runner.
I am loading spring context only once.
I have added below entry in JUnits where I am using PowerMockRunner.
@PowerMockIgnore({"org.apache.log4j.*","org.slf4j.*","com.sun.jersey.*","org.spr
ingframework.*"})
Can anyone update why this issue is coming.
Original comment by nark...@gmail.com
on 20 May 2014 at 9:58
Note sure, it could be a memory leak perhaps? Or you just need to increase your
permgen space if you're using a legacy java version.
Original comment by johan.ha...@gmail.com
on 28 May 2014 at 12:50
Original issue reported on code.google.com by
nark...@gmail.com
on 19 May 2014 at 2:13