feat: add types and helper function for context propagation#152
feat: add types and helper function for context propagation#152timl3136 wants to merge 9 commits into
Conversation
Signed-off-by: Tim Li <ltim@uber.com>
7cdf162 to
0d8e1f2
Compare
Codecov Report❌ Patch coverage is
🚀 New features to boost your workflow:
|
cb8b162 to
0d8e1f2
Compare
Signed-off-by: Tim Li <ltim@uber.com>
…cadence-python-client into context-propagation-primitives
Signed-off-by: Tim Li <ltim@uber.com>
…cadence-python-client into context-propagation-primitives
Code Review ✅ Approved 2 resolved / 2 findingsAdds context propagation primitives including the ContextPropagator protocol and propagation engine. Addresses missing unit tests and refines error handling to prevent double-wrapping of ContextPropagationError. ✅ 2 resolved✅ Quality: New context-propagation primitives have no unit tests
✅ Quality: inject() error handling double-wraps ContextPropagationError
OptionsAuto-apply is off → Gitar will not commit updates to this branch. Comment with these commands to change the behavior for this request:
Was this helpful? React with 👍 / 👎 | Gitar |
Code Review ✅ Approved 2 resolved / 2 findingsAdds context propagation primitives including the ContextPropagator protocol and propagation engine. Addresses missing unit tests and refines error handling to prevent double-wrapping of ContextPropagationError. ✅ 2 resolved✅ Quality: New context-propagation primitives have no unit tests
✅ Quality: inject() error handling double-wraps ContextPropagationError
OptionsAuto-apply is off → Gitar will not commit updates to this branch. Comment with these commands to change the behavior for this request:
Was this helpful? React with 👍 / 👎 | Gitar |
What changed?
Add types and helper function for context propagation
Why?
This is first commit in stacked branches aiming to implement context propagation in python client
How did you test it?
unit test
Potential risks
Release notes
Documentation Changes