Skip to content

Fix OracleDB Mismatched Signature#1648

Open
TimPansino wants to merge 6 commits intomainfrom
fix-oracledb
Open

Fix OracleDB Mismatched Signature#1648
TimPansino wants to merge 6 commits intomainfrom
fix-oracledb

Conversation

@TimPansino
Copy link
Contributor

@TimPansino TimPansino commented Feb 9, 2026

Overview

  • Fix issues with OracleDB instrumentation where signature does not match DBAPI 2.0.

Issues

Closes #1639

@TimPansino TimPansino requested a review from a team as a code owner February 9, 2026 23:32
@github-actions
Copy link

github-actions bot commented Feb 9, 2026

MegaLinter analysis: Success

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ ACTION actionlint 7 0 0 1.03s
✅ MARKDOWN markdownlint 7 0 0 0 1.34s
✅ PYTHON ruff 967 0 0 0 1.27s
✅ PYTHON ruff-format 967 0 0 0 0.39s
✅ YAML prettier 15 0 0 0 1.4s
✅ YAML v8r 15 0 0 5.6s
✅ YAML yamllint 15 0 0 0.68s

See detailed reports in MegaLinter artifacts

MegaLinter is graciously provided by OX Security

@mergify mergify bot added the tests-failing Tests failing in CI. label Feb 9, 2026
@codecov-commenter
Copy link

codecov-commenter commented Feb 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.67%. Comparing base (0474217) to head (e608d8d).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1648      +/-   ##
==========================================
- Coverage   81.69%   81.67%   -0.02%     
==========================================
  Files         210      210              
  Lines       24655    24661       +6     
  Branches     3884     3884              
==========================================
+ Hits        20141    20143       +2     
- Misses       3198     3202       +4     
  Partials     1316     1316              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mergify mergify bot removed the tests-failing Tests failing in CI. label Feb 12, 2026
@mergify mergify bot added the tests-failing Tests failing in CI. label Feb 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tests-failing Tests failing in CI.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

AsyncCursor.callproc() fails due to NewRelic AsyncCursorWrapper

2 participants