From jira-events at lists.jboss.org Tue Jul 29 09:19:52 2008 Content-Type: multipart/mixed; boundary="===============1817659705600129817==" MIME-Version: 1.0 From: Tom Baeyens (JIRA) To: jbpm-issues at lists.jboss.org Subject: [jbpm-issues] [JBoss JIRA] Created: (JBPM-1417) optimize database clean up inbetween tests Date: Tue, 29 Jul 2008 09:19:52 -0400 Message-ID: <18126805.1217337592476.JavaMail.jira@cloud.prod.atl2.jboss.com> --===============1817659705600129817== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable optimize database clean up inbetween tests ------------------------------------------ Key: JBPM-1417 URL: https://jira.jboss.org/jira/browse/JBPM-1417 Project: JBoss jBPM Issue Type: 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 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 sequ= entially * in between tests of the same part, the database should be cleaned (delete= from ;) for all tables * inbetween parts, the db schema should be dropped and the new schema shoul= d 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 --===============1817659705600129817==--