fix(pegboard): decode envoy actor eviction keys#4803
fix(pegboard): decode envoy actor eviction keys#4803NathanFlurry wants to merge 1 commit intoengine-stabilize/envoy-subscribe-before-registerfrom
Conversation
Code ReviewOverviewThis is a one-line bug fix in AnalysisThe bug is real and impactful. The two key types have incompatible tuple layouts:
Decoding an envoy actor key with the runner type would always fail deserialization (mismatched arity and component types), meaning The call site ( Suggestions
SummaryThe fix is correct and minimal. The main concern is the absence of test coverage for this path, which allowed the bug to silently regress. |
a0065e2 to
ba8ebbf
Compare
090e234 to
7ca2768
Compare
ba8ebbf to
4b89844
Compare
7ca2768 to
bdd460a
Compare
4b89844 to
6521792
Compare

Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Checklist: