Thx for changing the test...
 
You shouldn't need to run derbyall with other jvms... However, I think you should run the test with -Dframework=DerbyNetClient with jdk131, ibm131 and jdk14. One of these, you're already doing with derbyall, you may be doing the others but didn't specifically mention it. 
The test is excluded from running with DerbyNet, so you don't need to worry about that one at this point.
 
This brings up a good point...
 
I  think, although it makes sense to run derbyall regularly, my personal feeling is that if you are really *only* changing the source for 1 test, you do not need to run derbyall.
Instead, I think in that case your time would be spent more productively to run that test in all configurations it currently runs in if feasible. (I noticed this test has j9 canons. ;-) ).
 
A search for the test in the suites directory, and for its output in the master directory should give enough info on what configuration to double check, or ask for help on.
 
Anyone disagree?
Myrna

 
On 2/17/06, Fernanda Pizzorno (JIRA) <[email protected]> wrote:
    [ http://issues.apache.org/jira/browse/DERBY-975?page=all ]

Fernanda Pizzorno updated DERBY-975:
------------------------------------

   Attachment: derby-975.diff
               derby-975.stat

I have changed updatableResultSet.java so that it will not print e.getMessage() when running with version 1.3 or lower.

I have successfully run updatableResultSet.java on jdk 1.3 and 1.4.2, and ibm 1.3.1 and at the moment I am running derbyall. Should I also run derbyall on several jvms?

> lang/updatableResultSet.java fails on ibm13 jvm.
> ------------------------------------------------
>
>          Key: DERBY-975
>          URL: http://issues.apache.org/jira/browse/DERBY-975
>      Project: Derby
>         Type: Bug
>   Components: Regression Test Failure
>  Environment: Java Version:    1.3.1
> Java Vendor:     IBM Corporation
>     Reporter: Suresh Thalamati
>     Assignee: Fernanda Pizzorno
>     Priority: Minor
>  Attachments: derby-975.diff, derby-975.stat
>
> *** Start: updatableResultSet jdk1.3.1 2006-02-13 16:52:29 ***
> 2896 del
> < null
> 2896a2896
> > java.sql.Connection: method setHoldability(I)V not found
> 2899 del
> < null
> 2899a2899
> > java.sql.Connection: method setHoldability(I)V not found
> Test Failed.
> *** End:   updatableResultSet jdk1.3.1 2006-02-13 16:55:01 ***

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