HomeSoftware Heritage

test_storage: Use the db_transaction context manager instead of raw connections

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

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.

Details

Provenance
olasdAuthored on Oct 2 2019, 5:21 PM
vlorentzPushed on Oct 30 2019, 5:21 PM
Differential Revision
D2068: test_storage: Use the db_transaction context manager instead of raw connections

Commit No Longer Exists

This commit no longer exists in the repository.