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

test(s2n-quic-platform): refactor testing IO provider to use tasks/queues #1873

Merged
merged 2 commits into from
Jul 29, 2023

Conversation

camshaft
Copy link
Contributor

@camshaft camshaft commented Jul 12, 2023

Description of changes:

This change refactors the testing IO provider a bit to use the same queues and tasks that the other IO providers use. This brings the implementations a lot closer to have a high fidelity simulation.

Call-outs:

While I was refactoring the network implementation, I added support for address rebinding. I've got another PR (#1874) that actually adds some tests around it.

Testing:

All of the existing integration tests should pass as before and show this refactor is working.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@camshaft camshaft marked this pull request as ready for review July 12, 2023 17:50
@camshaft camshaft force-pushed the camshaft/io-queue-refactor branch 3 times, most recently from 9a4a7a7 to 2d95de4 Compare July 17, 2023 18:09
@camshaft camshaft merged commit 179acb8 into main Jul 29, 2023
127 of 129 checks passed
@camshaft camshaft deleted the camshaft/io-queue-refactor branch July 29, 2023 01:03
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