Skip to content

indexer: ci: broken master build: Fix various test/utils data model issues (following the new model validation delivery)

Following the latest data model validation, we have our test data which is not passing those.

This is to fix those:

  • Fix wrong b'target_type' in revision dict input
  • Add missing snapshot 'target_type' key field
  • Add missing revision {type, committer_date, message}
  • Remove unnecessary fields from origins (lister, project)
  • Fix directory entries data
  • Fix initialization data in various metadata integration tests

Test Plan

tox


Migrated from D1958 (view on Phabricator)

Merge request reports