aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end
Commit message (Collapse)AuthorAge
* merge with headGravatar yang-g2017-04-14
|\
| * Merge pull request #9972 from sreecha/cq_create_api_changesGravatar Sree Kuchibhotla2017-04-14
| |\ | | | | | | Completion Queue creation API changes (C-Core and C++ only)
| * \ Merge pull request #10449 from ctiller/minimal_testGravatar Craig Tiller2017-04-14
| |\ \ | | | | | | | | Add a test of minimal stacks, and make it pass
| * \ \ Merge pull request #10405 from bogdandrutu/metadataGravatar David G. Quintas2017-04-13
| |\ \ \ | | | | | | | | | | Change metadata names used by the instrumentation.
| | | * \ Merge github.com:grpc/grpc into minimal_testGravatar Craig Tiller2017-04-13
| | | |\ \ | | |_|/ / | |/| | |
| * | | | Merge pull request #10630 from ctiller/ubsanGravatar Craig Tiller2017-04-13
| |\ \ \ \ | | | | | | | | | | | | ubsan fixes
| | | | | * Merge branch 'master' into cq_create_api_changesGravatar Sree Kuchibhotla2017-04-13
| | | | | |\ | | |_|_|_|/ | |/| | | |
| | | | | * fix mac issuesGravatar Sree Kuchibhotla2017-04-13
| | | | | |
| | | * | | Change metadata names used by the instrumentation.Gravatar Bogdan Drutu2017-04-13
| | | | | |
| | * | | | ubsan fixesGravatar Craig Tiller2017-04-13
| | |/ / /
| * / / / Fix test.Gravatar Mark D. Roth2017-04-13
| |/ / /
* / / / Fix buffer overflow https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=973Gravatar yang-g2017-04-12
|/ / /
| | * Merge branch 'master' into cq_create_api_changesGravatar Sree Kuchibhotla2017-04-11
| | |\ | |_|/ |/| |
| * | Merge github.com:grpc/grpc into minimal_testGravatar Craig Tiller2017-04-11
| |\ \ | |/ / |/| |
* | | Merge pull request #10521 from y-zeng/fix_max_idleGravatar Yuchen Zeng2017-04-11
|\ \ \ | | | | | | | | Fix the max idle timer
* \ \ \ Merge pull request #10407 from kpayson64/alpine_linux_supportGravatar kpayson642017-04-10
|\ \ \ \ | | | | | | | | | | Alpine linux support
| | | * \ Merge github.com:grpc/grpc into minimal_testGravatar Craig Tiller2017-04-07
| | | |\ \ | |_|_|/ / |/| | | |
| | | | * Merge branch 'master' into cq_create_api_changesGravatar Sree Kuchibhotla2017-04-07
| | | | |\ | |_|_|_|/ |/| | | |
| | * | | Fix the max idle timerGravatar Yuchen Zeng2017-04-07
| | | | |
* | | | | Merge pull request #10492 from ncteisen/error-overflowGravatar Noah Eisen2017-04-07
|\ \ \ \ \ | | | | | | | | | | | | Fix Error Overflow Bug
| | | | * \ Merge github.com:grpc/grpc into minimal_testGravatar Craig Tiller2017-04-07
| | | | |\ \ | |_|_|_|/ / |/| | | | |
| | * | | | Fix build on Alpine linux + add portability testsGravatar Ken Payson2017-04-06
| | |/ / /
| | | | * Fix test after mergeGravatar Sree Kuchibhotla2017-04-06
| | | | |
| | | | * Merge branch 'master' into cq_create_api_changesGravatar Sree Kuchibhotla2017-04-06
| | | | |\ | | | |_|/ | | |/| |
* | | | | 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
| | | | |
| | | * | Rename compress_filter --> message_compress_filterGravatar Craig Tiller2017-04-06
| | | | |
| | | * | Merge github.com:grpc/grpc into minimal_testGravatar Craig Tiller2017-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.
* | | | | Merge github.com:grpc/grpc into dynamic_tcp_sizingGravatar Craig Tiller2017-04-05
|\| | | |
| | | * | Merge github.com:grpc/grpc into minimal_testGravatar Craig Tiller2017-04-05
| | | |\ \ | | |_|/ / | |/| | |
| * | | | Merge pull request #10412 from y-zeng/max_age_jitterGravatar Yuchen Zeng2017-04-05
| |\ \ \ \ | | | | | | | | | | | | Add max_connection_age jitter
| | | * | | 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
| | | |\ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge pull request #9902 from y-zeng/keepalive_serverGravatar Yuchen Zeng2017-04-04
| |\ \ \ \ \ | | | | | | | | | | | | | | Client-side keepalive pings server enforcement
| * \ \ \ \ \ 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
| | |_|_|/ / / | |/| | | | |
| | | | * | | 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 branch 'minimal' into minimal_testGravatar 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
| | | | * | | 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
| | |\ \ \ \ \