8000 Fix connection leak when transaction commit/rollback raise an exception by masipcat · Pull Request #498 · encode/databases · GitHub
[go: up one dir, main page]

Skip to content

Fix connection leak when transaction commit/rollback raise an exception #498

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Removed @mysql_versions
  • Loading branch information
masipcat committed Jul 29, 2022
commit 1a07fa4fe2840703a23345fc29b117b3da84e019
1 change: 0 additions & 1 deletion tests/test_databases.py
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,6 @@ async def test_transaction_doesnt_leak_when_commit_fails(database_url):


@pytest.mark.parametrize("database_url", DATABASE_URLS)
@mysql_versions
@async_adapter
async def test_transaction_commit_low_level(database_url):
"""
Expand Down
0