testDynamicArgsMetaData has been failing since Aug 24th on weme6.2 with
NoSuchMethodError
-----------------------------------------------------------------------------------------
Key: DERBY-4384
URL: https://issues.apache.org/jira/browse/DERBY-4384
Project: Derby
Issue Type: Bug
Components: Test
Affects Versions: 10.6.0.0
Environment: weme 6.2
Reporter: Mamta A. Satoor
testDynamicArgsMetaData has been failing on weme6.2 with following exception.
1)
testDynamicArgsMetaData(org.apache.derbyTesting.functionTests.tests.lang.OffsetFetchNextTest)java.lang.NoSuchMethodError:
java/sql/PreparedStatement.getParameterMetaData()Ljava/sql/ParameterMetaData;
at
org.apache.derbyTesting.functionTests.tests.lang.OffsetFetchNextTest.testDynamicArgsMetaData(OffsetFetchNextTest.java:788)
at java.lang.reflect.AccessibleObject.invokeV(AccessibleObject.java:195)
at
org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:109)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
at junit.extensions.TestSetup.run(TestSetup.java:23)
at
org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57)
Kathey posted in her mail to Derby dev list that "I assume the failure was
introduced by revision 807337 for DERBY-4208 (Parameters ? with OFFSET and/or
FETCH) by Dag. That is the change that added the test on August 24."
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.