Forum Discussion

jvdtoom's avatar
12 years ago

Paralel execution of testsuites does not work via command

Hi,

In the past few years we have built up quite a lot of tests in SoapUI we use in our build/test street. Currently these tests take up 2.5 hours, making debugging for complex errors and waiting for a build to complete time consuming.

I have been able to reduce the execution time of one of our bigger test projects (that took 40 minutes to complete) down to 4 minutes with the use of paralel execution of testsuites. This works fine through UI but when running this project via commandline on a test server nothing gets executed:


================================
=
= SOAPUI_HOME = /opt/soapui
=
================================
soapUI 4.5.0 TestCase Runner
17:43:30,669 INFO [DefaultSoapUICore] initialized soapui-settings from [/opt/soapui/soapui-settings.xml]
17:43:31,386 INFO [WsdlProject] Loaded project from [file:/root/jenkins/workspace/SDF-Build-Crd90/Ucf/Test/src/soapui/SDF-Testing-soapui-tests-orderbatch.xml]

17:43:32,224 INFO [SoapUITestCaseRunner] Setting project property [FromBuild] to [true]
17:43:32,224 INFO [SoapUITestCaseRunner] Setting project property [ProjectFileLocation] to [/root/jenkins/workspace/SDF-Build-Crd90/Ucf/Test/src/soapui]
17:43:32,234 INFO [SoapUITestCaseRunner] Running soapUI tests in project [SDF Testing - intercluster - tests - orderbatch]
17:43:32,236 INFO [SoapUITestCaseRunner] Running Project [SDF Testing - intercluster - tests - orderbatch], runType = PARALLEL
17:43:32,241 INFO [SoapUITestCaseRunner] Project [SDF Testing - intercluster - tests - orderbatch] finished with status [RUNNING] in 0ms

SoapUI 4.5.0 TestCaseRunner Summary
-----------------------------
Time Taken: 7ms
Total TestSuites: 0
Total TestCases: 0 (0 failed)
Total TestSteps: 0
Total Request Assertions: 0
Total Failed Assertions: 0
Total Exported Results: 0
Finished: SUCCESS


Previously this test server was on SoapUI 4.0.1 and the same happened with that version also. Currently the tests run fine in sequential mode (taking around 10 minutes) but I would really like to use paralel execution in more test project files to get a really quick regression cycle.

Regards,
Job van der Toom
No RepliesBe the first to reply