Skip to content

test(falcon): Support span streaming#6561

Open
alexander-alderman-webb wants to merge 6 commits into
masterfrom
webb/falcon/span-first
Open

test(falcon): Support span streaming#6561
alexander-alderman-webb wants to merge 6 commits into
masterfrom
webb/falcon/span-first

Conversation

@alexander-alderman-webb

@alexander-alderman-webb alexander-alderman-webb commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

Description

Adapting Tests

sed commands used for converting event capture:

  • sed -i '' 's/capture_events,/capture_items,/g'
  • sed -i '' 's/events = capture_events()/items = capture_items("event", "transaction", "span")/g'
  • sed -i '' 's/(event,) = events/(event, ) = (item.payload for item in items if item.type == "event")/g'

sed commands used for converting origin:

  • sed -i '' 's/["contexts"]["trace"]["origin"]/["attributes"]["sentry.origin"]/g'

Issues

Reminders

@github-actions

github-actions Bot commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

Codecov Results 📊

89709 passed | ⏭️ 6019 skipped | Total: 95728 | Pass Rate: 93.71% | Execution Time: 315m 16s

📊 Comparison with Base Branch

Metric Change
Total Tests 📈 +264
Passed Tests 📈 +258
Failed Tests
Skipped Tests 📈 +6

All tests are passing successfully.

✅ Patch coverage is 100.00%. Project has 2407 uncovered lines.
✅ Project coverage is 89.75%. Comparing base (base) to head (head).

Coverage diff
@@            Coverage Diff             @@
##          main       #PR       +/-##
==========================================
+ Coverage    89.75%    89.75%        —%
==========================================
  Files          192       192         —
  Lines        23486     23486         —
  Branches      8066      8066         —
==========================================
+ Hits         21079     21079         —
- Misses        2407      2407         —
- Partials      1329      1329         —

Generated by Codecov Action

Comment thread tests/integrations/falcon/test_falcon.py Outdated
@alexander-alderman-webb alexander-alderman-webb marked this pull request as ready for review June 12, 2026 08:17
@alexander-alderman-webb alexander-alderman-webb requested a review from a team as a code owner June 12, 2026 08:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant