-
Notifications
You must be signed in to change notification settings - Fork 278
Test metadata files: bump expiration date and resign #1631
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
Conversation
Our newly added metadata files in the tests/repository_data/fishy_rolenames/metadata directory have an expiry date until "2021-10-22T11:21:56Z" and today while running the tests on develop branch I recived this error: ExpiredMetadataError("Metadata X expired on Fri Oct 22 11:21:56 2021") when running the tests in tests/test_updater.py file and more precisly the TestUpdaterRolenames.test_unusual_rolenames() test. That's why I decided to bump the expiration date to a random time in the future (October 22-nd 2050) and I had to resign all of the metadata files. Signed-off-by: Martin Vrachev <mvrachev@vmware.com>
Pull Request Test Coverage Report for Build 1375801096
💛 - Coveralls |
The test failure I described can be seen here: |
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.
Thanks. I produced this from RepositorySimulator (where the expiry doesn't matter as we re-generate for every test run) and failed to notice this 🤦
Pull Request Test Coverage Report for Build 1375801096Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
1 similar comment
Pull Request Test Coverage Report for Build 1375801096Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
Description of the changes being introduced by the pull request:
Our newly added metadata files in the
tests/repository_data/fishy_rolenames/metadata directory have an expiry
date until "2021-10-22T11:21:56Z" and today while running the tests on
develop branch I recived this error:
ExpiredMetadataError("Metadata X expired on Fri Oct 22 11:21:56 2021")
when running the tests in tests/test_updater.py file and more precisly
the TestUpdaterRolenames.test_unusual_rolenames() test.
That's why I decided to bump the expiration date to a random time in
the future (October 22-nd 2050) and I had to resign all of the metadata
files.
Signed-off-by: Martin Vrachev mvrachev@vmware.com
Please verify and check that the pull request fulfills the following
requirements: