grpc
grpc copied to clipboard
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
### What version of gRPC and what language are you using? 2.42.0 C# ### What operating system (Linux, Windows,...) and version? Windows 10 21H2 ### What runtime / compiler are...
**Ver 1.45** (1.46 code is the same) The symptom is hanging in Grpc.Core.Internal.AsyncCall.**UnaryCall** on return unaryResponseTcs.Task.GetAwaiter().GetResult(); line. The stack trace example is: > [Waiting on Async Operation, double-click or press...
Fix for https://github.com/grpc/grpc/issues/29854 This fixes the hang in AsyncCall.UnaryCall() when an exception in thrown. I was unable to reproduce the original corrupt status code. Looking at the marshalling code it...
commit 99752b173cfa reintroduced the cross-compilation issue which was previously fixed by da10b795e177 see #26292
Separates xDS Test Client/Server (represent an interface to corresponding workload running remotely) from their runners (kubernetes-specific logic to provision the workloads with prerequisites). This is a refactoring, should not change...
We were spinning on the current timer system too many times to reach the three year timeout, so shorten it to an hour. We'll probably catch enough stuff still!
For each e2e fixture, make sure there's only one configuration run for that fixture. It's likely that there's a better code factoring available here, I'm going to argue that that's...
Generated from the release script
We do a *lot* of sequential operations in this test, and I suspect we'd do better with some concurrency. Use event engine to autoscale workload to the machine we're using,...
This has been flaking a bit on Windows... introduce some sleeps and lower thread counts - I think the properties the test wants to cover are still here (and TSAN...