aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Collapse)AuthorAge
* C99->C89.Gravatar Nicolas "Pixel" Noble2017-05-11
| | | | F-it. My sanity isn't worth it.
* Fixing test_util...Gravatar Nicolas "Pixel" Noble2017-05-11
|
* The json parser comes from protobuf.Gravatar Nicolas "Pixel" Noble2017-05-11
|
* Missed one gtest reference.Gravatar Nicolas "Pixel" Noble2017-05-11
|
* Moving gtest include down.Gravatar Nicolas "Pixel" Noble2017-05-10
| | | | In some cases, depending on the direction of the wind, and the phase of the moon, gtest can interfere with protobuf badly with macros cross-pollution between the two projects. Moving the gtest inclusion at the end makes the problem go away.
* QPS doesn't actually need gtest anymore.Gravatar Nicolas "Pixel" Noble2017-05-10
|
* Making test_util & co public.Gravatar Nicolas "Pixel" Noble2017-05-09
|
* Add end2end_test_lib.Gravatar Nicolas "Pixel" Noble2017-05-09
|
* Adding metrics_server.Gravatar Nicolas "Pixel" Noble2017-05-09
|
* Fixing test_util target.Gravatar Nicolas "Pixel" Noble2017-05-09
|
* Making test/core/iomgr visible.Gravatar Nicolas "Pixel" Noble2017-05-08
|
* Fixing grpc_cli_libs.Gravatar Nicolas "Pixel" Noble2017-05-08
|
* Adding "grpc_cli_libs" back.Gravatar Nicolas "Pixel" Noble2017-05-05
|
* Forgot one external dependency.Gravatar Nicolas "Pixel" Noble2017-05-01
|
* End2end test dependency fix.Gravatar Nicolas "Pixel" Noble2017-05-01
|
* Converting end2end/generate_tests.bzl.Gravatar Nicolas "Pixel" Noble2017-04-25
|
* Rewriting core tests BUILD files to use the build system.Gravatar Nicolas "Pixel" Noble2017-04-18
|
* Buildifier and wrapping test/cpp/* rules with our build system.Gravatar Nicolas "Pixel" Noble2017-04-13
|
* Merge pull request #10382 from ctiller/checksGravatar Craig Tiller2017-03-31
|\ | | | | Reinstate filegroup dependency checks, fix fallout
* \ Merge pull request #10375 from dgquintas/fix_fuzzer_961Gravatar David G. Quintas2017-03-31
|\ \ | | | | | | Fix oss-fuzz/961
* \ \ Merge pull request #10318 from y-zeng/server_channel_max_ageGravatar Yuchen Zeng2017-03-31
|\ \ \ | | | | | | | | Max age for server channels
* | | | Fix build on macGravatar Craig Tiller2017-03-31
| | | |
| * | | Verify shutdown time in max_connection_age testGravatar Yuchen Zeng2017-03-30
| | | |
* | | | Merge pull request #10348 from sreecha/init-free-cqGravatar Sree Kuchibhotla2017-03-30
|\ \ \ \ | | | | | | | | | | Do not call grpc_init() for per-call-completion-queues created by a C++ sync server
| | | * | Fixed oss-fuzz/961Gravatar David Garcia Quintas2017-03-30
| |_|/ / |/| | |
* | | | Merge pull request #10218 from ctiller/bugscrub1-proposedfix1Gravatar Craig Tiller2017-03-30
|\ \ \ \ | | | | | | | | | | Possible fix to TSAN race
| | | | * Fix build filesGravatar Craig Tiller2017-03-30
| | | | |
| | | | * Merge branch 'remove_lr_from_server_context' of github.com:dgquintas/grpc ↵Gravatar Craig Tiller2017-03-30
| | | | |\ | |_|_|_|/ |/| | | | | | | | | into checks
| | | | * Reinstate one check, fix fall outGravatar Craig Tiller2017-03-30
| | | | |
* | | | | Merge pull request #9780 from ctiller/cpp_bazelnessGravatar Nicolas Noble2017-03-30
|\ \ \ \ \ | |_|_|_|/ |/| | | | More C++ Bazel support
* | | | | Merge pull request #10329 from ctiller/b64mbGravatar Craig Tiller2017-03-30
|\ \ \ \ \ | | | | | | | | | | | | Add benchmarks of chttp2 performance for -bin headers
* \ \ \ \ \ Merge pull request #10352 from yang-g/time_conversionGravatar Yang Gao2017-03-30
|\ \ \ \ \ \ | | | | | | | | | | | | | | Make convert clock_type consistent with add/sub when dealing with ext…
* \ \ \ \ \ \ Merge pull request #10342 from ctiller/buildGravatar Craig Tiller2017-03-29
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Move src/core/lib/tsi --> src/core/tsi
* \ \ \ \ \ \ \ Merge pull request #10353 from yang-g/lost_childGravatar Yang Gao2017-03-29
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Remove call from sibling list when it is not first child.
| | | * | | | | | Update time_cmp to ignore tv_nsec when tv_sec is INT64 MAX or MINGravatar yang-g2017-03-29
| | | | | | | | |
* | | | | | | | | Merge pull request #10331 from vjpai/asyncGravatar Vijay Pai2017-03-29
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Make sure that we hold contents of async operation until completion
| | | | | * | | | | Fix leakGravatar Craig Tiller2017-03-29
| | | | | | | | | |
| | | | | | | * | | Fix leakGravatar 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
| | | | | | | | | |
| | | | | | | | * | Add a benchmarkGravatar Sree Kuchibhotla2017-03-29
| |_|_|_|_|_|_|/ / |/| | | | | | | |
| | | | | | * | | Merge branch 'master' of https://github.com/grpc/grpc into cpp_bazelnessGravatar Nicolas "Pixel" Noble2017-03-29
| | | | | | |\ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| | * | | | | | | Remove call from sibling list when it is not first child.Gravatar yang-g2017-03-29
| | | | | | | | |
| | | | | | | * | Merge github.com:grpc/grpc into bugscrub1-proposedfix1Gravatar Craig Tiller2017-03-29
| | | | | | | |\ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| | | * | | | | | Sanity fixesGravatar Craig Tiller2017-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
| | | | | | | | |
| | | | * | | | | Make convert clock_type consistent with add/sub when dealing with extreme valuesGravatar yang-g2017-03-28
| |_|_|/ / / / / |/| | | | | | |
| | | | | | | * Add max_connection_age end2end testGravatar Yuchen Zeng2017-03-28
| | | | | | | |