From jira-events at lists.jboss.org Thu Jul 31 03:32:26 2008 Content-Type: multipart/mixed; boundary="===============1265149450415534608==" MIME-Version: 1.0 From: Tom Baeyens (JIRA) To: jbpm-issues at lists.jboss.org Subject: [jbpm-issues] [JBoss JIRA] Updated: (JBPM-1417) optimize database clean up inbetween tests Date: Thu, 31 Jul 2008 03:32:25 -0400 Message-ID: <5042095.1217489545950.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 18126805.1217337592476.JavaMail.jira@cloud.prod.atl2.jboss.com --===============1265149450415534608== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://jira.jboss.org/jira/browse/JBPM-1417?page=3Dcom.atlassian.ji= ra.plugin.system.issuetabpanels:all-tabpanel ] Tom Baeyens updated JBPM-1417: ------------------------------ Parent: JBPM-1430 Issue Type: Sub-task (was: Task) > 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 > 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 factor= y 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 se= quentially > * in between tests of the same part, the database should be cleaned (dele= te from ;) for all tables > * inbetween parts, the db schema should be dropped and the new schema sho= uld 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: htt= ps://jira.jboss.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============1265149450415534608==--