aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Collapse)AuthorAge
* Cleaning out remains of google3.Gravatar Nicolas "Pixel" Noble2015-02-03
|
* Merge pull request #358 from dklempner/buildGravatar Nathaniel Manista2015-02-02
|\
| * Make several python scripts explicitly python2.7Gravatar David Klempner2015-02-02
| | | | | | | | | | I tried actually doing a build on my home desktop, and none of these run with python 3.3, which is /usr/bin/python on my home desktop.
* | Prepare for the new batch call API.Gravatar Craig Tiller2015-02-02
| | | | | | | | | | Rename all core API functions that are on their way to deprecation with an _old tag across all wrappings.
* | Fix poll_kick_posix_test under asanGravatar David Klempner2015-02-02
|/ | | | | 1. Init the freelist_mu in the forced-fallback path 2. Free allocated memory in the test_over_free test case.
* Merge pull request #324 from ctiller/benchGravatar Vijay Pai2015-02-01
|\ | | | | Add pprof support to qps client, server
| * Add pprof supportGravatar Craig Tiller2015-01-31
| | | | | | | | | | | | Starts profiling on client and server. On client, finishes after a test. On the server, finishes after sigint.
* | Init fixGravatar Craig Tiller2015-01-30
| |
* | Fixing echo test.Gravatar Nicolas "Pixel" Noble2015-01-30
| |
* | Re-enabling errors on warning, disabling unused parameter warning, and ↵Gravatar Nicolas "Pixel" Noble2015-01-30
| | | | | | | | fixing all subsequent errors.
* | Merge pull request #168 from nicolasnoble/jsonGravatar Craig Tiller2015-01-29
|\ \ | | | | | | Replacing cJSON with our own code instead.
| * | Adding a few more tests.Gravatar Nicolas "Pixel" Noble2015-01-29
| | |
| * | Adding a few more test to improve coverage.Gravatar Nicolas "Pixel" Noble2015-01-29
| | |
* | | Add a timeout to echo client's RPCsGravatar David Klempner2015-01-28
| | | | | | | | | | | | | | | This ensures that echo test fails in a timely manner rather than hanging when it breaks.
| * | Merge branch 'master' of github.com:google/grpc into jsonGravatar Nicolas Noble2015-01-27
| |\ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile build.json vsprojects/vs2013/grpc.vcxproj vsprojects/vs2013/grpc.vcxproj.filters vsprojects/vs2013/grpc_unsecure.vcxproj vsprojects/vs2013/grpc_unsecure.vcxproj.filters
| * | Fixing a couple of minor bugs, and adding a few tests.Gravatar Nicolas Noble2015-01-27
| | |
* | | Merge pull request #167 from maxwell-demon/masterGravatar Alistair Veitch2015-01-27
|\ \ \ | | | | | | | | Fix census_log_tests on platforms with only one core.
* \ \ \ Merge pull request #157 from dklempner/eventfdGravatar Craig Tiller2015-01-27
|\ \ \ \ | | | | | | | | | | Add support for eventfd based kicking on linux.
| | | * | Addressing latest comments.Gravatar Nicolas Noble2015-01-28
| | | | |
* | | | | formatGravatar Yang Gao2015-01-27
| | | | |
* | | | | make the flag name shorterGravatar Yang Gao2015-01-27
| | | | |
* | | | | add compute engine credentials supportGravatar Yang Gao2015-01-27
| | | | |
* | | | | sync up with masterGravatar Yang Gao2015-01-27
|\ \ \ \ \
* | | | | | resolve commentsGravatar Yang Gao2015-01-27
| | | | | |
| * | | | | Merge github.com:google/grpc into javascriptGravatar Craig Tiller2015-01-27
| |\ \ \ \ \
| * | | | | | Add argsGravatar Craig Tiller2015-01-27
| | | | | | |
| | | * | | | Rename poll_kick_test to poll_kick_posix_testGravatar David Klempner2015-01-26
| | | | | | |
| | | | | * | Merge branch 'master' of github.com:google/grpc into jsonGravatar Nicolas Noble2015-01-26
| | | | | |\ \ | | | |_|_|/ / | | |/| | | |
| | | | | * | Addressing comments.Gravatar Nicolas Noble2015-01-26
| | | | | | |
| | | * | | | Merge branch 'master' into eventfdGravatar David Klempner2015-01-26
| | | |\ \ \ \ | | | |/ / / / | | |/| | | | | | | | | | | | | | | | | | This includes nuking the special pollset_kick_windows.h, since it is no longer relevant.
| | | * | | | Refactor the pipe/eventfd abstractionGravatar David Klempner2015-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This introduces the wakeup fd interface, corresponding approximately to the existing Google version, complete with a ported giant detailed usage comment. The implementation has two layers, "specialized" and "fallback". The specialized layer is intended to be a suitable platform specific implementation like eventfd, whereas "fallback" is probably pipe, with runtime detection of whether the specialized version works on this system (currently stubbed out).
| | * | | | | Merge pull request #188 from ctiller/bprintfGravatar Nicolas Noble2015-01-26
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | Remove more complicated sprintf usage from the libraries
| | | | | | * \ Merge branch 'master' of github.com:google/grpc into jsonGravatar Nicolas Noble2015-01-26
| | | | | | |\ \ | | | |_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | Conflicts: src/core/security/credentials.c
* | | | | | | | fix commentsGravatar Yang Gao2015-01-26
| | | | | | | |
* | | | | | | | Let each test case create its own channel.Gravatar Yang Gao2015-01-26
| | | | | | | |
* | | | | | | | run clang-formatGravatar Yang Gao2015-01-26
| | | | | | | |
* | | | | | | | add service_account support into interop clientGravatar Yang Gao2015-01-26
| | | | | | | |
* | | | | | | | make CreateTestChannel support additional credentials besides sslGravatar Yang Gao2015-01-25
| | | | | | | |
* | | | | | | | sync messages.proto up to date.Gravatar Yang Gao2015-01-25
| |/ / / / / / |/| | | | | |
| | * | | | | remove stale commentGravatar Craig Tiller2015-01-23
| | | | | | |
* | | | | | | Make interop server listen on 0.0.0.0.Gravatar Yang Gao2015-01-23
| | | | | | |
| | * | | | | Remove uses of sprintfGravatar Craig Tiller2015-01-23
| | | | | | |
| | * | | | | Remove uses of sprintfGravatar Craig Tiller2015-01-23
| | | | | | |
| | * | | | | Remove uses of sprintfGravatar Craig Tiller2015-01-23
| | | | | | |
| | * | | | | Remove uses of sprintfGravatar Craig Tiller2015-01-23
| | | | | | |
| | * | | | | Remove uses of sprintfGravatar Craig Tiller2015-01-23
| | | | | | |
| | * | | | | Remove uses of sprintfGravatar Craig Tiller2015-01-23
| | | | | | |
| | * | | | | Remove uses of sprintfGravatar Craig Tiller2015-01-23
| | | | | | |
| | * | | | | Remove use of *printfGravatar Craig Tiller2015-01-23
| | | | | | |
| | * | | | | Add missing includeGravatar Craig Tiller2015-01-23
| | | | | | |