-
Notifications
You must be signed in to change notification settings - Fork 601
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
New Event Filtering: Add rekt test to verify that empty filters does not override filter
#7534
Conversation
Welcome @pawarpranav83! It looks like this is your first PR to knative/eventing 🎉 |
Hi @pawarpranav83. Thanks for your PR. I'm waiting for a knative member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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/test-infra repository. |
Hey @Cali0707, I also added a feature function for the multiple filters for one trigger (it was assigned three months ago, I hope it's alright to make changes for that issue). |
Yeah feel free to work on that if no progress has been made there for a while, just leave a comment on the issue saying you're working on it now. I would prefer if the changes for the two issues were in two separate PRs, if possible. |
Signed-off-by: pawarpranav83 <[email protected]>
Any additional changes? |
/ok-to-test |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7534 +/- ##
==========================================
- Coverage 75.55% 74.56% -1.00%
==========================================
Files 261 262 +1
Lines 14668 14951 +283
==========================================
+ Hits 11083 11148 +65
- Misses 3006 3215 +209
- Partials 579 588 +9 ☔ View full report in Codecov by Sentry. |
Only Can't we extend the time-out period? cause in other PRs these tests are failing too. |
They all run in /retest-required |
Can you provide tide test approval if there aren't any additional changes to be done? @Cali0707 |
Accidentally closed the PR while updating another branch. /reopen |
@pawarpranav83: Failed to re-open PR: state cannot be changed. There are no new commits on the pawarpranav83:main branch. In response to this:
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/test-infra repository. |
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.
Just a few nits on this, otherwise it is generally looking good so far
Co-authored-by: Calum Murray <[email protected]>
/retest-required |
/test reconciler-tests |
@Leo6Leo can u approve the changes as well if there aren't any more changes to be done? |
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.
/lgtm
/approve
Thanks @pawarpranav83, this is great!
FYI, if you want another review from someone after they gave an initial review and you've made some changes, the easiest way is to /cc them - our bot will pick up on that and re-request their review. For more info on how this works, feel free to check out https://knative.dev/blog/articles/getting-started-blog-p2/#interacting-with-prow
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.
Hey @pawarpranav83, thanks for the great work! this is great to me as well. LGTM
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Cali0707, Leo6Leo, pawarpranav83 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest-required |
2 similar comments
/retest-required |
/retest-required |
Fixes #7298
Proposed Changes