Skip to content
Snippets Groups Projects

Stop relying on origin ids unless necessary.

This completely stops using origin ids, except when an endpoint that depends on origin ids is used.

Related: swh-storage!907 (closed)

Test Plan

lang=bash
# Test with origin ids
pytest --hypothesis-profile=swh-web-fast swh/web/

# Disable origin ids
cd ../swh-storage/
arc patch swh/devel/swh-storage!907
cd ../swh-web/

# Test without origin ids (and disable tests that require origin ids)
SWH_STORAGE_IN_MEMORY_ENABLE_ORIGIN_IDS=false pytest --hypothesis-profile=swh-web-fast swh/web/ -m "not origin_id"

Migrated from D1691 (view on Phabricator)

Merge request reports

Closed by Phabricator Migration userPhabricator Migration user 5 years ago (Jul 8, 2019 1:16pm UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading