The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) https://grpc.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Vignesh Babu 531df4b67a [Fuzzing] Fix fuzzing timeouts. 3 months ago
..
BUILD [call-v3] Client call implementation (#36724) 6 months ago
README.md [call-v3] Yodel - a call testing framework (#36635) 6 months ago
fuzzer.proto [call-v3] Yodel - a call testing framework (#36635) 6 months ago
fuzzer_main.cc [Gpr_To_Absl_Logging] Remove logging header from example and test/core/ folder (#37492) 3 months ago
grpc_yodel_test.bzl [call-v3] New client channel implementation (#36723) 6 months ago
test_main.cc [call] Fix fuzzer found bug in client_call_test (#36848) 6 months ago
yodel_test.cc [Fuzzing] Fix fuzzing timeouts. 3 months ago
yodel_test.h [party] Make party a concrete type (#37015) 5 months ago

README.md

Yodel is a foundational test framework for unit testing parts of a call.

It provides infrastructure to write tests around some call actor (the various frameworks built atop of it specify what that actor is). It also provides utilities to fill in various call details, interact with promises in a way that's convenient to debug, and run as either a unit test or a fuzzer.

Various frameworks are built atop it:

  • transports use it as part of the transport test_suite

Planned:

  • interceptors & filters should also use this