Uploaded image for project: 'jBPM'
  1. jBPM
  2. JBPM-1430 build out pvm qa
  3. JBPM-1417

optimize database clean up inbetween tests

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Done
    • Icon: Critical Critical
    • jBPM 4.0.0 Alpha1
    • None
    • None
    • None

      ideally we should get to the following situation:

      • each package has its own configuration and its own session factory
      • all tests with the same session factory should reuse the session factory as much as possible to prevent unnecessary parsing and DB schema creation
      • parts of the test suite that use the same session factory should run sequentially
      • in between tests of the same part, the database should be cleaned (delete from <table> for all tables
      • inbetween parts, the db schema should be dropped and the new schema should be created

      This should all work in junit test suite and from mvn command line

              porcherg porcherg (Inactive)
              tom.baeyens Tom Baeyens (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: