413 Commits (1911c3b2c4cbeb2364705d66b28145655e56f7ad)

Author SHA1 Message Date
Abhishek Kumar d774c5cadb Test client stream cancellation and fix bug exposed by the test. 10 years ago
Vijay Pai e23aba4884 Fix definition of InterarrivalTimer to enable late initialization 10 years ago
Abhishek Kumar a1d3a72930 fixed indentation 10 years ago
vjpai 9cf0b3b84d Random number distributions and test for common distributions 10 years ago
Yang Gao 3b3097fb7a Remove an extra unref 10 years ago
Craig Tiller 12088b26d9 Tweak tests 10 years ago
Abhishek Kumar 18298a7440 Fixed flakes due to OK racing with cancel 10 years ago
Abhishek Kumar e41d0402ba Added end2end test for server streaming rpc cancellation. 10 years ago
Abhishek Kumar 82a83313db Added test case demonstrating cancel on bidi stream 10 years ago
Abhishek Kumar 60572d422b Move .proto files up for reuse 10 years ago
Abhishek Kumar 1b3e3cd75b Moving test.proto to an outer directory so others can depend on it. 10 years ago
Yang Gao 103837ee6b Wrap ParseCommandLineFlags in InitTest 10 years ago
Yang Gao eaccf90aef Return 1 when test_case is not supported in interop test 10 years ago
Craig Tiller 66048f4fc1 Add reporting library, use it 10 years ago
Craig Tiller 41faf0f4c8 s/11/1 10 years ago
Yang Gao a40020788f Split interop client and server into components 10 years ago
Craig Tiller e9a6eb7332 Allow RunScenarios to spawn in-process workers 10 years ago
Craig Tiller 4cc8a172f5 Tweaks 10 years ago
Nicolas "Pixel" Noble 0caebbfcfe Splitting gRPC service class codegen into its own set of files. 10 years ago
Craig Tiller 206d59a56a fine tuning 10 years ago
Craig Tiller 8221e40ac0 Indentation fixes, s/11/1/g 10 years ago
Craig Tiller 1c61af7364 Dont sleep forever on async cq 10 years ago
Craig Tiller 8a5a666ad0 Handle errors better on client 10 years ago
Craig Tiller aa2fca5a48 Remove asserts 10 years ago
Craig Tiller 2c2cf6d2c5 Smoke test initial version 10 years ago
Craig Tiller b9de09f2ac Allow specifying warmup, benchmark times 10 years ago
Nicolas "Pixel" Noble a05b8b7b25 Removing a few more references to #include <chrono> 10 years ago
Nicolas Noble 89219162dd Refactoring std::chrono out. 10 years ago
Vijay Pai f2554d051b Revive proper SIGINT handling 10 years ago
Vijay Pai 54e16ee548 Put in calls to profiling 10 years ago
Vijay Pai 49673133b3 Remove unused header file for profiler 10 years ago
Vijay Pai ce3bd9680b Remove outdated file 10 years ago
Yang Gao 0c4b0ddcc5 Add tests with delayed cancellation from client and server 10 years ago
Yang Gao b946b5ea74 Refactor and add a unit test 10 years ago
Yang Gao 166f9d00ce add back mis-deleted method string 10 years ago
Yang Gao ced2b89f55 Finish grpc_cli 10 years ago
vjpai 6130809a8b Work around a compiler limitation caused by inability to properly handle 10 years ago
Vijay Pai 92a928fa68 Make string construction explicit as implicit conversion doesn't work in 4.4 10 years ago
vjpai 4bcab68012 Include the config.h file to make sure that nullptr is covered 10 years ago
Vijay Pai bef9cbc7dc Eliminate range-based fors 10 years ago
Yang Gao 16c78c922c Clean up unneeded includes and remove shutdown protobuf library 10 years ago
Yang Gao a5e20d35c9 a stub of the cli tool 10 years ago
Vijay Pai 82dd80abc6 Elminate range-based fors and work around some other limitations in older compilers 10 years ago
Vijay Pai 6266b9341c Sweep different parameter sets in a single shell script. 10 years ago
Vijay Pai 8ad32091e6 Make sure that nothing gets added to cq after shutdown 10 years ago
Vijay Pai 55bb5bdf80 No need to do an extra read 10 years ago
Vijay Pai c5b397927c test return value of rpc parse 10 years ago
vjpai 653803e310 Make RPC type configurable 10 years ago
vjpai 46f65239cf Added streaming C++ tests for sync and sync cases 10 years ago
Yang Gao cdb2a6e071 Protect on some overflow scenarios, add a test and build/run the test 10 years ago