Return-Path: X-Original-To: apmail-db-derby-dev-archive@www.apache.org Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EAB68D19A for ; Thu, 16 Aug 2012 18:49:41 +0000 (UTC) Received: (qmail 50871 invoked by uid 500); 16 Aug 2012 18:49:39 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 50808 invoked by uid 500); 16 Aug 2012 18:49:39 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 50442 invoked by uid 99); 16 Aug 2012 18:49:39 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Aug 2012 18:49:39 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 9AAFB2C5BFA for ; Thu, 16 Aug 2012 18:49:38 +0000 (UTC) Date: Fri, 17 Aug 2012 05:49:38 +1100 (NCT) From: "Myrna van Lunteren (JIRA)" To: derby-dev@db.apache.org Message-ID: <562988878.20380.1345142978634.JavaMail.jiratomcat@arcas> In-Reply-To: <2047068399.9842.1335806148852.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Closed] (DERBY-5735) 2 failures in Derby2017LayerATest on trunk(revision 1332036) with ibm17 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DERBY-5735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Myrna van Lunteren closed DERBY-5735. ------------------------------------- Resolution: Duplicate > 2 failures in Derby2017LayerATest on trunk(revision 1332036) with ibm17 > ----------------------------------------------------------------------- > > Key: DERBY-5735 > URL: https://issues.apache.org/jira/browse/DERBY-5735 > Project: Derby > Issue Type: Bug > Affects Versions: 10.9.1.0 > Environment: Windows machine with ibm17 > Reporter: Mamta A. Satoor > > Not sure if anyone is aware of following 2 failures. suites.All.out shows following > 1) cs_FailedStreamInsertCharBufferBoundaries(org.apache.derbyTesting.functionTests.tests.jdbcapi.Derby2017LayerATest)junit.framework.ComparisonFailure: Unexpected SQL state. expected:<[X0Y32]> but was:<[25503]> > at org.apache.derbyTesting.junit.BaseJDBCTestCase.assertSQLState(BaseJDBCTestCase.java:811) > at org.apache.derbyTesting.junit.BaseJDBCTestCase.assertSQLState(BaseJDBCTestCase.java:854) > at org.apache.derbyTesting.functionTests.tests.jdbcapi.Derby2017LayerATest.doInsertTest(Derby2017LayerATest.java:492) > at org.apache.derbyTesting.functionTests.tests.jdbcapi.Derby2017LayerATest.cs_FailedStreamInsertCharBufferBoundaries(Derby2017LayerATest.java:166) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:88) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55) > at org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:113) > 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) > 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: java.sql.SQLException: DDL is not permitted for a read-only connection, user or database. > at org.apache.derby.client.am.SQLExceptionFactory40.getSQLException(Unknown Source) > at org.apache.derby.client.am.SqlException.getSQLException(Unknown Source) > at org.apache.derby.client.am.Statement.executeUpdate(Unknown Source) > at org.apache.derbyTesting.functionTests.tests.jdbcapi.Derby2017LayerATest.doInsertTest(Derby2017LayerATest.java:490) > ... 34 more > Caused by: org.apache.derby.client.am.SqlException: DDL is not permitted for a read-only connection, user or database. > at org.apache.derby.client.am.Statement.completeSqlca(Unknown Source) > at org.apache.derby.client.am.Statement.completeExecuteImmediate(Unknown Source) > at org.apache.derby.client.net.NetStatementReply.parseEXCSQLIMMreply(Unknown Source) > at org.apache.derby.client.net.NetStatementReply.readExecuteImmediate(Unknown Source) > at org.apache.derby.client.net.StatementReply.readExecuteImmediate(Unknown Source) > at org.apache.derby.client.net.NetStatement.readExecuteImmediate_(Unknown Source) > at org.apache.derby.client.am.Statement.readExecuteImmediate(Unknown Source) > at org.apache.derby.client.am.Statement.flowExecute(Unknown Source) > at org.apache.derby.client.am.Statement.executeUpdateX(Unknown Source) > ... 36 more > 2) cs_StreamInsertCharBufferBoundary(org.apache.derbyTesting.functionTests.tests.jdbcapi.Derby2017LayerATest)junit.framework.ComparisonFailure: Unexpected SQL state. expected:<[X0Y32]> but was:<[25503]> > at org.apache.derbyTesting.junit.BaseJDBCTestCase.assertSQLState(BaseJDBCTestCase.java:811) > at org.apache.derbyTesting.junit.BaseJDBCTestCase.assertSQLState(BaseJDBCTestCase.java:854) > at org.apache.derbyTesting.functionTests.tests.jdbcapi.Derby2017LayerATest.cs_StreamInsertCharBufferBoundary(Derby2017LayerATest.java:100) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:88) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55) > at org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:113) > 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) > 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: java.sql.SQLException: DDL is not permitted for a read-only connection, user or database. > at org.apache.derby.client.am.SQLExceptionFactory40.getSQLException(Unknown Source) > at org.apache.derby.client.am.SqlException.getSQLException(Unknown Source) > at org.apache.derby.client.am.Statement.executeUpdate(Unknown Source) > at org.apache.derbyTesting.functionTests.tests.jdbcapi.Derby2017LayerATest.cs_StreamInsertCharBufferBoundary(Derby2017LayerATest.java:98) > ... 33 more > Caused by: org.apache.derby.client.am.SqlException: DDL is not permitted for a read-only connection, user or database. > at org.apache.derby.client.am.Statement.completeSqlca(Unknown Source) > at org.apache.derby.client.am.Statement.completeExecuteImmediate(Unknown Source) > at org.apache.derby.client.net.NetStatementReply.parseEXCSQLIMMreply(Unknown Source) > at org.apache.derby.client.net.NetStatementReply.readExecuteImmediate(Unknown Source) > at org.apache.derby.client.net.StatementReply.readExecuteImmediate(Unknown Source) > at org.apache.derby.client.net.NetStatement.readExecuteImmediate_(Unknown Source) > at org.apache.derby.client.am.Statement.readExecuteImmediate(Unknown Source) > at org.apache.derby.client.am.Statement.flowExecute(Unknown Source) > at org.apache.derby.client.am.Statement.executeUpdateX(Unknown Source) > ... 35 more -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira