store.AccessTest fails on phoneME
---------------------------------
Key: DERBY-4523
URL: https://issues.apache.org/jira/browse/DERBY-4523
Project: Derby
Issue Type: Bug
Components: Test
Affects Versions: 10.6.0.0
Reporter: Knut Anders Hatlen
There are 21 errors in AccessTest on phoneME, see
http://dbtg.foundry.sun.com/derby/test/Daily/javaME/testing/testlog/ubuntu/901774-suitesAll_diff.txt.
1)
testCaseCS4595B_NonUniqueIndex(org.apache.derbyTesting.functionTests.tests.store.AccessTest)java.sql.SQLException:
Table/View 'FOO' already exists in Schema 'APP'.
2)
testCaseCS4595A_NonUniqueIndex(org.apache.derbyTesting.functionTests.tests.store.AccessTest)java.sql.SQLException:
Table/View 'FOO' already exists in Schema 'APP'.
3)
testCS4595B_PrimaryKey(org.apache.derbyTesting.functionTests.tests.store.AccessTest)java.sql.SQLException:
Table/View 'FOO' already exists in Schema 'APP'.
4)
testCS4595A_PrimaryKey(org.apache.derbyTesting.functionTests.tests.store.AccessTest)java.sql.SQLException:
Table/View 'FOO' already exists in Schema 'APP'.
5)
testCS4595B_UniqueIndex(org.apache.derbyTesting.functionTests.tests.store.AccessTest)java.sql.SQLException:
Table/View 'FOO' already exists in Schema 'APP'.
6)
testCS4595A_UniqueIndex(org.apache.derbyTesting.functionTests.tests.store.AccessTest)java.sql.SQLException:
Table/View 'FOO' already exists in Schema 'APP'.
7)
testCS3149(org.apache.derbyTesting.functionTests.tests.store.AccessTest)java.sql.SQLException:
Table/View 'FOO' already exists in Schema 'APP'.
.
.
.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.