-
Notifications
You must be signed in to change notification settings - Fork 51
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
Add conformance tests for UDPRoute & TCPRoute #81
Comments
Note that this is now blocked on https://github.com/kubernetes-sigs/blixt/milestone/8. |
Recently I have added the initial UDPRoute test in kubernetes-sigs/gateway-api#2661. |
Sounds good! /assign @cnvergence If you want to add the tests now, you can they will just need to be re-written once https://github.com/kubernetes-sigs/blixt/milestone/8 is complete. So if you prefer to wait until afterwards that is fine too. |
awesome, thanks for the heads-up, I guess I can start with including this basic suite now |
Sounds good! We appreciate it, please reach out to us (here) if you need any support! |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
hi @shaneutt, sorry, I needed to drop off for the last few months. |
No worries whatsoever! Thanks for pinging, if you need any support hit us up in |
I have ran into some issues, when running tests blixt-controlplane-664b9f96f6-6nnxd manager 2024-08-29T10:01:45Z INFO Observed a panic in reconciler: runtime error: invalid memory address or nil pointer dereference {"controller": "udproute", "controllerGroup": "gateway.networking.k8s.io", "controllerKind": "UDPRoute", "UDPRoute": {"name":"udp-coredns","namespace":"gateway-conformance-infra"}, "namespace": "gateway-conformance-infra", "name": "udp-coredns", "reconcileID": "0c314b36-5a47-41ff-b898-0f2483a3b829"}
blixt-controlplane-664b9f96f6-6nnxd manager panic: runtime error: invalid memory address or nil pointer dereference [recovered]
blixt-controlplane-664b9f96f6-6nnxd manager panic: runtime error: invalid memory address or nil pointer dereference
blixt-controlplane-664b9f96f6-6nnxd manager [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x17b971a] I will continue to investigate the cause, then I will open the PR with the test from gw-api moved here. |
Yes, updating to the latest version would probably be good at this point as we've been lagging behind a bit 😅 |
Putting this on hold temporarily while we focus on /hold |
We discussed this one on our community sync today (join |
Part of the purpose of this project was to help mature
UDPRoute
andTCPRoute
in upstream Gateway API.Part of that maturity is a need for conformance tests which multiple implementations can subscribe to. The purpose of this task is to add the conformance test suite for Gateway API to this repository, resolve kubernetes-sigs/gateway-api#1792 and then include those tests here.
This should inherently resolve the following:
The text was updated successfully, but these errors were encountered: