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
test_refresh_on_consistent_targets() does not actually try to refresh any metadata apart from root and timestamp (and it couldn't because the files don't exist in the repository). The test only passes because client already has all the metadata in the metadata cache.
I'm not sure it makes sense to fix this before #1444 but I'm filing so we don't make this mistake again.
The text was updated successfully, but these errors were encountered:
jku
pushed a commit
to jku/python-tuf
that referenced
this issue
Sep 8, 2021
Do not add similar assertions for test_refresh_on_consistent_targets():
The test is broken and can't actually update metadata (theupdateframework#1573).
Signed-off-by: Jussi Kukkonen <[email protected]>
jku
pushed a commit
to jku/python-tuf
that referenced
this issue
Sep 8, 2021
Do not add similar assertions for test_refresh_on_consistent_targets():
The test is broken and can't actually update metadata (theupdateframework#1573).
Signed-off-by: Jussi Kukkonen <[email protected]>
jku
pushed a commit
to jku/python-tuf
that referenced
this issue
Sep 8, 2021
Do not add similar assertions for test_refresh_on_consistent_targets():
The test is broken and can't actually update metadata (theupdateframework#1573).
Signed-off-by: Jussi Kukkonen <[email protected]>
test_refresh_on_consistent_targets()
does not actually try to refresh any metadata apart from root and timestamp (and it couldn't because the files don't exist in the repository). The test only passes because client already has all the metadata in the metadata cache.I'm not sure it makes sense to fix this before #1444 but I'm filing so we don't make this mistake again.
The text was updated successfully, but these errors were encountered: