newrelic / newrelic-python-agent

New Relic Python Agent
https://docs.newrelic.com/docs/agents/python-agent
Apache License 2.0
176 stars 99 forks source link

Retry flakey tests #1114

Closed hmstepanek closed 6 months ago

hmstepanek commented 6 months ago

Overview

Add a retry decorator and retry test_no_data_loss_on_reconnect and test_priority_used_in_transaction_events flakey tests.

github-actions[bot] commented 6 months ago

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ PYTHON black 3 0 0 0.74s
✅ PYTHON flake8 3 0 0.43s
✅ PYTHON isort 3 0 0 0.17s
✅ PYTHON pylint 3 0 3.06s

See detailed report in MegaLinter reports _Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff_

_MegaLinter is graciously provided by OX Security_