Uploaded image for project: 'Arquillian'
  1. Arquillian
  2. ARQ-755 Introduce annotation based db cleanup configuration
  3. ARQ-806

Should provide cleanup strategies to control what needs to be removed for the given test

    XMLWordPrintable

Details

    Description

      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.

      Attachments

        Activity

          People

            bartosz-1 Bartosz Majsak
            bartosz-1 Bartosz Majsak
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: