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 17:49:30 UTC

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

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