Page MenuHomeSoftware Heritage

Finalize the config "local" deprecation in favor of "postgresql"
ClosedPublic

Authored by ardumont on May 21 2021, 9:39 AM.

Details

Summary

This will remove further deprecation warnings from the tests, especially the ones from
other modules depending on the storage's pytest-plugin.

This also fixes some edge case configuration for the backfill and the storage rpc
backend which would have been broken if we switched to that new name prior to this.

Related to b487a21f

Test Plan

tox

Diff Detail

Repository
rDSTO Storage manager
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

Build is green

Patch application report for D5763 (id=20607)

Rebasing onto a92a96846b...

Current branch diff-target is up to date.
Changes applied before test
commit 8e3731ace46be8fbcf4fb3b61e08b9deb5b1117d
Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org>
Date:   Fri May 21 09:32:58 2021 +0200

    Finalize the config "local" deprecation in favor of "postgresql"
    
    This will remove further deprecation warnings from the tests, especially the ones from
    other modules depending on the storage's pytest-plugin.
    
    This also fixes some edge case configuration for the backfill and the storage rpc
    backend which would have been broken if we switched to that new name prior to this.
    
    Related to b487a21f

See https://jenkins.softwareheritage.org/job/DSTO/job/tests-on-diff/1339/ for more details.

olasd added a subscriber: olasd.

Thanks!

This revision is now accepted and ready to land.May 21 2021, 10:06 AM