| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
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 bdfe828. Configure here.
Sorry, something went wrong.
Codecov Results 📊✅ 98904 passed | ⏭️ 6479 skipped | Total: 105383 | Pass Rate: 93.85% | Execution Time: 356m 17s 📊 Comparison with Base Branch
➖ Removed Tests (1)View removed tests
All tests are passing successfully. ✅ Patch coverage is 100.00%. Project has 2498 uncovered lines. @@ Coverage Diff @@
## main #PR +/-##
==========================================
+ Coverage 89.92% 89.95% +0.03%
==========================================
Files 193 193 —
Lines 24859 24859 —
Branches 8962 8962 —
==========================================
+ Hits 22354 22361 +7
- Misses 2505 2498 -7
- Partials 1414 1414 —Generated by Codecov Action |
Sorry, something went wrong.
…etsentry#7052) The `exception_event` could be a transaction if the transaction arrived at the transport layer first, which resulted in a `KeyError`.
| Back | FazBrowse Home | New Git URL |
Description
The failure
=================================== FAILURES =================================== _________________________ test_job_concurrency[False] __________________________ tests/integrations/arq/test_arq.py:746: in test_job_concurrency assert exception_event["exception"]["values"][0]["type"] == "ZeroDivisionError" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ E KeyError: 'exception'indicates that we're capturing a transaction before an error object. Filter for the error to eliminate the flake.
Issues
Reminders