[
https://jira.jboss.org/jira/browse/JBPM-1812?page=com.atlassian.jira.plug...
]
Alejandro Guizar commented on JBPM-1812:
----------------------------------------
Creating and dropping the schema in every test run is a great recipe for database
disaster. Rather than clean up every row inserted, the focus of this issue should be
eliminating all schema manipulation in the tests. The main challenge are tests that
require custom tables, but those are rare.
Fix tests that don't cleanup the database
-----------------------------------------
Key: JBPM-1812
URL:
https://jira.jboss.org/jira/browse/JBPM-1812
Project: JBoss jBPM
Issue Type: Task
Security Level: Public(Everyone can see)
Components: Core Engine
Reporter: Thomas Diesler
Assignee: Alejandro Guizar
Priority: Minor
Fix For: jBPM 3.2.6 GA
if ((count == null) || (count != 0))
{
hasLeftOvers = true;
//System.err.println("FIXME: " + getClass().getName() + "." +
getName() + " left " + count + " records in " + tableName);
}
--
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