Skip to content

Async Generator Task Propagation#1724

Open
TimPansino wants to merge 6 commits intomainfrom
fix-async-generator-propagation
Open

Async Generator Task Propagation#1724
TimPansino wants to merge 6 commits intomainfrom
fix-async-generator-propagation

Conversation

@TimPansino
Copy link
Copy Markdown
Contributor

Overview

  • Fixes an issue where AsyncGeneratorProxy would not properly handle transaction context propagation if spread over multiple tasks.
    • Adds regression tests that reproduces the original issue and ensures transaction contexts are preserved across tasks and properly closed and reported.

@TimPansino TimPansino requested a review from a team as a code owner May 6, 2026 20:24
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 6, 2026

MegaLinter analysis: Success

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ ACTION actionlint 8 0 0 0.85s
✅ MARKDOWN markdownlint 7 0 0 0 1.0s
✅ PYTHON ruff 1030 0 0 0 0.98s
✅ PYTHON ruff-format 1030 0 0 0 0.35s
✅ YAML prettier 19 0 0 0 1.42s
✅ YAML v8r 19 0 0 4.28s
✅ YAML yamllint 19 0 0 0.64s

See detailed reports in MegaLinter artifacts

MegaLinter is graciously provided by OX Security
Show us your support by starring ⭐ the repository

@mergify mergify Bot added the tests-failing Tests failing in CI. label May 6, 2026
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented May 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.95%. Comparing base (72d753f) to head (47c7abc).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1724   +/-   ##
=======================================
  Coverage   81.95%   81.95%           
=======================================
  Files         214      214           
  Lines       25834    25844   +10     
  Branches     4088     4090    +2     
=======================================
+ Hits        21171    21181   +10     
+ Misses       3266     3265    -1     
- Partials     1397     1398    +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@mergify mergify Bot removed the tests-failing Tests failing in CI. label May 6, 2026
@mergify mergify Bot added the tests-failing Tests failing in CI. label May 6, 2026
@mergify mergify Bot removed the tests-failing Tests failing in CI. label May 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants