You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2014/03/04 00:45:28 UTC

[jira] [Commented] (DERBY-6297) Intermittent failures in XplainStatisticsTest.testSimpleXplainOnly

    [ https://issues.apache.org/jira/browse/DERBY-6297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13918743#comment-13918743 ] 

ASF subversion and git services commented on DERBY-6297:
--------------------------------------------------------

Commit 1573813 from [~myrna] in branch 'code/branches/10.10'
[ https://svn.apache.org/r1573813 ]

DERBY-6216; XPLAIN feature does not work and gives ERROR XCL16: ResultSet not open
   backport of revision 1502795 from trunk; 
   clean merge, but added modifications to XplainStatisticsTest from revision 1518111 (DERBY-6297) not previously backported.

> Intermittent failures in XplainStatisticsTest.testSimpleXplainOnly
> ------------------------------------------------------------------
>
>                 Key: DERBY-6297
>                 URL: https://issues.apache.org/jira/browse/DERBY-6297
>             Project: Derby
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 10.11.0.0
>            Reporter: Knut Anders Hatlen
>            Assignee: Knut Anders Hatlen
>             Fix For: 10.10.1.4, 10.11.0.0
>
>         Attachments: d6297-1a.diff
>
>
> XplainStatisticsTest.testSimpleXplainOnly fails intermittently.
> Examples:
> http://download.java.net/javadesktop/derby/javadb-5579342-report/javadb-task-3689858.html
>     junit.framework.AssertionFailedError: Column value mismatch @ column '1', row 1:
>     Expected: >1<
>     Found:    >2<
> 	at org.apache.derbyTesting.junit.JDBC.assertRowInResultSet(JDBC.java:1278)
> 	at org.apache.derbyTesting.junit.JDBC.assertRowInResultSet(JDBC.java:1190)
> 	at org.apache.derbyTesting.junit.JDBC.assertFullResultSetMinion(JDBC.java:1077)
> 	at org.apache.derbyTesting.junit.JDBC.assertFullResultSet(JDBC.java:1000)
> 	at org.apache.derbyTesting.junit.JDBC.assertFullResultSet(JDBC.java:957)
> 	at org.apache.derbyTesting.junit.JDBC.assertFullResultSet(JDBC.java:915)
> 	at org.apache.derbyTesting.junit.JDBC.assertSingleValueResultSet(JDBC.java:900)
> 	at org.apache.derbyTesting.functionTests.tests.lang.XplainStatisticsTest.testSimpleXplainOnly(XplainStatisticsTest.java:1148)
> 	at org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:117)
> 	at org.apache.derbyTesting.junit.BaseJDBCTestCase.runBareOverridable(BaseJDBCTestCase.java:439)
> 	at org.apache.derbyTesting.junit.BaseJDBCTestCase.runBare(BaseJDBCTestCase.java:456)
> 	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)
> 	at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57)
> http://download.java.net/javadesktop/derby/javadb-5579365-report/javadb-task-3690182.html
>     junit.framework.AssertionFailedError: Column value mismatch @ column '1', row 1:
>     Expected: >4<
>     Found:    >7<
> 	at org.apache.derbyTesting.junit.JDBC.assertRowInResultSet(JDBC.java:1278)
> 	at org.apache.derbyTesting.junit.JDBC.assertRowInResultSet(JDBC.java:1190)
> 	at org.apache.derbyTesting.junit.JDBC.assertFullResultSetMinion(JDBC.java:1077)
> 	at org.apache.derbyTesting.junit.JDBC.assertFullResultSet(JDBC.java:1000)
> 	at org.apache.derbyTesting.junit.JDBC.assertFullResultSet(JDBC.java:957)
> 	at org.apache.derbyTesting.junit.JDBC.assertFullResultSet(JDBC.java:915)
> 	at org.apache.derbyTesting.junit.JDBC.assertSingleValueResultSet(JDBC.java:900)
> 	at org.apache.derbyTesting.functionTests.tests.lang.XplainStatisticsTest.testSimpleXplainOnly(XplainStatisticsTest.java:1183)
> 	at org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:117)
> 	at org.apache.derbyTesting.junit.BaseJDBCTestCase.runBareOverridable(BaseJDBCTestCase.java:439)
> 	at org.apache.derbyTesting.junit.BaseJDBCTestCase.runBare(BaseJDBCTestCase.java:456)
> 	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)
> 	at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57)



--
This message was sent by Atlassian JIRA
(v6.2#6252)