Instability in CheckConstraintTest.testBuiltInFunctions
-------------------------------------------------------
Key: DERBY-4908
URL: https://issues.apache.org/jira/browse/DERBY-4908
Project: Derby
Issue Type: Bug
Components: Test
Affects Versions: 10.7.1.0
Environment: java version "1.6.0_20"
Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
Oracle JRockit(R) (build R28.0.1-21-133393-1.6.0_20-20100512-2126-linux-ia32,
compiled mode)
Reporter: Knut Anders Hatlen
Priority: Minor
Saw this failure once when running suites.All on the 10.7.1.0 release candidate:
1)
testBuiltInFunctions(org.apache.derbyTesting.functionTests.tests.lang.CheckConstraintTest)junit.framework.AssertionFailedError:
Column value mismatch @ column 'TYPE', row 1:
Expected: >P<
Found: >U<
at
org.apache.derbyTesting.junit.JDBC.assertRowInResultSet(JDBC.java:1213)
at
org.apache.derbyTesting.junit.JDBC.assertRowInResultSet(JDBC.java:1125)
at
org.apache.derbyTesting.junit.JDBC.assertFullResultSetMinion(JDBC.java:1012)
at org.apache.derbyTesting.junit.JDBC.assertFullResultSet(JDBC.java:935)
at org.apache.derbyTesting.junit.JDBC.assertFullResultSet(JDBC.java:892)
at
org.apache.derbyTesting.functionTests.tests.lang.CheckConstraintTest.testBuiltInFunctions(CheckConstraintTest.java:752)
The failure didn't show up when I reran the test (reran both standalone and as
part of suites.All).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.