[
https://issues.apache.org/jira/browse/DERBY-4361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12750435#action_12750435
]
Mamta A. Satoor commented on DERBY-4361:
----------------------------------------
It appears that the problem can be consistently produced with having just two
suites and I have changed store suite to only run
suite.addTest(ClassLoaderBootTest.suite());
suite.addTest(org.apache.derbyTesting.functionTests.tests.store._Suite.suite());
suite.addTest(org.apache.derbyTesting.functionTests.tests.engine._Suite.suite());
If I switch the order of the 2 suites above, the problem does not occur. So, it
appears that the problem may have been caused by DERBY-700 which introduced the
test ClassLoaderBootTest. I will look futher into DERBY-700 changes but will
appreciate if someone has insight on what is the dependency between
ClassLoaderBootTest and ErrorStreamTest.
> testDefault fixture in engine.ErrorStreamTest has been failing with
> junit.framework.AssertionFailedError: File
> C:\jartest\JarResults.XXdateXX\ibm15_suites.All\system\derby.log could not be
> deleted
> ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: DERBY-4361
> URL: https://issues.apache.org/jira/browse/DERBY-4361
> Project: Derby
> Issue Type: Bug
> Components: Test
> Affects Versions: 10.5.3.1, 10.6.0.0
> Reporter: Mamta A. Satoor
>
> testDefault fixture has been failing atleast since August 18th 2009 with
> following exception. I do not have access to test results fro 15th, 16th and
> 17th so not sure if the failure started earlier. It seemed to have run find
> on August 14th 2009.
> 1)
> testDefault(org.apache.derbyTesting.functionTests.tests.engine.ErrorStreamTest)junit.framework.AssertionFailedError:
> File C:\jartest\JarResults.2009-08-18\ibm15_suites.All\system\derby.log
> could not be deleted
> at
> org.apache.derbyTesting.functionTests.tests.engine.ErrorStreamTest.testDefault(ErrorStreamTest.java:135)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at
> org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:109)
> This is happening both on trunk and 10.5 codelines. Not sure of other
> codelines. The failure appears on Windows but not on Linux. The jvms that
> definitely show the failures are ibm 15 and ibm16
> Does anyone know of the cause of the failure?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.