PrepareStatementTest depends on ordering of test cases
------------------------------------------------------
Key: DERBY-5099
URL: https://issues.apache.org/jira/browse/DERBY-5099
Project: Derby
Issue Type: Bug
Components: Test
Affects Versions: 10.8.0.0
Reporter: Knut Anders Hatlen
Assignee: Knut Anders Hatlen
PrepareStatementTest contains two test cases for DERBY-614:
testSplitQRYDTABlock and testServerStatementCleanUp.
testServerStatementCleanUp uses a table created by testSplitQRYDTABlock, so if
testServerStatementCleanUp runs before testSplitQRYDTABlock, the test will fail
with the following error message:
java.sql.SQLSyntaxErrorException: Table/View 'JIRA614' does not exist.
Seen a couple of times in the nightly tests. For example here:
http://dbtg.foundry.sun.com/derby/test/Daily/jvm1.7/testing/testlog/vista-64/1076682-suitesAll_diff.txt
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira