[arquillian-issues] [JBoss JIRA] (ARQ-806) Should provide cleanup strategies to control what needs to be removed for the given test

Aslak Knutsen (JIRA) jira-events at lists.jboss.org
Thu Apr 12 13:06:49 EDT 2012


     [ https://issues.jboss.org/browse/ARQ-806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aslak Knutsen updated ARQ-806:
------------------------------

    Fix Version/s: persistence_1.0.0.Alpha4
                       (was: persistence_1.0.0.next)

    
> Should provide cleanup strategies to control what needs to be removed 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.Alpha4
>
>
> 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