aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/tests
Commit message (Collapse)AuthorAge
* Fix the max idle timerGravatar Yuchen Zeng2017-04-07
|
* 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 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 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 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-02
|\| | |
* | | | 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
| | |\ | |_|/ |/| |
| * | 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
| * | Verify shutdown time in max_connection_age testGravatar Yuchen Zeng2017-03-30
| | |
| | * Merge github.com:grpc/grpc into new_transport_opGravatar Craig Tiller2017-03-29
| | |\ | |_|/ |/| |
| * | Change the unit to ms, clean upGravatar Yuchen Zeng2017-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 github.com:grpc/grpc into new_transport_opGravatar Craig Tiller2017-03-28
| | | |\ | | | |/ | | |/|
* | | | Add client_ prefix for keepalive argsGravatar Yuchen Zeng2017-03-27
| | | |
* | | | Change keepalive arguments, add grpc_set_disable_ping_ackGravatar Yuchen Zeng2017-03-27
| |/ / |/| |
* | | Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar Noah Eisen2017-03-22
|\ \ \ | | | | | | | | | | | | error-slice-optimization
| | | * Merge github.com:grpc/grpc into new_transport_opGravatar Craig Tiller2017-03-20
| | | |\ | | |_|/ | |/| |
| * | | Merge pull request #10090 from rjshade/add_test_flagsGravatar Yang Gao2017-03-17
| |\ \ \ | | | | | | | | | | Add test feature flags
| | * | | Add test feature flagsGravatar Robbie Shade2017-03-15
| | | | |
* | | | | Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar ncteisen2017-03-14
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | error-slice-optimization
* | | | | | Change error_create API to sliceGravatar ncteisen2017-03-13
| |_|/ / / |/| | | |
| | * | | Use an arena for call & subchannel_call allocationGravatar Craig Tiller2017-03-13
| |/ / /
| | | * Merge github.com:grpc/grpc into new_transport_opGravatar Craig Tiller2017-03-13
| | | |\ | | |_|/ | |/| |
| | | * Conversion progressGravatar Craig Tiller2017-03-10
| |_|/ |/| |
| * | Document status ordering rulesGravatar Craig Tiller2017-03-06
|/ / | | | | | | | | | | | | | | This documents a rule that's existed in a hard to find internal document that's existed since Feb 2016 by abhikumar@google.com. Since that rule is critical to untangling some gRPC C core behavior, we should document it publically.
| * Retry sending pings if they are delayedGravatar Yuchen Zeng2017-02-28
|/
* Address review commentsGravatar Yuchen Zeng2017-02-27
|