aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Collapse)AuthorAge
* Clang formatGravatar murgatroid992017-02-17
|
* Improve Node and libuv testing and test coverageGravatar murgatroid992017-02-17
| | | | Allow Node tests to run with or without UV, change default version to 7, add some portability tests. Also make some more core tests work with libuv
* clang-formatGravatar Mark D. Roth2017-01-28
|
* Fix tests.Gravatar Mark D. Roth2017-01-28
|
* Fix workqueue_move_items_to_parent() invocation bug in ↵Gravatar Harvey Tuch2017-01-20
| | | | | | | polling_island_merge()[ev_epoll_linux.c]. This bug resulted in workqueue items failing to merge correctly and consequently queued closures would fail to execute.
* Merge pull request #9414 from jboeuf/fix_alpn_msanGravatar Nicolas Noble2017-01-20
|\ | | | | Fixing msan issue in client_ssl.c
| * Fixing msan issue in client_ssl.cGravatar Julien Boeuf2017-01-19
| | | | | | | | | | | | See this error (somehow triggered by a new version of boringssl): https://grpc-testing.appspot.com/job/gRPC_pull_requests_msan_c/1154/testReport/junit/(root)/c_linux_msan/bins_msan_handshake_client_GRPC_POLL_STRATEGY_poll_cv/ In the alpn callback, in_len is the size of the in buffer and not the number of alpn elements.
* | Merge branch 'master' of https://github.com/grpc/grpc into cpp_stress_flagsGravatar ncteisen2017-01-19
|\|
* | Simplify cpp stress flagsGravatar ncteisen2017-01-18
| |
| * Merge pull request #9322 from apolcyn/deprecate_benchmark_core_listsGravatar apolcyn2017-01-17
|/| | | | | Don't configure core lists in in benchmark driver
* | Merge pull request #9326 from yang-g/licenseGravatar Yang Gao2017-01-17
|\ \ | | | | | | Add licenses to all BUILD files and missing copyright
* \ \ Merge pull request #9366 from rjshade/fix_memory_profile_flakesGravatar Craig Tiller2017-01-17
|\ \ \ | | | | | | | | Force client to wait for server to start in memory_usage test
* \ \ \ Merge pull request #9064 from ↵Gravatar Mark D. Roth2017-01-17
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | grpc/revert-9063-revert-8951-revert-8949-revert-8922-slice_cleanup Revert "Revert "Revert "Revert "Remove redundant includes from string.h and tmpfile.h""""
* \ \ \ \ Merge pull request #9252 from ctiller/write_bufferingGravatar Craig Tiller2017-01-17
|\ \ \ \ \ | | | | | | | | | | | | Fix write buffering, add tests
| | | * | | Force client to wait for server to startGravatar Robbie Shade2017-01-17
| | | | | |
* | | | | | Merge pull request #9351 from matt-kwong/corpus-fuzzer-apiGravatar Craig Tiller2017-01-17
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Add api-fuzzer corpus
| * | | | | Add api-fuzzer corpusGravatar Matt Kwong2017-01-13
| | | | | |
| | | * | | Merge remote-tracking branch 'upstream/master' into ↵Gravatar Mark D. Roth2017-01-13
| | | |\ \ \ | | |_|/ / / | |/| | | | | | | | | | revert-9063-revert-8951-revert-8949-revert-8922-slice_cleanup
| | * | | | Merge github.com:grpc/grpc into write_bufferingGravatar Craig Tiller2017-01-13
| | |\ \ \ \ | | |/ / / / | |/| | | |
* | | | | | merge masterGravatar Yuxuan Li2017-01-13
|\| | | | |
* | | | | | memory usage profiling for client call, client channel, server creation, ↵Gravatar Yuxuan Li2017-01-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | server call and server channel. fix bug. server: snapshot pass by pointer
| | | | | * re-run clang-format.shGravatar Alexander Polcyn2017-01-12
| | | | | |
| * | | | | Merge pull request #8816 from lyuxuan/cpu_usage2Gravatar lyuxuan2017-01-12
| |\ \ \ \ \ | | | | | | | | | | | | | | sending cpu load latency performance test results to big query
| * \ \ \ \ \ Merge pull request #8770 from lyuxuan/channel_args1Gravatar lyuxuan2017-01-11
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | configurable channel args for performance benchmarking
| * \ \ \ \ \ \ Merge pull request #9315 from yang-g/fuzzer_loadGravatar Yang Gao2017-01-11
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Remove unused load
| * \ \ \ \ \ \ \ Merge pull request #9327 from yang-g/include_fix2Gravatar Yang Gao2017-01-11
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add missing include for size_t
| | | | | | | | * | omg it is 2017Gravatar yang-g2017-01-11
| | | | | | | | | |
| * | | | | | | | | Merge pull request #9139 from ericgribkoff/http2_clientGravatar Eric Gribkoff2017-01-11
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add HTTP/2 interop test client Known failures: https://github.com/grpc/grpc/issues/8629
| | | * | | | | | | | Add missing include for size_tGravatar yang-g2017-01-11
| | |/ / / / / / / / | |/| | | | | | | |
| | | | | | | | * | Add licenses to all BUILD files and missing copyrightGravatar yang-g2017-01-11
| | |_|_|_|_|_|/ / | |/| | | | | | |
| | | | | | | | * re-run generate project to build qps json driverGravatar Alexander Polcyn2017-01-11
| | | | | | | | |
| | | | | | | | * remove LimitCores in c++ benchmarkGravatar Alexander Polcyn2017-01-11
| | | | | | | | |
| | | | | | | | * ignore core counts and core lists in qps json driverGravatar Alexander Polcyn2017-01-11
| | | | | | | | |
| * | | | | | | | manual revert of #8901Gravatar yang-g2017-01-11
| | | | | | | | |
| | | * | | | | | Remove unused loadGravatar yang-g2017-01-11
| | |/ / / / / / | |/| | | | | |
| | * | | | | | Adds HTTP/2 interop test clientGravatar Eric Gribkoff2017-01-11
| |/ / / / / /
| | | * / / / enable uploading server cpu usage data from performance tests to big queryGravatar Yuxuan Li2017-01-11
| |_|/ / / / |/| | | | |
| | * | | | add setting channel args functionality to performance tesingGravatar Yuxuan Li2017-01-11
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | setting channel args --draft clang-format
| * | | | changes to http2 test serverGravatar Makarand Dharmapurikar2017-01-09
|/ / / / | | | | | | | | | | | | | | | | Not kill the server on disconnect Spawn one server per test case
| | * | Merge remote-tracking branch 'upstream/master' into ↵Gravatar Mark D. Roth2017-01-09
| | |\ \ | |_|/ / |/| | | | | | | revert-9063-revert-8951-revert-8949-revert-8922-slice_cleanup
| | * | Merge remote-tracking branch 'upstream/master' into ↵Gravatar Mark D. Roth2017-01-06
| | |\ \ | | | | | | | | | | | | | | | revert-9063-revert-8951-revert-8949-revert-8922-slice_cleanup
* | | | | Use `grpc_closure`s in `grpc_timer`sGravatar Masood Malekghassemi2017-01-05
| |_|/ / |/| | |
| * | | Merge github.com:grpc/grpc into write_bufferingGravatar Craig Tiller2017-01-05
| |\ \ \ | |/ / / |/| | |
| * | | Add a test of finishing buffering with EOSGravatar Craig Tiller2017-01-05
| | | |
| * | | Fix sequential write bufferingGravatar Craig Tiller2017-01-05
| | | |
* | | | Merge branch 'faster' into slice_with_exec_ctxGravatar Craig Tiller2017-01-04
|\| | |
| * | | Faster test building: avoid repeated linkingGravatar Craig Tiller2017-01-04
| | | |
* | | | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2017-01-04
|\| | |
| * | | Fixes for testsGravatar Craig Tiller2017-01-04
| | | |
| * | | Fixes for testsGravatar Craig Tiller2017-01-04
| | | |