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

QUIC Conformance test for PING #3994

Open
nbridge-jump opened this issue Jan 22, 2025 · 2 comments
Open

QUIC Conformance test for PING #3994

nbridge-jump opened this issue Jan 22, 2025 · 2 comments
Labels

Comments

@nbridge-jump
Copy link
Contributor

Need to add a conformance test to ensure PING is working correctly

@nbridge-jump
Copy link
Contributor Author

Spawn a short lived fd_quic instance, a fake connection, modify the conn state so it's about to send a PING
Call fd_quic_conn_tx and check if the generated packet contains a ping
Call it again, and verify that it doesn't send anything anymore (regression test against infinite spam)
Trigger pkt meta retry, and verify that it re-queues the send
Trigger ack, and verify flags look sane

@nbridge-jump
Copy link
Contributor Author

Conformance tests in src/waltz/quic/tests/test_quic_conformance.c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant