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 "Myrna van Lunteren (JIRA)" <ji...@apache.org> on 2008/02/12 23:24:08 UTC

[jira] Created: (DERBY-3410) split DataSourceTest into test for basic datasources and j2ee datasources

split DataSourceTest into test for basic datasources and j2ee datasources
-------------------------------------------------------------------------

                 Key: DERBY-3410
                 URL: https://issues.apache.org/jira/browse/DERBY-3410
             Project: Derby
          Issue Type: Improvement
          Components: Test
    Affects Versions: 10.4.0.0
            Reporter: Myrna van Lunteren
            Priority: Trivial


The test DataSourceTest is currently not run with JSR169, because the test includes calls to classes and methods that are not supported in that environment.
However, with JSR169 the only supported connection mechanism is a datasource, so it seems very hollowing to not even have this test run with JSR169.

I posted a question, asking if a split was a good idea (with an initial attempt), in thread:
http://www.nabble.com/minimized-DataSourceTest-for-JSR169--to15364534.html#a15364534



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (DERBY-3410) split DataSourceTest into test for basic datasources and j2ee datasources

Posted by "Myrna van Lunteren (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-3410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Myrna van Lunteren updated DERBY-3410:
--------------------------------------

    Attachment: DERBY-3410.diff

Attaching a patch that makes DataSourceTest the test for all basic datasources test fixtures; I think that should mean it should exercise simple tests for EmbeddedSimpleDataSource, EmbeddedDataSource, ClientDataSource, EmbeddedDataSource40 and ClientDataSource40.

I split off the test fixtures for ConnectionPoolDataSources and XADataSources into J2EEDataSourceTest.

If there are no comments on this I'll commit in a few hours.


> split DataSourceTest into test for basic datasources and j2ee datasources
> -------------------------------------------------------------------------
>
>                 Key: DERBY-3410
>                 URL: https://issues.apache.org/jira/browse/DERBY-3410
>             Project: Derby
>          Issue Type: Improvement
>          Components: Test
>    Affects Versions: 10.4.0.0
>            Reporter: Myrna van Lunteren
>            Assignee: Myrna van Lunteren
>            Priority: Trivial
>         Attachments: DERBY-3410.diff, SimpleDSTest.diff
>
>
> The test DataSourceTest is currently not run with JSR169, because the test includes calls to classes and methods that are not supported in that environment.
> However, with JSR169 the only supported connection mechanism is a datasource, so it seems very hollowing to not even have this test run with JSR169.
> I posted a question, asking if a split was a good idea (with an initial attempt), in thread:
> http://www.nabble.com/minimized-DataSourceTest-for-JSR169--to15364534.html#a15364534

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (DERBY-3410) split DataSourceTest into test for basic datasources and j2ee datasources

Posted by "Myrna van Lunteren (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-3410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Myrna van Lunteren reassigned DERBY-3410:
-----------------------------------------

    Assignee: Myrna van Lunteren

> split DataSourceTest into test for basic datasources and j2ee datasources
> -------------------------------------------------------------------------
>
>                 Key: DERBY-3410
>                 URL: https://issues.apache.org/jira/browse/DERBY-3410
>             Project: Derby
>          Issue Type: Improvement
>          Components: Test
>    Affects Versions: 10.4.0.0
>            Reporter: Myrna van Lunteren
>            Assignee: Myrna van Lunteren
>            Priority: Trivial
>         Attachments: SimpleDSTest.diff
>
>
> The test DataSourceTest is currently not run with JSR169, because the test includes calls to classes and methods that are not supported in that environment.
> However, with JSR169 the only supported connection mechanism is a datasource, so it seems very hollowing to not even have this test run with JSR169.
> I posted a question, asking if a split was a good idea (with an initial attempt), in thread:
> http://www.nabble.com/minimized-DataSourceTest-for-JSR169--to15364534.html#a15364534

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (DERBY-3410) split DataSourceTest into test for basic datasources and j2ee datasources

Posted by "Myrna van Lunteren (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-3410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Myrna van Lunteren updated DERBY-3410:
--------------------------------------

    Derby Info: [Patch Available]

> split DataSourceTest into test for basic datasources and j2ee datasources
> -------------------------------------------------------------------------
>
>                 Key: DERBY-3410
>                 URL: https://issues.apache.org/jira/browse/DERBY-3410
>             Project: Derby
>          Issue Type: Improvement
>          Components: Test
>    Affects Versions: 10.4.0.0
>            Reporter: Myrna van Lunteren
>            Assignee: Myrna van Lunteren
>            Priority: Trivial
>         Attachments: DERBY-3410.diff, SimpleDSTest.diff
>
>
> The test DataSourceTest is currently not run with JSR169, because the test includes calls to classes and methods that are not supported in that environment.
> However, with JSR169 the only supported connection mechanism is a datasource, so it seems very hollowing to not even have this test run with JSR169.
> I posted a question, asking if a split was a good idea (with an initial attempt), in thread:
> http://www.nabble.com/minimized-DataSourceTest-for-JSR169--to15364534.html#a15364534

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (DERBY-3410) split DataSourceTest into test for basic datasources and j2ee datasources

Posted by "Myrna van Lunteren (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-3410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Myrna van Lunteren closed DERBY-3410.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 10.4.0.0
       Derby Info:   (was: [Patch Available])

committed the newer patch with revision 627297.

> split DataSourceTest into test for basic datasources and j2ee datasources
> -------------------------------------------------------------------------
>
>                 Key: DERBY-3410
>                 URL: https://issues.apache.org/jira/browse/DERBY-3410
>             Project: Derby
>          Issue Type: Improvement
>          Components: Test
>    Affects Versions: 10.4.0.0
>            Reporter: Myrna van Lunteren
>            Assignee: Myrna van Lunteren
>            Priority: Trivial
>             Fix For: 10.4.0.0
>
>         Attachments: DERBY-3410.diff, SimpleDSTest.diff
>
>
> The test DataSourceTest is currently not run with JSR169, because the test includes calls to classes and methods that are not supported in that environment.
> However, with JSR169 the only supported connection mechanism is a datasource, so it seems very hollowing to not even have this test run with JSR169.
> I posted a question, asking if a split was a good idea (with an initial attempt), in thread:
> http://www.nabble.com/minimized-DataSourceTest-for-JSR169--to15364534.html#a15364534

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (DERBY-3410) split DataSourceTest into test for basic datasources and j2ee datasources

Posted by "Myrna van Lunteren (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-3410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Myrna van Lunteren updated DERBY-3410:
--------------------------------------

    Attachment: SimpleDSTest.diff

initial attempt - patch that creates a SimpleDataSourceTest. Not for commit.

> split DataSourceTest into test for basic datasources and j2ee datasources
> -------------------------------------------------------------------------
>
>                 Key: DERBY-3410
>                 URL: https://issues.apache.org/jira/browse/DERBY-3410
>             Project: Derby
>          Issue Type: Improvement
>          Components: Test
>    Affects Versions: 10.4.0.0
>            Reporter: Myrna van Lunteren
>            Priority: Trivial
>         Attachments: SimpleDSTest.diff
>
>
> The test DataSourceTest is currently not run with JSR169, because the test includes calls to classes and methods that are not supported in that environment.
> However, with JSR169 the only supported connection mechanism is a datasource, so it seems very hollowing to not even have this test run with JSR169.
> I posted a question, asking if a split was a good idea (with an initial attempt), in thread:
> http://www.nabble.com/minimized-DataSourceTest-for-JSR169--to15364534.html#a15364534

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.