[jbpm-issues] [JBoss JIRA] Work started: (JBPM-1417) optimize database clean up inbetween tests

Guillaume Porcher (JIRA) jira-events at lists.jboss.org
Wed Aug 6 05:52:56 EDT 2008


     [ https://jira.jboss.org/jira/browse/JBPM-1417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on JBPM-1417 started by Guillaume Porcher.

> optimize database clean up inbetween tests
> ------------------------------------------
>
>                 Key: JBPM-1417
>                 URL: https://jira.jboss.org/jira/browse/JBPM-1417
>             Project: JBoss jBPM
>          Issue Type: Sub-task
>      Security Level: Public(Everyone can see) 
>          Components: PVM
>            Reporter: Tom Baeyens
>            Assignee: Guillaume Porcher
>            Priority: Critical
>
> ideally we should get to the following situation:
> * each package has its own configuration and its own session factory
> * all tests with the same session factory should reuse the session factory as much as possible to prevent unnecessary parsing and DB schema creation
> * parts of the test suite that use the same session factory should run sequentially
> * in between tests of the same part, the database should be cleaned (delete from <table>;) for all tables
> * inbetween parts, the db schema should be dropped and the new schema should be created
> This should all work in junit test suite and from mvn command line

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbpm-issues mailing list