You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Donald Woods (JIRA)" <ji...@apache.org> on 2009/05/07 16:10:30 UTC

[jira] Created: (OPENJPA-1071) Derby test suit speed-up

Derby test suit speed-up
------------------------

                 Key: OPENJPA-1071
                 URL: https://issues.apache.org/jira/browse/OPENJPA-1071
             Project: OpenJPA
          Issue Type: Test
          Components: build / infrastructure
    Affects Versions: 1.2.1, 1.0.3
            Reporter: Donald Woods
            Assignee: Donald Woods
            Priority: Minor
             Fix For: 1.3.0, 2.0.0


See dev discussion thread - http://n2.nabble.com/Derby-test-suit-speed-up-td2548968.html

Adding the following systemProperties will speed up the default testing on Derby -
                        <property>
                            <name>derby.locks.deadlockTimeout</name>
                            <value>5</value>
                        </property>
                        <property>
                            <name>derby.locks.waitTimeout</name>
                            <value>6</value>
                        </property>



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


[jira] Commented: (OPENJPA-1071) Derby test suit speed-up

Posted by "Donald Woods (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OPENJPA-1071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12706945#action_12706945 ] 

Donald Woods commented on OPENJPA-1071:
---------------------------------------

Changes to branches/1.3.x in Rev772685 reduced the build + test time for openjpa-persistence-jdbc on my Mac from 16:41 down to 9:41 minutes with Sun 1.5.0_16.
Still working through the changes to trunk, as the new persistence.lockmgr tests rely upon lock timeouts.

> Derby test suit speed-up
> ------------------------
>
>                 Key: OPENJPA-1071
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-1071
>             Project: OpenJPA
>          Issue Type: Test
>          Components: build / infrastructure
>    Affects Versions: 1.0.3, 1.2.1
>            Reporter: Donald Woods
>            Assignee: Donald Woods
>            Priority: Minor
>             Fix For: 1.3.0, 2.0.0
>
>
> See dev discussion thread - http://n2.nabble.com/Derby-test-suit-speed-up-td2548968.html
> Adding the following systemProperties will speed up the default testing on Derby -
>                         <property>
>                             <name>derby.locks.deadlockTimeout</name>
>                             <value>5</value>
>                         </property>
>                         <property>
>                             <name>derby.locks.waitTimeout</name>
>                             <value>6</value>
>                         </property>

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


[jira] Work started: (OPENJPA-1071) Derby test suit speed-up

Posted by "Donald Woods (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENJPA-1071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on OPENJPA-1071 started by Donald Woods.

> Derby test suit speed-up
> ------------------------
>
>                 Key: OPENJPA-1071
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-1071
>             Project: OpenJPA
>          Issue Type: Test
>          Components: build / infrastructure
>    Affects Versions: 1.0.3, 1.2.1
>            Reporter: Donald Woods
>            Assignee: Donald Woods
>            Priority: Minor
>             Fix For: 1.0.4, 1.2.2, 1.3.0, 2.0.0
>
>
> See dev discussion thread - http://n2.nabble.com/Derby-test-suit-speed-up-td2548968.html
> Adding the following systemProperties will speed up the default testing on Derby -
>                         <property>
>                             <name>derby.locks.deadlockTimeout</name>
>                             <value>5</value>
>                         </property>
>                         <property>
>                             <name>derby.locks.waitTimeout</name>
>                             <value>6</value>
>                         </property>

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


[jira] Resolved: (OPENJPA-1071) Derby test suit speed-up

Posted by "Donald Woods (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENJPA-1071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Donald Woods resolved OPENJPA-1071.
-----------------------------------

    Resolution: Fixed

Trunk updated with OPENJPA-1210

