[
https://issues.apache.org/jira/browse/DERBY-4038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Myrna van Lunteren updated DERBY-4038:
--------------------------------------
Attachment: DERBY-4038.diff_3
Attaching a 3rd patch.
I think this addresses the previous comments, including using
SYSCS_DIAG.SpaceTable calls. The problem with the 0 pages visited was (duh)
because no data was actually fetched in the converted test - after I added a
check the statistics do show 1 pages visted.
My next step is to run this test through the various encryptions.
I tried to add this test to suites.EncryptionSuite.baseSuite, which then looked
like this:
------------
TestSuite suite = new TestSuite("Encryption Algorithm: " + algorithm);
//...
suite.addTestSuite(EncryptionSuite.class);
suite.addTestSuite(org.apache.derbyTesting.functionTests.tests.store.AccessTest.class);
return suite;
------------
but that resulted in the decorateSQL in AccessTest not being honored.
Does anyone have a suggestion how to put those two pieces of the puzzle
together?
> On Z/OS store/access.sql fails with encryptionAES and encryptionDES
> -------------------------------------------------------------------
>
> Key: DERBY-4038
> URL: https://issues.apache.org/jira/browse/DERBY-4038
> Project: Derby
> Issue Type: Bug
> Components: Test
> Affects Versions: 10.3.3.0
> Environment: java version "1.6.0"
> Java(TM) SE Runtime Environment (build pmz6460sr3-20081108_01(SR3))
> IBM J9 VM (build 2.4, J2RE 1.6.0 IBM J9 2.4 z/OS s390x-64
> jvmmz6460-20081107_25433 (JIT enabled, AOT enabled)
> J9VM - 20081105_025433_BHdSMr
> JIT - r9_20081031_1330
> GC - 20081027_AB)
> JCL - 20081106_01
> $ pwd
> Reporter: Kathey Marsden
> Priority: Minor
> Attachments: access.diff, access.out, DERBY-4038.diff_1,
> DERBY-4038.diff_2, DERBY-4038.diff_3, runaccess.out
>
>
> On Z/OS access.sql fails for encryptionAES and encryptionDES. The diff is big
> but I can't quite make out what the problem is. Maybe just a change of query
> plans.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.