Issue 11431

Fix DatasetSearchIT

11431
Reporter: trobertson
Assignee: fmendez
Type: Bug
Summary: Fix DatasetSearchIT
Priority: Blocker
Resolution: Fixed
Status: Closed
Created: 2012-06-16 11:13:22.593
Updated: 2013-12-16 17:50:39.625
Resolved: 2012-06-20 10:07:25.694
TimeEstimate: 0
TimeSpent: 7200
        
Description: This has started failing, but recent artifactID changes and nexus snapshot cleanup means we are hosed in all projects without a successful build.
This needs fixed.

Aside: It works with a clean build on Tim's laptop suggesting an environment issue (perhaps DBs not being correctly flushed during IT?)]]>
    


Author: fmendez@gbif.org
Created: 2012-06-20 09:42:25.464
Updated: 2012-06-20 09:42:25.464
        
DatabaseDrivenRegistryTestRule added, by adding this rule the DB is initially loaded with the test data.
Integration tests require a considerable amount of RAM, several memory problems were found while running the test, in a local environment the following parameters were used to execute it tests successfully: MAVEN_OPTS="-Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=512m"