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
selection: test deduplication precludes over-delivery
Summary:
this test captures a key structural guarantee of the routing system: that overdelivery is prevented not by explicit guards, but by the semantics of the traversal combined with frame deduplication.
the comment explains that when multiple delivery frames reach the same destination, they must have the same routing lineage and state — making them structurally equivalent. as a result, deduplication ensures only one of them is retained.
by disabling deduplication, the test demonstrates that overdelivery becomes possible, highlighting the value of this mechanism.
i believe this is helpful both as regression protection and as executable documentation of a subtle invariant.
Reviewed By: moonli
Differential Revision: D75027898
fbshipit-source-id: 2a9eed9056e03e6c7d2c3c99db6344def4d9a0dc
0 commit comments