You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Deepa Remesh (JIRA)" <de...@db.apache.org> on 2005/09/30 01:14:47 UTC

[jira] Created: (DERBY-593) Add jdk14 suite to network server tests

Add jdk14 suite to network server tests
---------------------------------------

         Key: DERBY-593
         URL: http://issues.apache.org/jira/browse/DERBY-593
     Project: Derby
        Type: Sub-task
  Components: Test  
    Versions: 10.2.0.0    
    Reporter: Deepa Remesh
    Priority: Minor


For another patch, I have added more tests to lang/holdCursorJava.java. This test is in jdk14 suite, which is not run with network server. I want to run this test with Derby client driver. Will submit a patch to add jdk14 to the test suites for network server. 

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


[jira] Reopened: (DERBY-593) Add jdk14 suite to network server tests

Posted by "Deepa Remesh (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-593?page=all ]
     
Deepa Remesh reopened DERBY-593:
--------------------------------


Port to 10.1

> Add jdk14 suite to network server tests
> ---------------------------------------
>
>          Key: DERBY-593
>          URL: http://issues.apache.org/jira/browse/DERBY-593
>      Project: Derby
>         Type: Sub-task

>   Components: Test
>     Versions: 10.2.0.0
>     Reporter: Deepa Remesh
>     Assignee: Deepa Remesh
>     Priority: Minor
>      Fix For: 10.2.0.0
>  Attachments: derby-593-patch.diff, derby-593-patch.status
>
> For another patch, I have added more tests to lang/holdCursorJava.java. This test is in jdk14 suite, which is not run with network server. I want to run this test with Derby client driver. Will submit a patch to add jdk14 to the test suites for network server. 

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


[jira] Updated: (DERBY-593) Add jdk14 suite to network server tests

Posted by "Deepa Remesh (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-593?page=all ]

Deepa Remesh updated DERBY-593:
-------------------------------

    Attachment: derby-593-patch.diff
                derby-593-patch.status

This patch adds jdk14 suite to derbynetmats. Ran derbyall with Sun jdk1.4.2. No failures. A summary of tests is below:

Total tests in jdk14 suite: 10
DerbyNetClient: 7 pass, 3 excluded
DerbyNet: 6 pass, 4 excluded

jdbcapi/autoGeneratedJdbc30.java - PASS - With no changes
jdbcapi/dbMetaDataJdbc30.java - PASS - With no changes
lang/holdCursorJava.java - PASS - Minor change to test for DerbyNetClient. EXCLUDE for DerbyNet.
jdbcapi/checkDataSource30.java - EXCLUDE - Need to look into failure
jdbcapi/parameterMetaDataJdbc30.java - PASS - With no changes
lang/procedureJdbc30.java - PASS - Added new master files
jdbcapi/resultsetJdbc30.java - EXCLUDE - None of the tested features are supported by both client drivers
jdbcapi/statementJdbc30.java - EXCLUDE - Need to look into failure
jdbcapi/savepointJdbc30.java - PASS - With no changes
store/bootLock.java - PASS - With no changes


> Add jdk14 suite to network server tests
> ---------------------------------------
>
>          Key: DERBY-593
>          URL: http://issues.apache.org/jira/browse/DERBY-593
>      Project: Derby
>         Type: Sub-task
>   Components: Test
>     Versions: 10.2.0.0
>     Reporter: Deepa Remesh
>     Assignee: Deepa Remesh
>     Priority: Minor
>  Attachments: derby-593-patch.diff, derby-593-patch.status
>
> For another patch, I have added more tests to lang/holdCursorJava.java. This test is in jdk14 suite, which is not run with network server. I want to run this test with Derby client driver. Will submit a patch to add jdk14 to the test suites for network server. 

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


[jira] Commented: (DERBY-593) Add jdk14 suite to network server tests

