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
net: framed: upgrade test support for multibuf cancel safe testing (#956)
Summary:
Pull Request resolved: #956
added vectored write support to the test harness (`SharedWriter`, `BudgetedWriter`). we now gate and truncate across multiple `IoSlices` just like we do for single buffers. correctness is unchanged; the existing bytes-based tests still pass untouched. this just makes the harness realistic for multipart, so the property tests can exercise the actual `write_vectored` path.
Reviewed By: mariusae
Differential Revision: D80731891
fbshipit-source-id: fab9b65ecc48caa3fb880c4311c0e7bdc004f009
0 commit comments