I had the same problem and also tried increasing the maven heap size, but was unable to get it pass this test.
-----Original Message----- From: Todd Carmichael To: JCS User Group (E-mail) Sent: 3/21/03 8:05 PM Subject: Intermittent Trouble running TestDiskCacheConcurrent Junit tests I am experiencing failures during the Junit test run when building the project using maven. Specifically, the org.apache.jcs.TestDiskCacheConcurrent.java class is failing with an out of memory error. I have tried increasing the amount of memory given to Maven without success. I then tried to call just that one test class without maven involved and it seemed to work fine. Then I went back to testing it with maven and all of a sudden it started working. I think it has something to do with the jcs\target directories and their contents. If I blow away these directories, the error returns. I think I am narrowing down to the problem, but was wondering if anyone has come across this behavior? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
