History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: FISH-148
Type: Task Task
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Tim Pettersen
Reporter: Tim Pettersen
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JIRA FishEye Plugin

Functional Testing for Multiple FishEye Instances

Created: 26/Mar/08 07:16 PM   Updated: 30/Mar/08 11:09 PM
Component/s: None
Affects Version/s: None
Fix Version/s: 1.5

Time Tracking:
Not Specified

Labels:


 Description  « Hide
Need ability to setup/teardown multiple FishEye instances for functional tests.

 All   Comments   Work Log   Change History   FishEye   Crucible   Related Builds      Sort Order: Ascending order - Click to sort in descending order
Tim Pettersen - 30/Mar/08 11:09 PM
This has been implemented.

Notes:

  • Functional tests now setup and tear down multiple FishEye/Crucible instances.
  • There is a separate fake CVS repository configured for each instance. The data is stored in the plugin project's test resources.
  • Crucible test databases are now stored in zips in the plugin project's test resources. These are extracted into the expanded plugin artifact by maven during functional test setup.
  • AbstractFishEyeFuncTest now has helper methods for configuring / re-indexing auxiliary FishEye instances.
  • FishEyeTestSuite class javadocs explain how to get func tests with multiple instances running in IDEA