| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Codecov Results 📊✅ 88540 passed | ⏭️ 6025 skipped | Total: 94565 | Pass Rate: 93.63% | Execution Time: 298m 47s 📊 Comparison with Base Branch
All tests are passing successfully. ✅ Patch coverage is 92.59%. Project has 2475 uncovered lines.
@@ Coverage Diff @@
## main #PR +/-##
==========================================
+ Coverage 89.38% 89.38% —%
==========================================
Files 192 192 —
Lines 23285 23302 +17
Branches 8002 8010 +8
==========================================
+ Hits 20811 20827 +16
- Misses 2474 2475 +1
- Partials 1309 1311 +2Generated by Codecov Action |
Sorry, something went wrong.
| (span,) = ( | ||
| span | ||
| for span in spans | ||
| if span["attributes"].get("sentry.op") == "queue.task.rq" |
There was a problem hiding this comment.
Do we need to perform this filtering here? Or can we pull the last element off of spans via index access or .pop?
Sorry, something went wrong.
There was a problem hiding this comment.
The tests failed in CI when I used a fixed index here.
The span list also includes spans from redis-py. Either the order is non-deterministic or there's differences across versions.
Sorry, something went wrong.
There was a problem hiding this comment.
Interesting 🤔
Sorry, something went wrong.
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 2e1a8c1. Configure here.
Sorry, something went wrong.
Replace `job_id` and `func` from the `rq-job` extra with the `messaging.message.id` and `code.function.name` attributes in the streaming lifecycle mode. Do not set the remaining entries in the `rq-job` extra as attributes in the streaming mode.
| Back | FazBrowse Home | New Git URL |
Description
In the streaming path, use
Extras not set as attributes
Adapting Tests
sed commands used for converting transaction context managers:
sed commands used for converting event capture:
sed commands used for converting op:
sed commands used for converting origin:
Issues
Closes #6053
Reminders