uniba-dsg / betsy

betsy (BPEL/BPMN Engine Test System) - A BPEL/BPMN Conformance Test Suite and Tool
GNU Lesser General Public License v3.0
20 stars 8 forks source link

Speed up jBPM tests #44

Closed matthiasgeiger closed 8 years ago

matthiasgeiger commented 9 years ago

Running the ALL ALL command with 3 different jBPM versions and a build time of over 20h is crap...

I already talked with Simon about the possibility to speed up the tests somehow. One possibility would be we zip the result of the installation and use this clean installation on all further tests which at least reduces the time which is needed to build and deploy the jBPM wars on wildfly.

Potential problems: During installation and uninstallation some things are added/removed to the user directory - we have to check carefully what exactly happens here and whether this might cause problems.

simonharrer commented 8 years ago

With Docker this is already possible.