[ http://issues.apache.org/jira/browse/DERBY-1366?page=all ]

Myrna van Lunteren updated DERBY-1366:
--------------------------------------

    Attachment: tests_20060531.stat
                tests_20060531.diff

I already sent this trunk patch to derby-dev, but to ensure it's not getting 
lost, and to add a 10.0 patch I've created this jira bug...

This is what I sent to the list:
Attached is patch tests_20060531.diff (and stat) for the trunk, which removes 
some failures in derbyall runs with less commonly tested jvms by making a 
number of minor changes:

- after the fix for DERBY-577 all .java tests that use ext*
directories failed with the 'j9' jvms (wsdd5.6, wctme5.7,
wctme5.7_foundation - i.e. all jvms which have executable 'j9' instead of 
java). When I first started working with those jvms it seemed that those jvms 
decided another directory was user.dir, and the only solution I could see at 
the time was to add a section changing the directory. Removing the setting of 
user.dir made all jvms work the same way, so this if block had to come out, but 
I had forgotten...(change to RunTest.java that can only possibly affect j9 runs)

- because the j9 jvms do not run with security manager, the output of the test 
RunClassPathTester.java cannot be made stable. Adding 
RunClassPathTester_app.properties to skip the test with those jvms.

- wctme5.7_foundation required updated master(canon) for
grantRevokeDDL and outparams, and the canon for grantRevoke is no longer needed.

- upgrade test cannot be run with jdk131, ibm131, wsdd5.6, wctme5.7 or 
wctme5.7_foundation because it uses classes not present in those jvms. Added 
suites/upgrade.properties to skip.

I tested derbyall with wctme5.7_foundation and wctme5.7, ran affected tests 
with wsdd5.6, and upgrade suite with wcmte*, wsdd5.6, ibm131,jdk131, jdk142.


> minor patching up of some test issues - state May 31 2006
> ---------------------------------------------------------
>
>          Key: DERBY-1366
>          URL: http://issues.apache.org/jira/browse/DERBY-1366
>      Project: Derby
>         Type: Test

>   Components: Regression Test Failure
>     Versions: 10.0.2.2, 10.2.0.0
>     Reporter: Myrna van Lunteren
>     Assignee: Myrna van Lunteren
>     Priority: Trivial
>      Fix For: 10.0.2.2, 10.2.0.0
>  Attachments: tests_20060531.diff, tests_20060531.stat
>
> Some minor adjustments to the test source is needed for some less often 
> tested jvms
> the failures to be fixed are:
> 10.0.2.2 - wsdd5.6: 
> tools/dblook_test.java
> lang/holdCursorIJ.sql
> lang/floattypes.sql
> 10.2:
> wsdd5.6, wctme5.7, wctme5.7_foundation:
> - all .java tests that depend on *ext* directories that run with these jvms
> wctme5.7_foundation:
> - lang/grantRevokeDDL.sql
> - lang/grantRevoke.java
> - lang/outparams.java
> wsdd5.6, wctme5.7
> - demo/RunClassPathTester.java
> jdk131, ibm131, wssd5.6, wctme5.7:
> - upgradeTests/Upgrade_10_1_10_2.java

-- 
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

Reply via email to