Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 62211 invoked from network); 17 Apr 2006 23:59:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Apr 2006 23:59:21 -0000 Received: (qmail 49197 invoked by uid 500); 17 Apr 2006 23:59:20 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 48971 invoked by uid 500); 17 Apr 2006 23:59:20 -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 48962 invoked by uid 99); 17 Apr 2006 23:59:19 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Apr 2006 16:59:19 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Apr 2006 16:59:19 -0700 Received: from brutus (localhost.localdomain [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6BD8F7142C1 for ; Mon, 17 Apr 2006 23:58:21 +0000 (GMT) Message-ID: <18152086.1145318301313.JavaMail.jira@brutus> Date: Mon, 17 Apr 2006 23:58:21 +0000 (GMT+00:00) From: "Myrna van Lunteren (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Created: (DERBY-1226) test resultset.java fails with 10.2 derby client with zOS MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N test resultset.java fails with 10.2 derby client with zOS --------------------------------------------------------- Key: DERBY-1226 URL: http://issues.apache.org/jira/browse/DERBY-1226 Project: Derby Type: Bug Components: Regression Test Failure Versions: 10.2.0.0 Environment: zOS and ibm14 or ibm15 Reporter: Myrna van Lunteren The test jdbcapi/resultset.java fails with ibm14 and ibm15 with 10.2 Does not fail with ibm 10.1.2 The failure is that apparently there's a Data Conversion SQLException occurring - the test doesn't actually print this out. A repro is needed, but I'm logging the failure first. this is the diff: ----------------------------- Framework: DerbyNetClient *** Start: resultset jdk1.4.2 DerbyNetClient 2006-04-17 19:40:07 *** 1948 del < COL1(datatype : DATE, precision : 10, scale : 0) 1949 del < ------------------------------------------------ 1950 del < {2000-01-01} 1951 del < {null} 1952 del < {null} 1953 del < {2000-01-01} 1953a1948 > Data Conversion SQLException 1956 del < COL1(datatype : TIME, precision : 8, scale : 0) 1957 del < ----------------------------------------------- 1958 del < {15:30:20} 1959 del < {null} 1960 del < {null} 1961 del < {null} 1961a1951 > Data Conversion SQLException 1964 del < COL1(datatype : TIMESTAMP, precision : 26, scale : 6) 1965 del < ----------------------------------------------------- 1966 del < {xxxxxxFILTERED-TIMESTAMPxxxxx} 1967 del < {null} 1968 del < {null} 1969 del < {null} 1969a1954 > Data Conversion SQLException ------------------------------------------------------------- This does fail with both ibm14 and ibm15, it does not fail with jcc, it does not fail with 10.1.(current build). I marked it as Regression, because it doesn't occur with 10.1, but I can't say whether this test ever passed since implementing the fix for DERBY-877. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira