newrelic / newrelic-python-agent

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

Fix AI test failures & do not run graphqlmaster tests #1211

Closed hmstepanek closed 1 month ago

hmstepanek commented 2 months ago

Overview

Fix the following AI test failures:

github-actions[bot] commented 2 months ago

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ PYTHON black 3 0 0 1.22s
✅ PYTHON flake8 3 0 0.51s
✅ PYTHON isort 3 0 0 0.22s
✅ PYTHON pylint 3 0 4.23s

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_

codecov-commenter commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 81.59%. Comparing base (d642980) to head (7e19ad8).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1211 +/- ## ========================================== + Coverage 80.05% 81.59% +1.54% ========================================== Files 197 197 Lines 21803 21803 Branches 3807 3807 ========================================== + Hits 17454 17790 +336 + Misses 3239 2897 -342 - Partials 1110 1116 +6 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

hmstepanek commented 1 month ago

@umaannamalai Would you mind giving this another review? I've added a couple additional fixes for langchain and graphql tests.