aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end
Commit message (Collapse)AuthorAge
* Merge pull request #10412 from y-zeng/max_age_jitterGravatar Yuchen Zeng2017-04-05
|\ | | | | Add max_connection_age jitter
* \ 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
| | | * 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 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
| | |\ \
| * | | | Increase grace timeGravatar Craig Tiller2017-04-03
| | | | |
| * | | | Merge github.com:grpc/grpc into atomic-timersGravatar Craig Tiller2017-04-03
| |\ \ \ \ | | | |_|/ | | |/| |
| | | | * Merge github.com:grpc/grpc into new_transport_opGravatar Craig Tiller2017-04-03
| | | | |\ | | | |_|/ | | |/| |
| * | | | Increase grace period: 300ms is way too short in our test environmentsGravatar Craig Tiller2017-04-03
| | | | |
* | | | | Merge github.com:grpc/grpc into minimalGravatar Craig Tiller2017-04-03
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #9838 from dgquintas/fuzzer_remove_assertsGravatar David G. Quintas2017-04-02
| |\ \ \ \ | | | | | | | | | | | | Don't assert over invalid channel args
* | | | | | Merge github.com:grpc/grpc into minimalGravatar Craig Tiller2017-04-02
|\| | | | |
| * | | | | Merge pull request #10414 from ctiller/timingGravatar Craig Tiller2017-04-01
| |\ \ \ \ \ | | | |/ / / | | |/| | | Use timeout inflation to account for differences between sanitizers
* | / | | | Reorganize ext treeGravatar Craig Tiller2017-03-31
|/ / / / / | | | | | | | | | | | | | | | | | | | | - filters live under filters - lb_policy, resolver implementations (being part of client_channel) live under client_channel
| | | * / clang-formatGravatar Craig Tiller2017-03-31
| | | |/
| | | * Review feedback: bikeshedding roundGravatar Craig Tiller2017-03-31
| | | |
| | | * Merge github.com:grpc/grpc into new_transport_opGravatar Craig Tiller2017-03-31
| | | |\ | |_|_|/ |/| | |
* | | | Merge pull request #10375 from dgquintas/fix_fuzzer_961Gravatar David G. Quintas2017-03-31
|\ \ \ \ | | | | | | | | | | Fix oss-fuzz/961
| | * | | Use timeout inflation to account for differences between sanitizersGravatar Craig Tiller2017-03-31
| |/ / / |/| | |
* | | | Merge pull request #10318 from y-zeng/server_channel_max_ageGravatar Yuchen Zeng2017-03-31
|\ \ \ \ | | | | | | | | | | Max age for server channels
| | | * | Don't assert over invalid channel argsGravatar David Garcia Quintas2017-03-30
| |_|/ / |/| | |
| * | | Verify shutdown time in max_connection_age testGravatar Yuchen Zeng2017-03-30
| | | |
| | | * Merge github.com:grpc/grpc into new_transport_opGravatar Craig Tiller2017-03-30
| | | |\ | |_|_|/ |/| | |
| | * | Fixed oss-fuzz/961Gravatar David Garcia Quintas2017-03-30
| |/ / |/| |
* | | Merge pull request #10353 from yang-g/lost_childGravatar Yang Gao2017-03-29
|\ \ \ | | | | | | | | Remove call from sibling list when it is not first child.
| | | * Merge github.com:grpc/grpc into new_transport_opGravatar Craig Tiller2017-03-29
| | | |\ | |_|_|/ |/| | |
| | * | Change the unit to ms, clean upGravatar Yuchen Zeng2017-03-29
| | | |
| | * | Fix the test condition for max_connection_idle testGravatar Yuchen Zeng2017-03-29
| | | |
| * | | Remove call from sibling list when it is not first child.Gravatar yang-g2017-03-29
| | | |
| | * | Add max_connection_idle testGravatar Yuchen Zeng2017-03-29
| | | |
* | | | Merge pull request #9926 from y-zeng/retry_pingsGravatar Yuchen Zeng2017-03-29
|\ \ \ \ | |/ / / |/| | | Retry sending pings if they are delayed
| | * | Fix use-after-free issueGravatar Yuchen Zeng2017-03-29
| | | |
| | * | Add max_connection_age end2end testGravatar Yuchen Zeng2017-03-28
| | | |
* | | | Merge pull request #10337 from yang-g/autofuzzGravatar Yang Gao2017-03-28
|\ \ \ \ | | | | | | | | | | Clamp memory usage estimate
* \ \ \ \ Merge pull request #10325 from y-zeng/keepalive_fixesGravatar Yuchen Zeng2017-03-28
|\ \ \ \ \ | | | | | | | | | | | | Client-side keepalive fixes
| | * | | | Clamp memory usage estimateGravatar yang-g2017-03-28
| | | | | |
| | | | | * Merge github.com:grpc/grpc into new_transport_opGravatar Craig Tiller2017-03-28
| | | | | |\ | | | |_|_|/ | | |/| | |
* | / | | | Add fuzzer bugGravatar ncteisen2017-03-27
| |/ / / / |/| | | |
| * | | | Add client_ prefix for keepalive argsGravatar Yuchen Zeng2017-03-27
| | | | |
| * | | | Change keepalive arguments, add grpc_set_disable_ping_ackGravatar Yuchen Zeng2017-03-27
|/ / / /
* | | | Merge remote-tracking branch 'upstream/master' into cares_rebaseGravatar Yuchen Zeng2017-03-23
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar Noah Eisen2017-03-22
| |\ \ \ | | | | | | | | | | | | | | | error-slice-optimization
* | \ \ \ Merge remote-tracking branch 'upstream/master' into cares_rebaseGravatar Yuchen Zeng2017-03-22
|\ \ \ \ \ | | |/ / / | |/| | |