BuoyantIO / slow_cooker

A load tester focused on lifecycle issues and long-running tests
Apache License 2.0
327 stars 26 forks source link

Timeouts and tears down connections on `-noreuse` #60

Closed stevej closed 7 years ago

stevej commented 7 years ago

Problem: 1) On -noreuse, we are not remembering to tear down connections. 2) If the backend is hanging, we should ensure we exit after a timeout.

Solution: Adds connect and request timeouts. Forces the client to close if -noreuse is set.

Fixes #24.