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
Related to #2378. We want to move all integration tests from s2n-quic crate to a new crate called s2n-quic-tests. We are about to introduce other QUIC implementation to our tests as our dev dependency, so a crate for s2n-quic's tests will server us better long term. This crate doesn't need to be published to crates.io.
Need By Date:
No hard deadline, but as soon as possible.
Solution:
Create a new s2n-quic-tests crate. Handle all dependencies and etc.
Requirements / Acceptance Criteria:
We should have a new crate that runs all our integration tests.