fix(rivetkit): preserve internal bridge errors#4993
fix(rivetkit): preserve internal bridge errors#4993NathanFlurry wants to merge 1 commit intomainfrom
Conversation
PR Review: fix(rivetkit): preserve internal bridge errorsOverviewThis PR makes four related improvements:
The structural work is well-thought-out and the test coverage is thorough. Issues
The if !key.contains(chr_r) && !key.contains(chr_n) {
response.headers.insert(HEADER_RIVET_ACTOR_KEY...);
}But Misleading comment in The comment says:
Previously, unrecognized NAPI callback errors returned a structured Stale error message in The bail message in Observations
Duplicate test bodies — Tests appear in both the new moved location ( WS "outgoing message too long" has Positives
|
5613480 to
814b9ab
Compare
7685070 to
077bd4e
Compare
814b9ab to
811f9c5
Compare
811f9c5 to
b24f3be
Compare
eb0a964 to
395aa83
Compare
b24f3be to
f5ede57
Compare
f5ede57 to
ac0098e
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: