- Notifications
You must be signed in to change notification settings - Fork98
Fixes some otel and nested burr application bugs#590
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This was caught trying to run nested burr with otel.
github-actionsbot commentedOct 23, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
A preview of is uploaded and can be seen here: ✨https://burr.dagworks.io/pull/590 ✨ Changes may take a few minutes to propagate. Since this is a preview of production, content with |
| This is a regression test for a bug where state.keys() could return a list | ||
| instead of a set, causing a TypeError when trying to do set subtraction. | ||
| """ | ||
| fromburr.core.applicationimport_validate_reducer_writes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Inline import?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
ugh... slop
| deftest_burr_tracking_span_processor_on_end_with_none_tracker(): | ||
| """Test that on_end handles None tracker gracefully without raising an error.""" | ||
| processor=BurrTrackingSpanProcessor() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Are we sure we need all this mocking? IIRC I wrote this to be easier to unit test...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
pointer?
This was caught trying to run nested burr with otel.
Changes
How I tested this
Notes
Checklist