AlinsRan commented on PR #2882: URL: https://github.com/apache/apisix-ingress-controller/pull/2882#issuecomment-5711980949
Marked as draft: **CI cannot pass on this branch until api7/adc#618 is merged and a new `ghcr.io/api7/adc:dev` is published.** The e2e and conformance jobs run against `adc:dev`, which is built from ADC `main`. ADC's `streamRouteSchema` is a `z.strictObject` (and its Rust `StreamRoute` is `deny_unknown_fields`), so `tls_passthrough` and `snis` are rejected outright rather than dropped — every TLSRoute Passthrough sync 400s. That chain is api7/api7ee-3-control-plane#3018 → api7/adc#618 → a published `adc:dev` → this PR. To get evidence in the meantime, the conformance suite was run locally against an ADC image built from api7/adc#618 and `apache/apisix:master-debian-dev` (which carries apache/apisix#13912 — the released 3.17.0 does not). Results are in the PR description. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
