Robert Ma
Robert Ma
Still happening. The panic site has been moved though: https://github.com/linkerd/linkerd2-proxy/blob/837fbc9531844e5f10d7f4480555127236e6a09b/linkerd/http/retry/src/replay.rs#L152 Working on a repro
OK here's my complete repro: https://github.com/Hexcles/wire/blob/grpc-sample/samples/wire-grpc-sample/k8s.yaml 1. Create a new k8s cluster (I used kind) 2. Install linkerd (I used linkerd CLI) 3. `kubectl apply -f k8s.yaml` 4. Wait for...
Nope, only the `Echo`. I didn't test the streaming version actually. I added the unary call for a simpler repro. So here's the server-side code exercised: https://github.com/Hexcles/wire/blob/fa9f1e2b7d16fc2364a62b45381d42dd9323a439/samples/wire-grpc-sample/server/src/main/java/com/squareup/wire/whiteboard/WhiteboardGrpcAction.kt#L39-L41 And client-side code:...
Note that both sides use wire-grpc, not upstream grpc-java from Google. They are supposedly compatible on the wire, but apparently there's something unique with the frames produced by wire-grpc (otherwise,...
> The good news is that I've tried your repro against the branch of new work. Do you mean you can reproduce the panic on stable, and the WIP feature...
IIUC `HttpRoute` doesn't work with `ServiceProfile`. Does `GrpcRoute` not work with `ServiceProfile` as well?
Apologies for the nudge, but any plan to fix this in `ServiceProfile` soon-ish? Thanks!
Alternatively, I can send a PR to wptrunner to add all these flags when testing Chrome, and then remove the existing media-stream flags here. To some extent, that would be...
Ping @foolip WDYT? At first I didn't like the idea of adding special flags for each browser, but recently I'm not against the idea as much. Firefox uses testing-only prefs....
Looks like the `wpt` tool actually supports Python 3 now. If that's the case, we can run everything in Python 3. If `wpt` doesn't work in py3, I think it's...