[arquillian-issues] [JBoss JIRA] (ARQ-1131) Improve database connection handling

Bartosz Majsak (JIRA) jira-events at lists.jboss.org
Thu Oct 4 09:24:03 EDT 2012


Bartosz Majsak created ARQ-1131:
-----------------------------------

             Summary: Improve database connection handling
                 Key: ARQ-1131
                 URL: https://issues.jboss.org/browse/ARQ-1131
             Project: Arquillian
          Issue Type: Enhancement
      Security Level: Public (Everyone can see)
          Components: Extension - Persistence
            Reporter: Bartosz Majsak
            Assignee: Bartosz Majsak
             Fix For: persistence_1.0.0.next


As Vineet Reynolds pointed out, current implementation initializes the connection and holds on to it, until the verification is performed. It would be better to relinquish the connection after the seeding phase (so utilize it only around "before persistence test" event), and obtain another connection for the dataset verification phase (around "after persistence test" event).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the arquillian-issues mailing list