-
Notifications
You must be signed in to change notification settings - Fork 514
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add changefeed tests from endophage/notary fork #1293
add changefeed tests from endophage/notary fork #1293
Conversation
Please sign your commits following these rules: $ git clone -b "changefeed_tests_updated" git@github.com:dockersid/notary.git somewhere
$ cd somewhere
$ git rebase -i HEAD~842357008576
editor opens
change each 'pick' to 'edit'
save the file and quit
$ git commit --amend -s --no-edit
$ git rebase --continue # and repeat the amend for each commit
$ git push -f Amending updates the existing PR. You DO NOT need to open a new one. |
Signed-off-by: Siddhartha Karthik Copesetty <sid@docker.com>
Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com>
Signed-off-by: Siddhartha Karthik Copesetty <sid@docker.com>
Signed-off-by: Siddhartha Karthik Copesetty <sid@docker.com>
Signed-off-by: Siddhartha Karthik Copesetty <sid@docker.com>
Signed-off-by: Siddhartha Karthik Copesetty <sid@docker.com>
Signed-off-by: Siddhartha Karthik Copesetty <sid@docker.com>
2a4abf6
to
f82a3bc
Compare
LGTM pending circleci |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tests LGTM but note that this isn’t being run by CircleCI. This should be merged into testclient.py
No description provided.