-
Notifications
You must be signed in to change notification settings - Fork 602
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
fix #4994 use trigger's namespace only when subscriber's namespace is nil #4995
Conversation
/assign @pierDipi |
/assign @slinkydeveloper |
Codecov Report
@@ Coverage Diff @@
## master #4995 +/- ##
==========================================
- Coverage 82.63% 82.60% -0.03%
==========================================
Files 294 294
Lines 8401 8401
==========================================
- Hits 6942 6940 -2
- Misses 1062 1063 +1
- Partials 397 398 +1
Continue to review full report at Codecov.
|
/test pull-knative-eventing-integration-tests |
/lgtm /hold for @vaikas review |
/ok-to-test |
cc @vaikas |
/test pull-knative-eventing-unit-tests |
/retest |
hmm, that's weird |
If you rebase you will see the error locally as well. |
/lgtm |
@pierDipi but it run successfully locally |
/retest |
I did it yesterday, did you update your master branch? |
@pierDipi yeah, I rebase it to run UT,but it failed again. can anyone fix the Robot? |
/retest |
The following is the coverage report on the affected files.
|
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.
This fixes #4628 too.
Can you add a release note? The example is in https://raw.githubusercontent.com/knative/eventing/master/.github/pull-request-template.md
/lgtm
yeah, happy to add a release note |
Thanks! |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pierDipi, slinkydeveloper, vaikas 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 |
/unhold |
/test pull-knative-eventing-unit-tests |
Fixes #4994 #4628
Proposed Changes
Trigger
users to set another namespace'sSubscriber
, And whenSubscriber
's namespace not been set, it will be set toTrigger
's namespaceRelease Note
Docs