Cool. Thanks, Andrew!
Andrew McIntyre (JIRA) wrote:
[ http://issues.apache.org/jira/browse/DERBY-1133?page=comments#action_12371331 ]
Andrew McIntyre commented on DERBY-1133:
----------------------------------------
Hi Rick, just read the readme. If you want to keep the running of the jdbc40
tests to a single command, you could always set the suite files up like so:
jdbc40all.properties:
suites=jdbc40 jdbc40netclient
jdbc40netclient.properties:
framework=DerbyNetClient
suites=jdbc40
Then you just need to run jdbc40all to get both runs in a single command.
Split jdbc4 tests so that the suite can be run independently under the embedded
and DerbyNetClients like other Derby test suites
--------------------------------------------------------------------------------------------------------------------------------
Key: DERBY-1133
URL: http://issues.apache.org/jira/browse/DERBY-1133
Project: Derby
Type: Improvement
Components: Test
Versions: 10.2.0.0
Reporter: Rick Hillegas
Assignee: Rick Hillegas
Attachments: bug1133.diff, bug1133_rev2.diff
Right now the jdbc4 suite runs under the DerbyNetClient. However, under the
covers, the tests also run themselves against the embedded client. We should
fix these tests so that the whole suite can run just under DerbyNetClient or
just under the embedded client.