Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

better detection of broken connections #2

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

dakkar
Copy link
Owner

@dakkar dakkar commented Apr 13, 2015

we can now request a receipt for each ACK we send, and if we don't get
it within a short timeout, we declare the connection dead

there's a complication: RECEIPTs will arrive mixed in with MESSAGEs, so
we have to keep track of which receipts we're waiting for

ilmari and others added 5 commits September 26, 2017 13:54
Test::Routine::Common 0.25 provides stub BUILD/DEMOLISH methods for
modifying, which means the ones provided by the RunTestApp* roles
don't get applied.

Instead, provide stubs (for older Test::Routine), and do the actual
work in an 'after' modifier instead.
Instead of waiting for a specific amount of time, wait for the server
to actually create the trace subdirectories.
we can now request a receipt for each ACK we send, and if we don't get
it within a short timeout, we declare the connection dead

there's a complication: RECEIPTs will arrive mixed in with MESSAGEs, so
we have to keep track of which receipts we're waiting for
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants