helgi
9 years agoOccasional Contributor
SoapUITestCaseRunner Delay
Hi!
While running test cases via testrunner.sh on a Linux machine I'm getting next logs:
14:27:36,812 INFO [WsdlProject] Loaded project from [file:project.xml] 14:27:36,823 INFO [SoapUITestCaseRunner] Running SoapUI tests in project [qr] 14:27:36,823 INFO [SoapUITestCaseRunner] Running TestCase [TestCase 1] 14:27:36,831 INFO [SoapUITestCaseRunner] Running SoapUI testcase [TestCase 1] 14:27:36,837 INFO [SoapUITestCaseRunner] running step [QR - Request 1] 14:28:27,227 DEBUG [HttpClientSupport$SoapUIHttpClient] Attempt 1 to execute request 14:28:27,227 DEBUG [SoapUIMultiThreadedHttpConnectionManager$SoapUIDefaultClientConnection] Sending request: POST endpoint HTTP/1.1 14:28:28,506 DEBUG [SoapUIMultiThreadedHttpConnectionManager$SoapUIDefaultClientConnection] Receiving response: HTTP/1.1 200 OK 14:28:28,515 DEBUG [HttpClientSupport$SoapUIHttpClient] Connection can be kept alive indefinitely 14:28:30,589 INFO [SoapUITestCaseRunner] Assertion [SOAP Response] has status VALID 14:28:30,612 INFO [SoapUITestCaseRunner] Finished running SoapUI testcase [TestCase 1], time taken: 53735ms, status: FINISHED
Why is it so big delay between:
14:27:36,837 INFO [SoapUITestCaseRunner] running step [QR - Request 1]
and
14:28:27,227 DEBUG [HttpClientSupport$SoapUIHttpClient] Attempt 1 to execute request
About 51sec.
Thanks.
Oleg.