python temporal integration - #1092
Merged
Merged
Conversation
Matt Perpick (clutchski)
force-pushed
the
matt/temporal
branch
2 times, most recently
from
November 20, 2025 20:42
59fa59b to
f65a79f
Compare
Matt Perpick (clutchski)
force-pushed
the
matt/temporal
branch
3 times, most recently
from
November 25, 2025 16:14
d1ba6e3 to
f7cbf39
Compare
Matt Perpick (clutchski)
marked this pull request as ready for review
November 25, 2025 16:14
Matt Perpick (clutchski)
requested review from
Ankur Goyal (ankrgyl),
Olmo Maldonado (ibolmo),
Ken Jiang (knjiang) and
Manu Goyal (manugoyal)
as code owners
November 25, 2025 16:14
| @@ -1994,11 +1994,13 @@ def inner(): | |||
| def reset_id_generator_state(): | |||
| """Reset ID generator state and environment variables before each test""" | |||
| logger._state._reset_id_generator() | |||
| logger._state._reset_context_manager() | |||
Collaborator
Author
There was a problem hiding this comment.
we should start nuking the state between tests, but we can do that in the future.
Olmo Maldonado (ibolmo)
approved these changes
Nov 25, 2025
Andrew Kent (realark)
approved these changes
Nov 25, 2025
Matt Perpick (clutchski)
force-pushed
the
matt/temporal
branch
2 times, most recently
from
December 2, 2025 17:27
7c6e25d to
e7fcb17
Compare
Matt Perpick (clutchski)
force-pushed
the
matt/temporal
branch
from
December 2, 2025 17:27
e7fcb17 to
9bc64b7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Prototype of a temporal <-> braintrust distributed tracing implementation.