4954 Commits (7cb13183d4b0214445a109604b031418236542cb)

Author SHA1 Message Date
Craig Tiller db1a5cce47 Buffer pool C++ wrapper 8 years ago
David Garcia Quintas 0d366c983c PR comments 8 years ago
Noah Eisen 02e70ed120 changed method name in test.proto to more accurately reflect how the calls will be used 8 years ago
Yuchen Zeng a4aebf873e Remove unused inclusion 8 years ago
Craig Tiller 42ee4d86b9 Refine test scenario list for buffer pools 8 years ago
Makarand Dharmapurikar af564a1e92 changed timestamp clock from REALTIME to PRECISE 8 years ago
Sree Kuchibhotla a7a21d2049 Make sync server settings configurable 8 years ago
Craig Tiller 5d882637e8 Fix memory leaks 8 years ago
Noah Eisen a27eb1d07a added the unimplemented_call test to interop_client.cc. Next step is to call this from the driver program, run_interop_tests.py 8 years ago
Makarand Dharmapurikar 012fc18be9 doc fixes and max-age set to 60 8 years ago
Craig Tiller 08d297e375 Make all tests build again 8 years ago
Craig Tiller 69a1f66005 Complete integration test for buffer pools 8 years ago
Craig Tiller bb1d72d570 Better debugging 8 years ago
Craig Tiller ef6b97659e Add tracing, fix some transport bugs wrt buffer_pools 8 years ago
Sree Kuchibhotla 892dbf4d95 Make settings configurable 8 years ago
David Garcia Quintas 55ba14a785 Use the server's name as the service name for gRPC LB 8 years ago
David Garcia Quintas 5f2e90e3ae Populate server_name for sockaddr resolver 8 years ago
Makarand Dharmapurikar 42511cfd8b Addressed review feedback 8 years ago
Yuchen Zeng 15bc4627de Rename variables ... again 8 years ago
Yuchen Zeng e529ea3928 Rename variables 8 years ago
Craig Tiller 82509936ae Stub out end2end tests 8 years ago
Craig Tiller ed9dc8d956 Fix leaks 8 years ago
Craig Tiller 4b3b5d0e82 Fixes for destruction 8 years ago
Craig Tiller 32c804e6a7 Fix a conditional that got flipped 8 years ago
Craig Tiller dd339ea915 Cleanup of some buffer pool implementation 8 years ago
Mark D. Roth 9477724003 Change C++ API to expose wait_for_ready instead of fail_fast. 8 years ago
Craig Tiller af9da92a60 Dont run benchmarks outside of linux for now 8 years ago
Craig Tiller 91bb6241ab Reduce # of benchmarks run as Jenkins unit tests 8 years ago
Craig Tiller ce2ff3c071 Fixes 8 years ago
Craig Tiller e9f385acdf Fixes, more tests 8 years ago
murgatroid99 dedb923b6e Clang format 8 years ago
Michael Lumish 77c6ccef18 Updated changes for Windows, removed unistd.h from test files 8 years ago
Craig Tiller 579acc351b Ensure all memory is released back to the buffer pool 8 years ago
Craig Tiller 61ecb9259b TCP buffer pool integration done 8 years ago
Craig Tiller af76e6523a Fixes 8 years ago
Craig Tiller 012372f044 Cleanup test, check fail fast or not 8 years ago
David Garcia Quintas 31e324450a Prevent nanopb fuzzers from spamming logs 8 years ago
Vincent van Dam 4e9a404456 Add connection refused test 8 years ago
David Garcia Quintas fa0896bbd0 Rewrote handling of default resolver prefix 8 years ago
Craig Tiller d1253a3ae4 Tests pass with buffer pools plumbed in 8 years ago
Craig Tiller 30ff60ec36 Tests compile 8 years ago
Yuchen Zeng 27170357ab Improve ProtoReflectionDescriptorDatabase 8 years ago
Craig Tiller d4673484c7 Update tests 8 years ago
murgatroid99 7871f736ce Remove sockaddr type structs and socklen_t from internal core APIs, update POSIX tests 8 years ago
Craig Tiller 76b3e26d93 Add fuzzer detected failure 8 years ago
Craig Tiller 3f665f5fef Add fuzzer detected failure 8 years ago
Craig Tiller 9cf0cec74c Fairly complete set of tests for buffer pools in place 8 years ago
Craig Tiller 3fe56b52de Add a test of reclaimation 8 years ago
Craig Tiller 3b98b2ee33 Add a test of an allocation blocked from scavenging 8 years ago
Craig Tiller 12b925d2bb Made scavenging work 8 years ago