aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Collapse)AuthorAge
* Context activation for asyncGravatar Vijay Pai2015-06-03
|
* Account for time difference in mac and linuxGravatar Vijay Pai2015-06-03
|
* Bug fixGravatar Vijay Pai2015-06-03
|
* Invoke LoadTest setupGravatar vjpai2015-06-03
|
* Merge branch 'master' into poissonGravatar vjpai2015-06-03
|\
| * Merge pull request #1866 from dgquintas/stack-allocate-bb-readerGravatar Craig Tiller2015-06-02
| |\ | | | | | | Removed grpc_byte_buffer_reader_{create,destroy}.
| * \ Merge pull request #1874 from dgquintas/server_context_leakGravatar Craig Tiller2015-06-02
| |\ \ | | | | | | | | Fixed memory leak in server_async
* | | | Support use of high_res clock in timepointsGravatar vjpai2015-06-02
| | | |
| | * | Fixed memory leak in server_asyncGravatar David Garcia Quintas2015-06-02
| | | |
| * | | Merge pull request #1856 from ctiller/count-the-thingsGravatar Nicolas Noble2015-06-02
| |\ \ \ | | |/ / | |/| | Label all iomgr objects
* | | | Fix timer issuesGravatar vjpai2015-06-02
| | | |
| * | | Merge pull request #1864 from ctiller/cq-says-whatGravatar Jan Tattermusch2015-06-02
| |\ \ \ | | | | | | | | | | Add a completion queue test
| | | | * Removed grpc_byte_buffer_reader_{create,destroy}.Gravatar David Garcia Quintas2015-06-01
| | | | | | | | | | | | | | | | | | | | | | | | | Introduced grpc_byte_buffer_init instead. It's now the user's responsibility to manage memory.
| | | * | Merge github.com:grpc/grpc into count-the-thingsGravatar Craig Tiller2015-06-01
| | | |\ \ | | |_|/ / | |/| | | | | | | | | | | | | | | | | | Conflicts: src/core/iomgr/fd_posix.h src/core/iomgr/iomgr.c
| * | | | Merge pull request #1857 from yang-g/testGravatar Craig Tiller2015-06-01
| |\ \ \ \ | | | | | | | | | | | | Various minor fixes
| * \ \ \ \ Merge pull request #1862 from nicolasnoble/fixing-toolsGravatar Craig Tiller2015-06-01
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | Fixing tools compilation.
| | | | * | Extend the test caseGravatar Craig Tiller2015-06-01
| | | | | |
| | | | * | Add a completion queue testGravatar Craig Tiller2015-06-01
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | - create completion queue - call shutdown - call next
| * | | | Merge pull request #1758 from dgquintas/iomgr_managed_cbsGravatar Craig Tiller2015-06-01
| |\ \ \ \ | | | | | | | | | | | | Revamped iomgr's callback mechanism
| | | * | | Fixing tools compilation.Gravatar Nicolas "Pixel" Noble2015-06-02
| | |/ / / | |/| | |
| * | | | Merge pull request #1828 from ↵Gravatar Yang Gao2015-06-01
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | ctiller/i-wish-the-number-that-used-to-be-displayed-represented-my-bank-balance Fix the display of total slowdown
| | | | * | Various minor fixesGravatar Yang Gao2015-06-01
| | | | | |
| | | | | * Label all iomgr objectsGravatar Craig Tiller2015-06-01
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | This allows a list of them to be dumped to isolate where memory leaks are occuring.
* | | | | Merge branch 'master' into poissonGravatar vjpai2015-06-01
|\| | | |
| * | | | Removed non-ISO usage of __FUNCTION__.Gravatar David Garcia Quintas2015-05-31
| | | | | | | | | | | | | | | | | | | | Fixes #1843
| | | * | Comments addressed.Gravatar David Garcia Quintas2015-05-31
| | | | |
| | | * | Adapted the following to the new iomgr's cb API:Gravatar David Garcia Quintas2015-05-31
| | |/ / | |/| | | | | | | | | | | | | | alarm_test, tcp_posix, fd_posix, pollset_posix, credentials, call, channel, server, child_channel
| * | | Merge github.com:grpc/grpc into but-maybe-i-want-to-pollGravatar Craig Tiller2015-05-30
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile
| | * \ \ Merge branch 'master' of github.com:grpc/grpc into server_auth_contextGravatar Julien Boeuf2015-05-29
| | |\ \ \
| | * | | | Fixing build issue.Gravatar Julien Boeuf2015-05-29
| | | | | |
| | | * | | Merge branch 'master' of github.com:grpc/grpc into mdctx_free_credsGravatar Julien Boeuf2015-05-29
| | | |\ \ \
| | * | \ \ \ Merge branch 'master' of github.com:grpc/grpc into server_auth_contextGravatar Julien Boeuf2015-05-29
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |
| | | | | * | Fix the display of total slowdownGravatar Craig Tiller2015-05-29
| | | | |/ / | | | |/| |
| * | | | | clang-formatGravatar Craig Tiller2015-05-29
| | | | | |
| * | | | | Make it possible to run with poll() instead of epoll()Gravatar Craig Tiller2015-05-29
| | |/ / / | |/| | | | | | | | | | | | | | | | | | Mostly to facilitate testing, but maybe in the future we want to work on Linux systems with broken epoll support?
| | | * | Removing mdctx from the credentials.Gravatar Julien Boeuf2015-05-29
| | | |/
| * | | Merge pull request #1803 from soltanmm/verbosityGravatar Nathaniel Manista2015-05-29
| |\ \ \ | | | | | | | | | | Set verbosity to 2 for Python tests.
| | * | | Set verbosity to 2 for Python testsGravatar Masood Malekghassemi2015-05-28
| | | |/ | | |/| | | | | | | | | Fixes #1762.
* | | | Merge branch 'master' into poissonGravatar vjpai2015-05-28
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | Conflicts: Makefile test/cpp/qps/client_async.cc test/cpp/qps/qpstest.proto
| | * | Add a test of cmdline usage strings - and make them sanerGravatar Craig Tiller2015-05-28
| |/ /
| * | Merge branch 'master' of github.com:grpc/grpc into qps_reporter_refactoringGravatar David Garcia Quintas2015-05-27
| |\ \
| | * \ Merge pull request #1745 from ctiller/misbehaving-is-expectedGravatar Nicolas Noble2015-05-27
| | |\ \ | | | | | | | | | | Add testing of bad client behavior
| | * | | Add a check against potential failure to bring up client binaryGravatar Yang Gao2015-05-26
| | | | |
| * | | | Merge branch 'master' of github.com:grpc/grpc into qps_reporter_refactoringGravatar David Garcia Quintas2015-05-26
| |\ \ \ \
| | | * | | Correct the test request/response size, to be consistent with the test ↵Gravatar Xudong Ma2015-05-26
| | |/ / / | | | | | | | | | | | | | | | spec:https://github.com/grpc/grpc/blob/master/doc/interop-test-descriptions.md
| | | | * Merge branch 'master' of github.com:grpc/grpc into server_auth_contextGravatar Julien Boeuf2015-05-26
| | | | |\ | | | |_|/ | | |/| |
| | | * | clang-formatGravatar Craig Tiller2015-05-26
| | | | |
| | | * | Add testing of bad client behaviorGravatar Craig Tiller2015-05-26
| | |/ / | | | | | | | | | | | | | | | | This test will become a suite over coming weeks. Spin up a server, and send some illegal data to it, and probe that the correct behavior occurs.
| | * | Remove all uses of __FUNCTION__Gravatar Craig Tiller2015-05-24
| | | |
| | * | Merge pull request #1706 from ctiller/streaming-crash-boom-bangGravatar Nicolas Noble2015-05-22
| | |\ \ | | | | | | | | | | Fix shutdown crash in async streaming test