aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Collapse)AuthorAge
* Clean up unused variables and funcsGravatar Muxi Yan2017-04-07
|
* Fix bm_chttp2_transport memory leakGravatar Muxi Yan2017-04-07
|
* Merge remote-tracking branch 'upstream/master' into lazy-deframeGravatar Muxi Yan2017-04-07
|\
| * Merge pull request #10492 from ncteisen/error-overflowGravatar Noah Eisen2017-04-07
| |\ | | | | | | Fix Error Overflow Bug
* | | Fix bm_chttp2_transportGravatar Muxi Yan2017-04-07
| | |
| * | Merge pull request #10496 from jtattermusch/csharp_distribtest_use_windowsbuiltGravatar Jan Tattermusch2017-04-07
| |\ \ | | | | | | | | Switch C# distribtest to use windows-built nugets
| * \ \ Merge pull request #10467 from sreecha/bm_cq_multi_threadsGravatar Sree Kuchibhotla2017-04-06
| |\ \ \ | | | | | | | | | | Microbenchmark for measuring impact of multiple threads calling cq_next
| * | | | Fix posix leakageGravatar Craig Tiller2017-04-06
| | | | |
| * | | | Merge github.com:grpc/grpc into dynamic_tcp_sizingGravatar Craig Tiller2017-04-06
| |\ \ \ \
| | | | | * Fix error overflow bugGravatar Noah Eisen2017-04-06
| | | | | |
| | | * | | Print items/sec metric at the endGravatar Sree Kuchibhotla2017-04-06
| | | | | |
| | | * | | Merge branch 'master' into bm_cq_multi_threadsGravatar Sree Kuchibhotla2017-04-06
| | | |\ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge pull request #10466 from markdroth/filter_call_init_fail_fixGravatar Mark D. Roth2017-04-06
| | |\ \ \ \ | | | |_|_|/ | | |/| | | Do not retry when we fail to create a subchannel call.
| | | | | * switch C# distribtest to use windows-build nugetsGravatar Jan Tattermusch2017-04-06
| | | |_|/ | | |/| |
| | | | * Merge branch 'master' into bm_cq_multi_threadsGravatar Sree Kuchibhotla2017-04-05
| | | | |\ | | | |_|/ | | |/| |
| * | | | Merge github.com:grpc/grpc into dynamic_tcp_sizingGravatar Craig Tiller2017-04-05
| |\| | |
| | * | | Merge pull request #10469 from ctiller/xyzGravatar Craig Tiller2017-04-05
| | |\ \ \ | | | | | | | | | | | | Add profiling annotations
| | * \ \ \ Merge pull request #10412 from y-zeng/max_age_jitterGravatar Yuchen Zeng2017-04-05
| | |\ \ \ \ | | | | | | | | | | | | | | Add max_connection_age jitter
| | * \ \ \ \ Merge pull request #10474 from y-zeng/update_actionsGravatar Yuchen Zeng2017-04-05
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | Add UpdateActions to the interop client helper
| | | | | | * | Fix test for CLIENT_DIRECT_CHANNEL fixtures.Gravatar Mark D. Roth2017-04-05
| | | | | | | |
| | | | | | * | Fix build.Gravatar Mark D. Roth2017-04-05
| | | | | | | |
| | | | | | * | Merge remote-tracking branch 'upstream/master' into filter_call_init_fail_fixGravatar Mark D. Roth2017-04-05
| | | | | | |\ \ | | | |_|_|_|/ / | | |/| | | | |
| | | | | | | * minor changeGravatar Sree Kuchibhotla2017-04-04
| | | | | | | |
| | * | | | | | Merge pull request #9902 from y-zeng/keepalive_serverGravatar Yuchen Zeng2017-04-04
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Client-side keepalive pings server enforcement
| | | | * | | | | Add UpdateActions to the interop client helperGravatar Yuchen Zeng2017-04-04
| | | |/ / / / / | | |/| | | | |
| | | | | | | * use wallclockGravatar Sree Kuchibhotla2017-04-04
| | | | | | | |
* | | | | | | | Merge remote-tracking branch 'upstream/master' into lazy-deframeGravatar Muxi Yan2017-04-04
|\ \ \ \ \ \ \ \
| | | | | | * | | Add profiling annotationsGravatar Craig Tiller2017-04-04
| | | | | | | | |
| | | * | | | | | Merge pull request #10334 from wcevans/masterGravatar Yang Gao2017-04-04
| | |/| | | | | | | |/| | | | | | | | | | | | | | | | Calculate RPC deadline right before call creation
| | | | | | | * | Change filter_call_init_fails test to catch the bug.Gravatar Mark D. Roth2017-04-04
| | |_|_|_|_|/ / | |/| | | | | |
| | | | | | | * Microbenchmark for measuring impact of multiple threads calling cq_nextGravatar Sree Kuchibhotla2017-04-04
| | | | | | |/
| | | | | * / Add max_connection_age jitterGravatar Yuchen Zeng2017-04-04
| | |_|_|/ / | |/| | | |
| | | * | | Calculate RPC deadline right before call creationGravatar Chris Evans2017-04-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Most core end2end tests are written around a single RPC with an explicit deadline. Currently, this deadline is calculated before bringing up the test fixture, and thus time spent bringing up the test fixture is taken from the time allotted to the RPC. This change moves the calculation of these deadlines immediately before call creation. Additionally, the functions that calculate these deadlines have been renamed from 'xx_seconds_time()' to 'xx_seconds_from_now()' for clarity.
| | * | | | Merge github.com:grpc/grpc into dynamic_tcp_sizingGravatar Craig Tiller2017-04-04
| | |\| | |
| * | | | | Merge github.com:grpc/grpc into minimalGravatar Craig Tiller2017-04-04
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge pull request #9949 from ctiller/new_transport_opGravatar Craig Tiller2017-04-04
| | |\ \ \ \ | | | | | | | | | | | | | | Convert stream ops to a control + payload structure
| | * \ \ \ \ Merge pull request #10447 from ctiller/arenaGravatar Craig Tiller2017-04-04
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | Fix arena_test on 32-bit platforms (includes Windows)
| | * \ \ \ \ \ Merge pull request #10194 from ctiller/atomic-timersGravatar Craig Tiller2017-04-04
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Track milliseconds since process start in timer heap
| | | | | | | * | Enable server-side keepalive pingsGravatar Yuchen Zeng2017-04-04
| | | | | | | | |
| | | | | | | * | Change time unit to msGravatar Yuchen Zeng2017-04-04
| | | | | | | | |
| | | | | | | * | Disable bdp probe in bad_ping testGravatar Yuchen Zeng2017-04-04
| | | | | | | | |
| | | | | | | * | Add bad_ping test, fix ping testGravatar Yuchen Zeng2017-04-04
| | | |_|_|_|/ / | | |/| | | | |
| | | | | * | | Merge branch 'new_transport_op' of github.com:ctiller/grpc into new_transport_opGravatar Craig Tiller2017-04-03
| | | | | |\ \ \
| | | | * | | | | clang-formatGravatar Craig Tiller2017-04-03
| | | | | | | | |
| | | | * | | | | Merge branch 'arena' of github.com:ctiller/grpc into arenaGravatar Craig Tiller2017-04-03
| | | | |\ \ \ \ \ | | | | | |_|_|_|/ | | | | |/| | | |
| | * | / | | | | Add option to limit # of messages per stream with testsGravatar Vijay Pai2017-04-03
| | | |/ / / / / | | |/| | | | |
| | | | * | | | Fix arena_test on 32-bit platforms (includes Windows)Gravatar Craig Tiller2017-04-03
| | | | | | | |
| | | * | | | | Increase grace timeGravatar Craig Tiller2017-04-03
| | | | | | | |
| | | * | | | | Merge github.com:grpc/grpc into atomic-timersGravatar Craig Tiller2017-04-03
| | | |\ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | | | | * | review feedbackGravatar Craig Tiller2017-04-03
| | | | | | | |