Forum Discussion

Liberty_Informa's avatar
Liberty_Informa
Regular Contributor
13 years ago

Parallel run from command not working in soapUI Pro 4.5.0

Hi Ole,

We run scheduled tests for all our test suits on daily basis. However test suites in parallel mode, from command line not working in soapUI 4.5.0 PRO.

The parallel run within the UI works fine.

It was working before v4.0. As a result, to make it working with parallel run, we have to still keep soapUI version to 3.6.1 on our server, where daily runs happen.

Are you aware of this defect? Any solution at moment?

Thanks
Liberty IT
  • Hi,

    hmm.. there is a regression in 4.5 that causes simultaneous requests to block each other - this is fixed in the nightly build; could you give that a try to see if that was causing the behavior you are getting!?

    thanks!

    /Ole
    SmartBear Software
  • Liberty_Informa's avatar
    Liberty_Informa
    Regular Contributor
    Hi Ole,

    This is not working with nightly build.

    The command we used
    ...testrunner.bat -r -I "<soapUI Project Path>.xml"


    The output we get is:

    ...
    08:41:58,970 INFO [SoapUIProTestCaseRunner] Running Project [<Project Name>], runType = PARALLEL
    08:41:58,985 INFO [SoapUIProTestCaseRunner] Project [<project name>] finished with status [RUNNING] in 0ms

    SoapUI 4.5.0.1-SNAPSHOT TestCaseRunner Summary
    -----------------------------
    Time Taken: 26ms
    Total TestSuites: 0
    Total TestCases: 0 (0 failed)
    Total TestSteps: 0
    Total Request Assertions: 0
    Total Failed Assertions: 0
    Total Exported Results: 0

    soapUI version is:
    soapUI Pro 4.5.0.1-SNAPSHOT, copyright (C) 2007-2012 smartbear.com http://www.soapui.org | http://smartbear.com Build [internal], Build Date 2012/06/25 00:28

    To add more, when we changed invocation style of the test-suite to Sequential, we got expected output

    SoapUI 4.5.0.1-SNAPSHOT TestCaseRunner Summary
    -----------------------------
    Time Taken: 34238ms
    Total TestSuites: 1
    Total TestCases: 31 (7 failed)
    Total TestSteps: 81
    Total Request Assertions: 93
    Total Failed Assertions: 8
    Total Exported Results: 7

    Can you help?
  • Liberty_Informa's avatar
    Liberty_Informa
    Regular Contributor
    Hi

    On local machine I run tests with new build and confirm that it works now.

    We will try to install new version of soapUI on our server and let you know how it goes.

    Thanks for the update.