-
Notifications
You must be signed in to change notification settings - Fork 600
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
apiServerSource now retries sending events #5457
Conversation
Hi @xinydev. 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. |
Codecov Report
@@ Coverage Diff @@
## main #5457 +/- ##
==========================================
+ Coverage 82.66% 82.77% +0.11%
==========================================
Files 198 197 -1
Lines 6171 6096 -75
==========================================
- Hits 5101 5046 -55
+ Misses 743 725 -18
+ Partials 327 325 -2
Continue to review full report at Codecov.
|
/assign @matzew |
Hi @xinydev, thanks for sending a PR, can we please add an E2E test for this new feature? A useful (I think) example is
that uses the flaker test image https://github.com/knative/eventing/blob/d1106c89f7276d1e0cb804ea343f2fb7e53b9546/test/test_images/event-flaker/main.go |
/ok-to-test |
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. ℹ️ Googlers: Go here for more info. |
@benmoss Would you please check the CLA? |
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. ℹ️ Googlers: Go here for more info. |
/test all |
@googlebot I fixed it. |
Signed-off-by: XinYang <xinydev@gmail.com>
The following is the coverage report on the affected files.
|
/hold cancel |
/lgtm Thanks! |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lionelvillard, xinydev 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 |
Signed-off-by: XinYang xinydev@gmail.com
Fixes #2980
Proposed Changes
Pre-review Checklist
Release Note
Docs