You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 29, 2020. It is now read-only.
it would be awesome to test how nerve reacts to slow responses and dropped packets; we can probably add this to the helloworld service by having it conditionally reply slightly after the timeout interval. another approach, which would generalize to testing all kinds of services, would be to add network latency at the kernel level.
i was looking into netem for this, using tc. there's more information on stack overflow
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
it would be awesome to test how nerve reacts to slow responses and dropped packets; we can probably add this to the helloworld service by having it conditionally reply slightly after the timeout interval. another approach, which would generalize to testing all kinds of services, would be to add network latency at the kernel level.
i was looking into netem for this, using tc. there's more information on stack overflow
The text was updated successfully, but these errors were encountered: