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

Guaranteed timeouts for loss/corruption tests #248

Open
anrossi opened this issue Nov 17, 2020 · 0 comments
Open

Guaranteed timeouts for loss/corruption tests #248

anrossi opened this issue Nov 17, 2020 · 0 comments

Comments

@anrossi
Copy link
Contributor

anrossi commented Nov 17, 2020

We've noticed several instances where the corruption or loss tests will timeout because the packets containing ACKs will all be discarded. Or the retransmit timeouts exceed the app's timeout. We could keep increasing the interop app's timeout, but that's no guarantee the test will complete within that time.
One such instance where the app's timeout fired after 25 seconds is here
Here's an instance where the test couldn't have succeeded due to too much loss. See file download spvheipeue
Solution proposal:
It would be beneficial to have QNS be able to guarantee that the test should complete before a given timeout, and that it could provide this expected timeout to the applications. Alternatively, if QNS could deem a non-passable scenario (i.e. when it drops all ACKs and disconnect timeout occurs) as a test pass, instead of failure, that would also be beneficial.

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

No branches or pull requests

1 participant