[
https://issues.apache.org/jira/browse/DERBY-2807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ole Solberg updated DERBY-2807:
-------------------------------
Attachment: derby-2807-v1.diff.txt
A
java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/Compat_BlobClob4BlobTest.java
A
java/testing/org/apache/derbyTesting/functionTests/tests/junitTests/compatibility/BLOBCLOB_CompatibilitySuite.java
M
java/testing/org/apache/derbyTesting/functionTests/tests/junitTests/compatibility/CompatibilitySuite.java
M java/testing/org/apache/derbyTesting/junit/TestConfiguration.java
A Compat_BlobClob4BlobTest:
Run the tests of BlobClob4BlobTest in server-client mode on an already
started server.
A BLOBCLOB_CompatibilitySuite:
Subclassing CompatibilitySuite.
Test suite() and entrypoint to run Compat_BlobClob4BlobTest.suite().
M CompatibilitySuite:
Package access for findClient, findServer, parseVMLevel, parseArgs,
parseServerVMVersion.
M TestConfiguration:
Decorators to run tests against an already running server:
defaultExistingServerSuite, clientExistingServerSuite,
defaultExistingServerDecorator.
-------
In compatibilitytest.properties (See
java/testing/org/apache/derbyTesting/functionTests/tests/junitTests/compatibility/CompatibilityCombinations.java)
use
test.testSuite=org.apache.derbyTesting.functionTests.tests.junitTests.compatibility.BLOBCLOB_CompatibilitySuite
test.runEmbedded=false
CompatibilityCombinations selects and starts the requested Derby server
versions, and selects and runs the test on the requested Derby client versions.
NB! Depends on DERBY-2316, derby-2316_v3.diff.txt.
> Create a test for BlobClob compatibility on Derby server versions vs. Derby
> client versions.
> --------------------------------------------------------------------------------------------
>
> Key: DERBY-2807
> URL: https://issues.apache.org/jira/browse/DERBY-2807
> Project: Derby
> Issue Type: Improvement
> Components: Test
> Affects Versions: 10.3.0.0
> Reporter: Ole Solberg
> Assignee: Ole Solberg
> Priority: Minor
> Attachments: derby-2807-v1.diff.txt
>
>
> Run '..../tests/jdbcapi/BlobClob4BlobTest.java' in the
> 'java/testing/org/apache/derbyTesting/functionTests/tests/junitTests/compatibility/CompatibilityCombinations.java'
> framework to test combinations of Derby server versions vs. Derby client
> versions. The CompatibilityCombinations framework also allows varying the JVM
> version used on the server and client side.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.