[
https://issues.apache.org/jira/browse/DERBY-6628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14174722#comment-14174722
]
Myrna van Lunteren commented on DERBY-6628:
-------------------------------------------
Perhaps this should get backported to 10.11 at least. The test has not failed
again in trunk, but failed on the 10.11 branch on Oct 10:
http://download.java.net/javadesktop/derby/request_5597471/:
junit.framework.AssertionFailedError: Column value mismatch @ column
'TABLENAME', row 3:
Expected: >T1<
Found: >SYSSTATEMENTS<
TYPE,MODE,TABLENAME
---- ---- ---------
[ROW, X, PARENT]
[TABLE, IX, PARENT]
[ROW, X, SYSSTATEMENTS]
[TABLE, IX, SYSSTATEMENTS]
[ROW, X, T1]
[TABLE, IX, T1]
at
org.apache.derbyTesting.junit.BaseTestCase.newAssertionFailedError(BaseTestCase.java:1176)
at org.apache.derbyTesting.junit.JDBC.addRsToReport(JDBC.java:1878)
at
org.apache.derbyTesting.junit.JDBC.assertRowInResultSet(JDBC.java:1377)
at
org.apache.derbyTesting.junit.JDBC.assertRowInResultSet(JDBC.java:1275)
at
org.apache.derbyTesting.junit.JDBC.assertFullResultSetMinion(JDBC.java:1137)
at
org.apache.derbyTesting.junit.JDBC.assertFullResultSet(JDBC.java:1048)
at
org.apache.derbyTesting.junit.JDBC.assertFullResultSet(JDBC.java:1005)
at
org.apache.derbyTesting.functionTests.tests.lang.TriggerGeneralTest.testTriggersInGeneral(TriggerGeneralTest.java:876)
at
org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:120)
at
org.apache.derbyTesting.junit.BaseJDBCTestCase.runBareOverridable(BaseJDBCTestCase.java:440)
at
org.apache.derbyTesting.junit.BaseJDBCTestCase.runBare(BaseJDBCTestCase.java:457)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
at junit.extensions.TestSetup.run(TestSetup.java:25)
at
org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:58)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
at junit.extensions.TestSetup.run(TestSetup.java:25)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
at junit.extensions.TestSetup.run(TestSetup.java:25)
Caused by: junit.framework.AssertionFailedError: Column value mismatch @ column
'TABLENAME', row 3:
Expected: >T1<
Found: >SYSSTATEMENTS<
at
org.apache.derbyTesting.junit.JDBC.assertRowInResultSet(JDBC.java:1372)
> Intermittent error in TriggerGeneralTest
> ----------------------------------------
>
> Key: DERBY-6628
> URL: https://issues.apache.org/jira/browse/DERBY-6628
> Project: Derby
> Issue Type: Bug
> Components: Test
> Reporter: Dag H. Wanvik
> Attachments: derby-6628-2.diff, derby-6628-more-diagnostics.diff,
> derby-6628.diff, derby-6628b.diff
>
>
> See in nightly regression test:
> http://download.java.net/javadesktop/derby/request_5592869/javadb-task-3886181.html
> where the relevant part of stacktrace is as follows:
> {code}
> junit.framework.AssertionFailedError: Column value mismatch @ column
> 'TABLENAME', row 3:
> Expected: >T1<
> Found: >SYSCHECKS<
> 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.lang.TriggerGeneralTest.testTriggersInGeneral(TriggerGeneralTest.java:874)
> 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)
> {code }
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)