groovynoob
12 years agoOccasional Contributor
Parallel execution broken via testrunner in 4.5.1 & nightly
All,
I've been attempting to automate some parallel test execution suites I have. Unfortunately, when attempting to execute the suite via testrunner (.bat or .sh), the script appears to abort prematurely with no error. This is what happens when I run it in Windows via testrunner.sh:
The above is relatively recent install for 4.5.1 from the website. It's not the latest, as per the update notice I saw today.
On linux, running the latest nightly, it actually ends at 'Project [Benchmarks] finished with status [RUNNING] in 0ms', so it doesn't get quite as far as Windows.
Do I have the project misconfigured somehow? It executes fine in the SoapUI GUI. I sort of expected it to just run via testrunner, so I'm a bit baffled by this.
I've been attempting to automate some parallel test execution suites I have. Unfortunately, when attempting to execute the suite via testrunner (.bat or .sh), the script appears to abort prematurely with no error. This is what happens when I run it in Windows via testrunner.sh:
[SoapUI] Adding [c:\Program Files\SmartBear\soapUI-Pro-4.5.1\bin\ext\mysql-connector-java-5.1.14-bin.jar] to extensions classpath
[SoapUI] Adding [c:\Program Files\SmartBear\soapUI-Pro-4.5.1\bin\ext\postgresql-8.3-604.jdbc3.jar] to extensions classpath
[SoapUI] Adding [c:\Program Files\SmartBear\soapUI-Pro-4.5.1\bin\ext\postgresql-8.3-604.jdbc4.jar] to extensions classpath
[SoapUI] Adding [c:\Program Files\SmartBear\soapUI-Pro-4.5.1\bin\ext\sqljdbc.jar] to extensions classpath
[DefaultSoapUICore] initialized soapui-settings from [C:\Users\username\soapui-settings.xml]
[SoapUIProGroovyScriptEngineFactory] Setting Script Library to [C:\Program Files\SmartBear\soapUI-Pro-4.5.1\bin\scripts]
[DefaultSoapUICore] Adding listeners from [c:\Program Files\SmartBear\soapUI-Pro-4.5.1\bin\listeners\demo-listeners.xml]
[WsdlProject] Loaded project from [file:/C:/stuff/Benchmarks-soapui-project.xml]
[SoapUIProGroovyScriptEngineFactory] Setting Script Library to [C:\Program Files\SmartBear\soapUI-Pro-4.5.1\bin\scripts]
[SoapUIProTestCaseRunner] Running soapUI tests in project [Benchmarks]
[SoapUIProTestCaseRunner] Running Project [Benchmarks], runType = PARALLEL
[SoapUIProTestCaseRunner] Project [Benchmarks] finished with status [RUNNING] in 0ms
[SoapUIProTestCaseRunner] Running soapUI testcase [Keywords]
[SoapUIProTestCaseRunner] running step [Keywords]
The above is relatively recent install for 4.5.1 from the website. It's not the latest, as per the update notice I saw today.
On linux, running the latest nightly, it actually ends at 'Project [Benchmarks] finished with status [RUNNING] in 0ms', so it doesn't get quite as far as Windows.
Do I have the project misconfigured somehow? It executes fine in the SoapUI GUI. I sort of expected it to just run via testrunner, so I'm a bit baffled by this.