You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
154842: rpc: respect interceptors ServerOption in NewDRPCServer r=tbg a=stevendanna
We were not adding the passed interceptor to the list of unary or stream interceptors. Now we do. This in turn addresses a race condition that we intended to solve in e005120.
Part of this PR was authored by Claude Code. After a hint about DRPC vs gRPC, it was able to diagnose the problem given race detector output and generate the fix included here.
Its initial attempts at creating a test either didn't actually assert anything relevant or was very large. After some prompting, it created a test similar to what is included here, but with many hallucinated functions. I then just fixed it by hand.
Epic: none
Release note: None
Co-authored-by: Steven Danna <[email protected]>
0 commit comments