Skip to content

pg-storage: Adapt implem to write both origin visit updates and status

This partially reverts commit a720caed (!920 (closed)).

That now (still) writes new origin visit status...

But, as before, prior to !920 (closed):

  • update origin visit (with same values as origin visit status)
  • read from origin visit

Related to T2310#44043

That does not revert the new in-memory (!919 (closed)) nor the cassandra (!921 (closed)) storage implementations.

Test Plan

tox is happy

-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================================================================================== 912 passed, 23 skipped, 1 xfailed, 18 warnings in 249.27s (0:04:09) =====================================================================================
___________________________________________________________________________________________________________________ summary ___________________________________________________________________________________________________________________
  black: commands succeeded
  flake8: commands succeeded
  mypy: commands succeeded
  py3: commands succeeded
  congratulations :)

Migrated from D3101 (view on Phabricator)

Merge request reports