move all Abbot testcases to run during a single server install/uninstall
------------------------------------------------------------------------
Key: GERONIMODEVTOOLS-541
URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-541
Project: Geronimo-Devtools
Issue Type: Sub-task
Components: eclipse-plugin
Reporter: B.J. Reed
Assignee: Tim McConnell
Priority: Minor
For each Abbot test case, each test case creates a new server, starts the
server, stops the server, and then removes the server. This is very time
consuming for the test cases to run and ends up testing much of the same code
over and over again.
It would be better to change the test suite to really only have one test (for
each server version) with everything else done while the server is running. So
the algorithm should be:
check valid GEP installation
create server
start server
test A
test A cleanup
test B
test B cleanup
.....
stop server
remove server
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.