Posted by "Kathey Marsden (JIRA)" <de...@db.apache.org>.
    [ http://issues.apache.org/jira/browse/DERBY-593?page=comments#action_12330975 ] 

Kathey Marsden commented on DERBY-593:
--------------------------------------

This looks great  Deepa. I can't wait to see what it does for our client code coverage numbers.
I'll commit this patch.


> Add jdk14 suite to network server tests
> ---------------------------------------
>
>          Key: DERBY-593
>          URL: http://issues.apache.org/jira/browse/DERBY-593
>      Project: Derby
>         Type: Sub-task
>   Components: Test
>     Versions: 10.2.0.0
>     Reporter: Deepa Remesh
>     Assignee: Deepa Remesh
>     Priority: Minor
>  Attachments: derby-593-patch.diff, derby-593-patch.status
>
> For another patch, I have added more tests to lang/holdCursorJava.java. This test is in jdk14 suite, which is not run with network server. I want to run this test with Derby client driver. Will submit a patch to add jdk14 to the test suites for network server. 

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


[jira] Updated: (DERBY-593) Add jdk14 suite to network server tests

Posted by "Deepa Remesh (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-593?page=all ]

Deepa Remesh updated DERBY-593:
-------------------------------

    Attachment: derby-593-10.1.diff
                derby-593-10.1.status

Attaching a patch 'derby-593-10.1.diff' which adds jdk14 suite to run with DerbyNet and DerbyNetClient framework in 10.1 branch. It merges svn revision # 292910.  When I was trying to enable jdbcapi/checkDataSource30.java to run with client in 10.1, I found that this test is a part of jdk14 suite. This is the reason for porting this change. However, in this patch, checkDataSource30 is still excluded from running with client. Some more work is needed to enable this test and I plan to submit this as part of DERBY-435.

With this patch, I ran jdk14 suite with DerbyNet and DerbyNetClient frameworks in 10.1 branch using Sun jdk1.4.2 on Windows XP. I would appreciate if someone can take a look at this patch.



> Add jdk14 suite to network server tests
> ---------------------------------------
>
>          Key: DERBY-593
>          URL: http://issues.apache.org/jira/browse/DERBY-593
>      Project: Derby
>         Type: Sub-task

>   Components: Test
>     Versions: 10.2.0.0
>     Reporter: Deepa Remesh
>     Assignee: Deepa Remesh
>     Priority: Minor
>      Fix For: 10.2.0.0
>  Attachments: derby-593-10.1.diff, derby-593-10.1.status, derby-593-patch.diff, derby-593-patch.status
>
> For another patch, I have added more tests to lang/holdCursorJava.java. This test is in jdk14 suite, which is not run with network server. I want to run this test with Derby client driver. Will submit a patch to add jdk14 to the test suites for network server. 

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


[jira] Assigned: (DERBY-593) Add jdk14 suite to network server tests

Posted by "Deepa Remesh (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-593?page=all ]

Deepa Remesh reassigned DERBY-593:
----------------------------------

    Assign To: Deepa Remesh

> Add jdk14 suite to network server tests
> ---------------------------------------
>
>          Key: DERBY-593
>          URL: http://issues.apache.org/jira/browse/DERBY-593
>      Project: Derby
>         Type: Sub-task
>   Components: Test
>     Versions: 10.2.0.0
>     Reporter: Deepa Remesh
>     Assignee: Deepa Remesh
>     Priority: Minor

>
> For another patch, I have added more tests to lang/holdCursorJava.java. This test is in jdk14 suite, which is not run with network server. I want to run this test with Derby client driver. Will submit a patch to add jdk14 to the test suites for network server. 

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


[jira] Resolved: (DERBY-593) Add jdk14 suite to network server tests

Posted by "Deepa Remesh (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-593?page=all ]
     
Deepa Remesh resolved DERBY-593:
--------------------------------

    Fix Version: 10.2.0.0
     Resolution: Fixed

> Add jdk14 suite to network server tests
> ---------------------------------------
>
>          Key: DERBY-593
>          URL: http://issues.apache.org/jira/browse/DERBY-593
>      Project: Derby
>         Type: Sub-task
>   Components: Test
>     Versions: 10.2.0.0
>     Reporter: Deepa Remesh
>     Assignee: Deepa Remesh
>     Priority: Minor
>      Fix For: 10.2.0.0
>  Attachments: derby-593-patch.diff, derby-593-patch.status
>
> For another patch, I have added more tests to lang/holdCursorJava.java. This test is in jdk14 suite, which is not run with network server. I want to run this test with Derby client driver. Will submit a patch to add jdk14 to the test suites for network server. 

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


[jira] Commented: (DERBY-593) Add jdk14 suite to network server tests

Posted by "Kathey Marsden (JIRA)" <de...@db.apache.org>.
    [ http://issues.apache.org/jira/browse/DERBY-593?page=comments#action_12331007 ] 

Kathey Marsden commented on DERBY-593:
--------------------------------------

committed to trunk

Date: Fri Sep 30 19:53:01 2005
New Revision: 292910

URL: http://svn.apache.org/viewcvs?rev=292910&view=rev


> Add jdk14 suite to network server tests
> ---------------------------------------
>
>          Key: DERBY-593
>          URL: http://issues.apache.org/jira/browse/DERBY-593
>      Project: Derby
>         Type: Sub-task
>   Components: Test
>     Versions: 10.2.0.0
>     Reporter: Deepa Remesh
>     Assignee: Deepa Remesh
>     Priority: Minor
>  Attachments: derby-593-patch.diff, derby-593-patch.status
>
> For another patch, I have added more tests to lang/holdCursorJava.java. This test is in jdk14 suite, which is not run with network server. I want to run this test with Derby client driver. Will submit a patch to add jdk14 to the test suites for network server. 

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


[jira] Closed: (DERBY-593) Add jdk14 suite to network server tests

Posted by "Deepa Remesh (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-593?page=all ]
     
Deepa Remesh closed DERBY-593:
------------------------------


> Add jdk14 suite to network server tests
> ---------------------------------------
>
>          Key: DERBY-593
>          URL: http://issues.apache.org/jira/browse/DERBY-593
>      Project: Derby
>         Type: Sub-task

>   Components: Test
>     Versions: 10.2.0.0
>     Reporter: Deepa Remesh
>     Assignee: Deepa Remesh
>     Priority: Minor
>      Fix For: 10.2.0.0, 10.1.3.0, 10.1.2.5
>  Attachments: derby-593-10.1.diff, derby-593-10.1.status, derby-593-patch.diff, derby-593-patch.status
>
> For another patch, I have added more tests to lang/holdCursorJava.java. This test is in jdk14 suite, which is not run with network server. I want to run this test with Derby client driver. Will submit a patch to add jdk14 to the test suites for network server. 

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


[jira] Resolved: (DERBY-593) Add jdk14 suite to network server tests

Posted by "Kathey Marsden (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-593?page=all ]
     
Kathey Marsden resolved DERBY-593:
----------------------------------

    Fix Version: 10.1.3.0
                 10.1.2.5
     Resolution: Fixed

Committed to 10.1

Date: Mon Jun  5 22:00:03 2006
New Revision: 412006

URL: http://svn.apache.org/viewvc?rev=412006&view=rev


> Add jdk14 suite to network server tests
> ---------------------------------------
>
>          Key: DERBY-593
>          URL: http://issues.apache.org/jira/browse/DERBY-593
>      Project: Derby
>         Type: Sub-task

>   Components: Test
>     Versions: 10.2.0.0
>     Reporter: Deepa Remesh
>     Assignee: Deepa Remesh
>     Priority: Minor
>      Fix For: 10.2.0.0, 10.1.3.0, 10.1.2.5
>  Attachments: derby-593-10.1.diff, derby-593-10.1.status, derby-593-patch.diff, derby-593-patch.status
>
> For another patch, I have added more tests to lang/holdCursorJava.java. This test is in jdk14 suite, which is not run with network server. I want to run this test with Derby client driver. Will submit a patch to add jdk14 to the test suites for network server. 

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


[jira] Closed: (DERBY-593) Add jdk14 suite to network server tests

Posted by "Deepa Remesh (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-593?page=all ]
     
Deepa Remesh closed DERBY-593:
------------------------------


> Add jdk14 suite to network server tests
> ---------------------------------------
>
>          Key: DERBY-593
>          URL: http://issues.apache.org/jira/browse/DERBY-593
>      Project: Derby
>         Type: Sub-task
>   Components: Test
>     Versions: 10.2.0.0
>     Reporter: Deepa Remesh
>     Assignee: Deepa Remesh
>     Priority: Minor
>      Fix For: 10.2.0.0
>  Attachments: derby-593-patch.diff, derby-593-patch.status
>
> For another patch, I have added more tests to lang/holdCursorJava.java. This test is in jdk14 suite, which is not run with network server. I want to run this test with Derby client driver. Will submit a patch to add jdk14 to the test suites for network server. 

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