-
Test flakiness and maintenance cost remains one of the larger issues for Etcd project. Proposals like https://github.com/etcd-io/etcd/issues/13167 to track flakiness and contributions to address singu…
-
Currently observed this behaviour while testing an application that sends out payments via `pay` (gRPC) and another service polling these payments via `listpays` (gRPC). There is a rather long delay b…
-
**Many projects use NATS as a distributed message bus between microservices.**
NATS async consumer will allow for efficient interaction between services and Centrifugo.
**You can try the fully w…
-
## Use case
I would like to interact with the native test sdk for be able to test native features like Face ID, notification dialogs or interactions like moving the app into background or foregroun…
-
Our integration tests often perform "non-idempotent" operations, but these can fail even if our code is working fine. A typical test may have this structure:
```cc
auto create = client.CreateFo…
-
Is there a way to add a CustomHandler to ChannelPipeline using NettyServerBuilder ?
I initialize my GrpcNettyServer by below:
```
NettyServerBuilder serverBuilder =
NettyServerBuilder
…
-
### Problem
We are runnign dontnet services on GCP, where spanner is our database service of choice for some services. Running integration tests on this, controlled from unit test style code is part …
-
Currently, clients using the fc-control client are able to receive [grpc error codes](https://godoc.org/google.golang.org/grpc/codes) in error objects returned by API calls, but those are very generic…
-
gRPC depends on pipes and a few other features only implemented by Kestrel such as StartAsync and CompleteAsync. Missing those features in TestServer makes it hard to test gRPC and related components.…
-
I'd like to get this merged into the gateway as it's very closely related to it.
tmc updated
11 months ago