Closed lrafeei closed 7 months ago
Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
---|---|---|---|---|---|
✅ PYTHON | black | 1 | 0 | 0 | 0.58s |
✅ PYTHON | flake8 | 1 | 0 | 0.36s | |
✅ PYTHON | isort | 1 | 0 | 0 | 0.17s |
✅ PYTHON | pylint | 1 | 0 | 1.4s |
See detailed report in MegaLinter reports
_Set VALIDATE_ALL_CODEBASE: true
in mega-linter.yml to validate all sources, not only the diff_
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
6fd639d
) 81.15% compared to head (2ff6304
) 81.13%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Nope, still fails, just with less frequency :(
Closing this ticket.
Overview
This PR makes the
test_priority_used_in_transaction_error_events
found intests/agent_features/test_priority_sampling.py
run more consistently. Here, the priority measured can be 1 or 2 depending on the randomness in sampling computation.