[arquillian-issues] [JBoss JIRA] (ARQ-806) Should provide cleanup modes to control what to remove for the given test

Bartosz Majsak (JIRA) jira-events at lists.jboss.org
Sun Mar 11 15:26:47 EDT 2012


Bartosz Majsak created ARQ-806:
----------------------------------

             Summary: Should provide cleanup modes to control what to remove for the given test
                 Key: ARQ-806
                 URL: https://issues.jboss.org/browse/ARQ-806
             Project: Arquillian
          Issue Type: Sub-task
      Security Level: Public (Everyone can see)
          Components: Extension - Persistence
    Affects Versions: persistence_1.0.0.Alpha3
            Reporter: Bartosz Majsak
            Assignee: Bartosz Majsak
             Fix For: persistence_1.0.0.next


Provide following cleanup strategies:
* STRICT (implemented currently) - Cleans whole database content (using DELETE_ALL). Might require turning off database constraints (e.g. referential integrity).
* USED_ROWS_ONLY - Deletes only those entries which were defined in data sets.
* USED_TABLES_ONLY - Deletes only those tables which were used in data sets.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the arquillian-issues mailing list