-
Notifications
You must be signed in to change notification settings - Fork 6
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
[release-v1.11] Add ApiServerSource tests #66
base: release-v1.11
Are you sure you want to change the base?
[release-v1.11] Add ApiServerSource tests #66
Conversation
Signed-off-by: Pierangelo Di Pilato <[email protected]>
/retest |
1 similar comment
/retest |
Signed-off-by: Pierangelo Di Pilato <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: openshift-cherrypick-robot The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest |
@openshift-cherrypick-robot: 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/test-infra repository. I understand the commands that are listed here. |
upgrade to latest dependencies bumping golang.org/x/term edd9fb7...19e73c2: > 19e73c2 go.mod: update golang.org/x dependencies bumping golang.org/x/net c73c09c...c8c0290: > c8c0290 go.mod: update golang.org/x dependencies > 0b21d06 quic: framework for testing blocking operations > 4648651 quic: add -vv flag for more verbose tests > 60ae793 quic: don't send session tickets > a7da556 http2: optimize buffer allocation in transport > 167593b quic: create and accept streams > 8ffa475 html: only render content literally in the HTML namespace > 63fe334 quic: gate and queue synchronization primitives > bd8ac9e quic: fill out connection id handling > 08001cc quic: debug logging of packets > dd0aa33 quic: tls handshake > 5e678bb quic: CRYPTO stream handling > dd5bc96 internal/quic: deflake TestConnTestConn > d0912d4 quic: add pipe type > 8db2ead quic: transport parameter encoding and decoding > 0adcadf quic: send and receive datagrams > 16cc77a quic: print better stacks on SIGQUIT > 4a3f925 quic: basic connection event loop > 57553cb quic: connection ids > 304cc91 quic: tracking of received packets and acks to send > 9475ce1 quic: fix typos in comments > d8f9c01 dns/dnsmessage: add fuzz test > 8126108 dns/dnsmessage: update Parser docs > a1613c2 http2: handle trailing colon in authorityAddr bumping golang.org/x/text e503480...fb697c0: > fb697c0 cmd/gotext: actually use -dir flag > f3e69ed cmd/gotext: fix misbehaviors > ab07ad1 all: remove repetitive words bumping knative.dev/pkg 79fa1f6...cceb144: > cceb144 Update community files (# 2788) > ea6c1f2 Bump github.com/gobuffalo/flect from 0.2.4 to 1.0.2 (# 2786) > 936112b Bump golang.org/x/net from 0.12.0 to 0.14.0 (# 2787) bumping golang.org/x/sys a1a9c4b...104d401: > 104d401 unix: add riscv_hwprobe for riscv64 > 70f4e40 unix: retry fetching of lists through sysctl if the size changes > ad7130c unix: add more block device ioctl numbers > c406141 all: fix some typos > 25d0004 unix: fix last argument of pselect6 on linux > 706fa98 windows: remove repetitive words > 3fead03 unix: add Mremap for netbsd bumping knative.dev/eventing 4a77f6f...7636997: > 7636997 [main] Update community files (# 7159) > e255593 Update to kind v0.20.0 (# 7138) > 763eb0c [main] Upgrade to latest dependencies (# 7156) bumping knative.dev/hack a75befb...ab12e24: > ab12e24 Update community files (# 306) Signed-off-by: Knative Automation <[email protected]>
This is an automated cherry-pick of #65
/assign pierDipi