chore(sqlalchemy): Drop transaction-based tracing - #7199
Open
sentrivana wants to merge 9 commits into
Open
Conversation
Contributor
Codecov Results 📊✅ 106811 passed | ⏭️ 5338 skipped | Total: 112149 | Pass Rate: 95.24% | Execution Time: 357m 25s 📊 Comparison with Base Branch
All tests are passing successfully. ✅ Patch coverage is 89.47%. Project has 2249 uncovered lines. Files with missing lines (2)
Coverage diff@@ Coverage Diff @@
## main #PR +/-##
==========================================
+ Coverage 90.30% 90.46% +0.16%
==========================================
Files 193 185 -8
Lines 25689 23577 -2112
Branches 9480 8652 -828
==========================================
+ Hits 23198 21328 -1870
- Misses 2491 2249 -242
- Partials 1442 1365 -77Generated by Codecov Action |
…or/remove-transactions-sqlalchemy
sentrivana
marked this pull request as ready for review
August 31, 2026 15:01
ericapisani
approved these changes
Aug 31, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Also remove transaction-based tracing support from various DB integration helpers (
record_sql_queries,add_query_source) and fix one remaining Django testCloses PY-2733
Closes #7198