-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added a test package and some initial notes
- Loading branch information
Showing
3 changed files
with
9 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# We need to implement tests for our updater. We do not need to re-implement the whole | ||
# TUF's test_updater', because we only slightly modify the process. We need to check | ||
# if the git repositories were updated, if the appropriate exception was raised. | ||
# Some of the things we need address and test include: | ||
# - successful update, when the users repository was several commits behind the remote one | ||
# - error when someone force pushed to the remote repository and removed a number of commits | ||
# so that the client's top commit is ahead of the one in the remote repository | ||
# - successful update when one or more intermediate commits contain expired metadata | ||
# - error when a metadata file shouldn't have had change, but that is not the case. |