epam / Wilma

Service Virtualization Solution – a combined Service Stub and Transparent Proxy
GNU General Public License v3.0
58 stars 12 forks source link

Test-client test-server communication issue in performance mode #31

Closed TiborK0vacs closed 9 years ago

TiborK0vacs commented 9 years ago

The communication between test-client and test-server is not stable in performance test mode. Because after some sent requests the client gets connection timeout httpcode and the responses don't arrive anymore. " 09:57:10.288 [main] INFO c.e.w.test.client.HttpRequestSender - status code: 200 09:57:10.308 [main] INFO c.e.w.test.client.HttpRequestSender - status code: 200 09:57:10.328 [main] INFO c.e.w.test.client.HttpRequestSender - status code: 200 09:57:10.338 [main] INFO c.e.w.test.client.HttpRequestSender - status code: 200 09:57:10.358 [main] INFO c.e.w.test.client.HttpRequestSender - status code: 200 09:57:10.368 [main] INFO c.e.w.test.client.HttpRequestSender - status code: 200 09:57:30.401 [main] INFO c.e.w.test.client.HttpRequestSender - status code: 504 ..." Extra enhancement: It would be great if the Client got a mechanism to control the load.

TiborK0vacs commented 9 years ago

The bug has resolved on the "testserver-testclient-highload-investigation" branch. Review process has already finished.

TiborK0vacs commented 9 years ago

The pull-request was accepted and merged to the master on Apr 18, so this bug is resolved.

tkohegyi commented 9 years ago

tested, both the bug was fixed, and the enhancement (control the load) implemented