> Derby test suit speed-up
> ------------------------
>
>                 Key: OPENJPA-1071
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-1071
>             Project: OpenJPA
>          Issue Type: Test
>          Components: build / infrastructure
>    Affects Versions: 1.0.3, 1.2.1
>            Reporter: Donald Woods
>            Assignee: Donald Woods
>            Priority: Minor
>             Fix For: 2.0.0
>
>
> See dev discussion thread - http://n2.nabble.com/Derby-test-suit-speed-up-td2548968.html
> Adding the following systemProperties will speed up the default testing on Derby -
>                         <property>
>                             <name>derby.locks.deadlockTimeout</name>
>                             <value>5</value>
>                         </property>
>                         <property>
>                             <name>derby.locks.waitTimeout</name>
>                             <value>6</value>
>                         </property>

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


[jira] Updated: (OPENJPA-1071) Derby test suit speed-up

Posted by "Michael Dick (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENJPA-1071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Dick updated OPENJPA-1071:
----------------------------------

    Fix Version/s: 1.2.2
                   1.0.4

> Derby test suit speed-up
> ------------------------
>
>                 Key: OPENJPA-1071
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-1071
>             Project: OpenJPA
>          Issue Type: Test
>          Components: build / infrastructure
>    Affects Versions: 1.0.3, 1.2.1
>            Reporter: Donald Woods
>            Assignee: Donald Woods
>            Priority: Minor
>             Fix For: 1.0.4, 1.2.2, 1.3.0, 2.0.0-M2, 2.0.0-M3
>
>
> See dev discussion thread - http://n2.nabble.com/Derby-test-suit-speed-up-td2548968.html
> Adding the following systemProperties will speed up the default testing on Derby -
>                         <property>
>                             <name>derby.locks.deadlockTimeout</name>
>                             <value>5</value>
>                         </property>
>                         <property>
>                             <name>derby.locks.waitTimeout</name>
>                             <value>6</value>
>                         </property>

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


[jira] Updated: (OPENJPA-1071) Derby test suit speed-up

Posted by "Michael Dick (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENJPA-1071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Dick updated OPENJPA-1071:
----------------------------------

    Fix Version/s: 1.2.2
                   1.0.4

Thanks for looking into this Donald. 

> Derby test suit speed-up
> ------------------------
>
>                 Key: OPENJPA-1071
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-1071
>             Project: OpenJPA
>          Issue Type: Test
>          Components: build / infrastructure
>    Affects Versions: 1.0.3, 1.2.1
>            Reporter: Donald Woods
>            Assignee: Donald Woods
>            Priority: Minor
>             Fix For: 1.0.4, 1.2.2, 1.3.0, 2.0.0
>
>
> See dev discussion thread - http://n2.nabble.com/Derby-test-suit-speed-up-td2548968.html
> Adding the following systemProperties will speed up the default testing on Derby -
>                         <property>
>                             <name>derby.locks.deadlockTimeout</name>
>                             <value>5</value>
>                         </property>
>                         <property>
>                             <name>derby.locks.waitTimeout</name>
>                             <value>6</value>
>                         </property>

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


[jira] Updated: (OPENJPA-1071) Derby test suit speed-up

Posted by "Donald Woods (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENJPA-1071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Donald Woods updated OPENJPA-1071:
----------------------------------

    Fix Version/s:     (was: 2.0.0)
                   2.0.0-M2
                   2.0.0-M3
                   1.3.0

> Derby test suit speed-up
> ------------------------
>
>                 Key: OPENJPA-1071
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-1071
>             Project: OpenJPA
>          Issue Type: Test
>          Components: build / infrastructure
>    Affects Versions: 1.0.3, 1.2.1
>            Reporter: Donald Woods
>            Assignee: Donald Woods
>            Priority: Minor
>             Fix For: 1.3.0, 2.0.0-M2, 2.0.0-M3
>
>
> See dev discussion thread - http://n2.nabble.com/Derby-test-suit-speed-up-td2548968.html
> Adding the following systemProperties will speed up the default testing on Derby -
>                         <property>
>                             <name>derby.locks.deadlockTimeout</name>
>                             <value>5</value>
>                         </property>
>                         <property>
>                             <name>derby.locks.waitTimeout</name>
>                             <value>6</value>
>                         </property>

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