-
Notifications
You must be signed in to change notification settings - Fork 13
e2e: fix tests with latest vuln data #1999
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
base: master
Are you sure you want to change the base?
Conversation
e2etests/vuln_test.go
Outdated
// These three vulns should exist, but NVD set these to deferred. | ||
// Commenting out until they are no longer deferred. |
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.
How will we know when they're no longer deferred?
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.
https://youtu.be/se17_0zbZds?si=SHZtYEjhrSZ8xkPU&t=10
I considered just deleting these (open to that), but I also wanted to keep track of them in case we want to remember them in the future
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.
😂
My initial thought was to file a Jira issue, but after thinking about it a bit, would these tests fail when the CVEs are no longer deferred? Since the expected results would be different. If that's the case, the comment already in the changes is sufficient.
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.
I found out unexpectedVulns
exists, so I moved all these vulns to that section. That way, we'll be notified when they're found
/retest |
ac113e2
to
c3dd15a
Compare
@RTann: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
No description provided.