[ https://issues.apache.org/jira/browse/OFBIZ-4239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13906750#comment-13906750 ]
Pierre Smits commented on OFBIZ-4239: ------------------------------------- Last night the basetest failed again in my CI. The test result was: <testcase classname="org.ofbiz.base.util.cache.test.UtilCacheTests" name="testExpire" time="53.419"> <failure message="no-key(0)" type="junit.framework.AssertionFailedError">junit.framework.AssertionFailedError: no-key(0) at org.ofbiz.base.util.cache.test.UtilCacheTests.expireTest(UtilCacheTests.java:410) at org.ofbiz.base.util.cache.test.UtilCacheTests.testExpire(UtilCacheTests.java:430) at org.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:147) at org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:239) at org.ofbiz.base.start.Start.startStartLoaders(Start.java:327) at org.ofbiz.base.start.Start.start(Start.java:369) at org.ofbiz.base.start.Start.main(Start.java:120) </failure> </testcase> > The framework/base tests fail > ----------------------------- > > Key: OFBIZ-4239 > URL: https://issues.apache.org/jira/browse/OFBIZ-4239 > Project: OFBiz > Issue Type: Test > Components: framework > Affects Versions: SVN trunk > Reporter: Jacques Le Roux > Assignee: Jacques Le Roux > Priority: Trivial > Fix For: SVN trunk > > Attachments: basetests.xml > > > Thanks to Adrian's explanation in http://markmail.org/message/ihpdviifcnmk2mhz > {quote} > 1. The framework/base component unit tests ran successfully. > 2. A new testing framework was introduced and that framework skipped the > framework/base unit tests. > 3. Over time, changes were made to framework/base code that caused the > tests to fail, but no one noticed because the tests were not being run. > 4. Rev 1085735 fixed the issue that was preventing the framework/base > tests from being run. > 5. Now the framework/base tests run, but they fail due to #3. > {quote} -- This message was sent by Atlassian JIRA (v6.1.5#6160)