pbeong toa dn ?!
each test should clean up it's own data in the db. in the tearDown, there is a
verification that the DB is indeed empty. if there is still data in the db, then the
fixme will be displayed and the DB contents will be cleaned. cleaning the db
contents means:
1) dropping the foreign key constraints
2) deleting all records of all tables
3) recreating the foreign key constraints
i've created
https://jira.jboss.org/jira/browse/JBPM-2004
and added the jira number to the FIXME logs
thanks
regards, tom.
Heiko Braun wrote:
Where do these pbeong toa dn what do they mean?
Ideally a FIXME does include a JIRA issue, otheriwse it's hard to track
progress.
+ egrep 'FIXME|FAILED'
10:28:00,267 SEV | [Db] FIXME: 1 records left in table JBPM_COMMENT
10:28:00,326 SEV | [Db] FIXME: 1 records left in table JBPM_COMMENT
10:28:00,328 SEV | [Db] FIXME: 1 records left in table JBPM_VARIABLE
10:28:00,613 SEV | [Db] FIXME: 5 records left in table JBPM_ACTIVITY
10:28:00,614 SEV | [Db] FIXME: 5 records left in table JBPM_DESCRIPTOR
10:28:00,626 SEV | [Db] FIXME: 1 records left in table JBPM_PROCESS
10:28:00,626 SEV | [Db] FIXME: 4 records left in table JBPM_TRANSITION
10:28:02,655 SEV | [Db] FIXME: 1 records left in table JBPM_ACTIVITY
10:28:02,656 SEV | [Db] FIXME: 1 records left in table JBPM_EVENT
10:28:02,656 SEV | [Db] FIXME: 3 records left in table
JBPM_DESCRIPTOR
10:28:02,657 SEV | [Db] FIXME: 1 records left in table JBPM_JOB
10:28:02,657 SEV | [Db] FIXME: 1 records left in table JBPM_PROCESS
10:28:02,658 SEV | [Db] FIXME: 1 records left in table JBPM_WIREPROPS
10:28:03,517 SEV | [Db] FIXME: 1 records left in table JBPM_COMMENT
10:28:03,799 SEV | [Db] FIXME: 1 records left in table JBPM_ACTIVITY
10:28:03,800 SEV | [Db] FIXME: 1 records left in table JBPM_DESCRIPTOR
10:28:03,800 SEV | [Db] FIXME: 5 records left in table JBPM_EXECUTION
10:28:03,801 SEV | [Db] FIXME: 1 records left in table JBPM_PROCESS
10:28:20,553 SEV | [Db] FIXME: 1 records left in table JBPM_COMMENT
10:28:20,611 SEV | [Db] FIXME: 1 records left in table JBPM_COMMENT
10:28:20,613 SEV | [Db] FIXME: 1 records left in table JBPM_VARIABLE
10:28:20,893 SEV | [Db] FIXME: 5 records left in table JBPM_ACTIVITY
10:28:20,894 SEV | [Db] FIXME: 5 records left in table JBPM_DESCRIPTOR
10:28:20,906 SEV | [Db] FIXME: 1 records left in table JBPM_PROCESS
10:28:20,906 SEV | [Db] FIXME: 4 records left in table JBPM_TRANSITION
10:28:22,869 SEV | [Db] FIXME: 1 records left in table JBPM_ACTIVITY
10:28:22,870 SEV | [Db] FIXME: 1 records left in table JBPM_EVENT
10:28:22,870 SEV | [Db] FIXME: 3 records left in table
JBPM_DESCRIPTOR
10:28:22,871 SEV | [Db] FIXME: 1 records left in table JBPM_JOB
10:28:22,871 SEV | [Db] FIXME: 1 records left in table JBPM_PROCESS
10:28:22,872 SEV | [Db] FIXME: 1 records left in table JBPM_WIREPROPS
10:28:23,703 SEV | [Db] FIXME: 1 records left in table JBPM_COMMENT
10:28:23,983 SEV | [Db] FIXME: 1 records left in table JBPM_ACTIVITY
10:28:23,984 SEV | [Db] FIXME: 1 records left in table JBPM_DESCRIPTOR
10:28:23,985 SEV | [Db] FIXME: 1 records left in table JBPM_PROCESS
10:28:23,985 SEV | [Db] FIXME: 5 records left in table JBPM_EXECUTION
FIXME: JBPM-1768 Fix groovy support
--
regards, tom.