Details
Description
Saw this on the trunk [http://download.java.net/javadesktop/derby/request_5592737/javadb-task-3883745.html[regression tests]]:
testGetXXportedKeys:
junit.framework.AssertionFailedError: Column value mismatch @ column 'FK_NAME', row 3:
Expected: >FKEY3<
Found: >FKEY2<
at org.apache.derbyTesting.junit.JDBC.assertRowInResultSet(JDBC.java:1303)
at org.apache.derbyTesting.junit.JDBC.assertRowInResultSet(JDBC.java:1215)
at org.apache.derbyTesting.junit.JDBC.assertFullResultSetMinion(JDBC.java:1102)
at org.apache.derbyTesting.junit.JDBC.assertFullResultSet(JDBC.java:1025)
at org.apache.derbyTesting.junit.JDBC.assertFullResultSet(JDBC.java:982)
at org.apache.derbyTesting.functionTests.tests.jdbcapi.DatabaseMetaDataTest.assertFullResultSet(DatabaseMetaDataTest.java:3930)
at org.apache.derbyTesting.functionTests.tests.jdbcapi.DatabaseMetaDataTest.testGetXXportedKeys(DatabaseMetaDataTest.java:4117)
at org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:118)
at org.apache.derbyTesting.junit.BaseJDBCTestCase.runBareOverridable(BaseJDBCTestCase.java:440)
at org.apache.derbyTesting.junit.BaseJDBCTestCase.runBare(BaseJDBCTestCase.java:457)
Attachments
Attachments
Issue Links
- is related to
-
DERBY-6968 Instability in DatabaseMetaDataTest.testGetBestRowIdentifier
- Open