You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RepositorySimulator by default does not include hashes/length in METAFILE (so within timestamp and snapshot metadata).
We should have tests with them:
we should at a minimum have a simple test that does two ordinary refreshes against a repo that uses hashes/length ( and maybe against repos with only hashes or only length but this is less important): this verifies that client actually supports the feature
then could add tests where hashes/length data are set to wrong values to verify client actually uses the hashes/length
possibly we could make all rollback tests parametrized so that they get run against repo without hashes/length as well as against a repo with hashes/length
The text was updated successfully, but these errors were encountered:
RepositorySimulator by default does not include hashes/length in METAFILE (so within timestamp and snapshot metadata).
We should have tests with them:
The text was updated successfully, but these errors were encountered: