HomeSoftware Heritage

test_storage: Use the db_transaction context manager instead of raw connections
3228b18eeba9Unpublished

Unpublished Commit · Learn More

Not On Permanent Ref: This commit is not an ancestor of any permanent ref.

Description

test_storage: Use the db_transaction context manager instead of raw connections

This minimizes the risk of dangling db connections, which in turn reduces the
chance of cascading test failures.

Event Timeline