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