aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Collapse)AuthorAge
* Merge branch 'we-dont-need-no-backup' into one-shouldnt-depend-on-protobufsGravatar Craig Tiller2015-06-16
|\ | | | | | | | | | | | | | | | | | | Conflicts: include/grpc++/async_unary_call.h include/grpc++/config.h include/grpc++/config_protobuf.h include/grpc++/impl/service_type.h include/grpc++/stream.h src/cpp/common/call.cc
| * Compile fixGravatar Craig Tiller2015-06-16
| |
| * Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-06-16
| |\
| | * Merge pull request #2079 from yang-g/statusChangeGravatar Nicolas Noble2015-06-16
| | |\ | | | | | | | | Update the Status API
| | | * Update the Status APIGravatar Yang Gao2015-06-16
| | | |
| | * | Merge branch 'master' of github.com:grpc/grpc into flags-abiGravatar David Garcia Quintas2015-06-15
| | |\|
| | | * make buildtests on windows passGravatar Jan Tattermusch2015-06-15
| | | |
| | * | Added missing changes to fix bad_hostname C testGravatar David Garcia Quintas2015-06-15
| | | |
| | * | Added flags support to grpc_op.Gravatar David Garcia Quintas2015-06-14
| | |/ | | | | | | | | | | | | Which includes its propagation to grpc_ioreq and validation mechanisms for checking that only known bits are set ot in). Also added an internal flag (GRPC_WRITE_INTERNAL_COMPRESS) mask for its use in signaling compressed messages.
| * | Merge remote-tracking branch 'upstream/master' into ↵Gravatar Jan Tattermusch2015-06-11
| |\| | | | | | | | | | we-dont-need-no-backup-fix-merge-master
| * | Flush pending incoming messages when writing statusGravatar Craig Tiller2015-06-11
| | | | | | | | | | | | As a bonus, correctly report was_cancelled when the server writes error
| * | Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-06-11
| |\ \
| | | * Stability fixes for python_plugin_testGravatar Nathaniel Manista2015-06-11
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The "normal" timeout is eliminated. The "short" timeout is changed to be the length used in tests that will time out as part of their execution and the "long" timeout is changed to be a ridiculously high value that will have no bearing on passing tests. The "pause" behavior of _ServicerMethods is changed to use a threading.Condition's wait/notify methods rather than busy-sleeping. Tests that used servicer delay to verify that asynchronous calls are not affected by server delay are changed to use servicer pause to verify that asynchronous calls return while the servicer is paused. Busy-sleeping in testHalfDuplexCallWedged is replaced with use of a threading.Condition's wait/notify methods. Fixes https://github.com/grpc/grpc/issues/1900.
| | * Merge pull request #2024 from ↵Gravatar Nathaniel Manista2015-06-10
| | |\ | | | | | | | | | | | | | | | | nathanielmanistaatgoogle/python_plugin_test-cosmetics Cosmetic tweaks to python_plugin_test.py.
| * | | Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-06-10
| |\| |
| | * | Make async server use one CQ per server threadGravatar Craig Tiller2015-06-09
| | | |
| * | | Merge branch 'you-complete-me' into we-dont-need-no-backupGravatar Craig Tiller2015-06-09
| |\ \ \
| | | * | add missed explicitGravatar Yang Gao2015-06-09
| | | | |
| | | | * Cosmetic tweaks to python_plugin_test.pyGravatar Nathaniel Manista2015-06-10
| | | |/ | | | | | | | | | | | | | | | | No behavioral changes. Changes to comments are error correction, not changes of specification.
| | * | Merge remote-tracking branch 'upstream/master' into you-complete-me-csharpGravatar Jan Tattermusch2015-06-09
| | |\|
| | | * Merge pull request #1958 from vjpai/qps-proto3Gravatar David G. Quintas2015-06-09
| | | |\ | | | | | | | | | | Update QPS test to proto3
| | | | * Renumber message fieldsGravatar vjpai2015-06-09
| | | | |
| | | * | Added missing compression.h file.Gravatar David Garcia Quintas2015-06-08
| | | |\ \
| | | * | | Changes to byte_buffer based on comments.Gravatar David Garcia Quintas2015-06-08
| | | | | |
| | | | * | Merge pull request #1984 from grpc/revert-1980-revert-1948-poissonGravatar Craig Tiller2015-06-08
| | | | |\ \ | | | | | | | | | | | | | | Revert "Revert "Open loop sync/async multithreaded testing""
| | | | | | * Handle all cases properlyGravatar vjpai2015-06-08
| | | | | | |
| | | | | | * Merge remote-tracking branch 'upstream/revert-1980-revert-1948-poisson' into ↵Gravatar vjpai2015-06-08
| | | | | | |\ | | | | | | |/ | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | qps-proto3 Conflicts: test/cpp/qps/qps_test_openloop.cc
| | | | * | | Merge pull request #1979 from ctiller/cereal-is-bad-for-your-healthGravatar Vijay Pai2015-06-08
| | | | |\ \ \ | | | | | | | | | | | | | | | | Dont serialize new call requests under the server test lock
| | | | | | * | Stop worrying about 1 second deadline as a fatal problemGravatar Vijay Pai2015-06-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fix reporter
| | | | | | * | Revert "Revert "Open loop sync/async multithreaded testing""Gravatar Vijay Pai2015-06-08
| | | | | |/ / | | | | |/| |
| | | | * | | Missing required changes from pull req. #1964Gravatar David Garcia Quintas2015-06-08
| | | | | | |
| | | * | | | Merge branch 'master' of github.com:grpc/grpc into compressionGravatar David Garcia Quintas2015-06-08
| | | |\| | |
| * | | | | | Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-06-08
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | | | | * | Merge github.com:grpc/grpc into cereal-is-bad-for-your-healthGravatar Craig Tiller2015-06-08
| | | | | |\ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | Revert "Open loop sync/async multithreaded testing"Gravatar Craig Tiller2015-06-08
| | | | | | |
| | | | | * | Dont serialize new call requests under the server test lockGravatar Craig Tiller2015-06-08
| | | |_|/ / | | |/| | |
| * | | | | Merge branch 'who-broke-the-build' into we-dont-need-no-backupGravatar Craig Tiller2015-06-08
| |\ \ \ \ \
| | * | | | | Fix build breakageGravatar Craig Tiller2015-06-08
| | |/ / / /
| * | | | | Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-06-08
| |\| | | |
| | * | | | Merge pull request #1948 from vjpai/poissonGravatar Craig Tiller2015-06-08
| | |\ \ \ \ | | | | | | | | | | | | | | Open loop sync/async multithreaded testing
| | * \ \ \ \ Merge pull request #1964 from dgquintas/reporter-interface-tweakGravatar Vijay Pai2015-06-08
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | Removed redundant parameter from Reporter interface.
| | * \ \ \ \ \ Merge pull request #1902 from ctiller/not-everything-is-linuxGravatar Vijay Pai2015-06-08
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix compilation on mac
| | | | | | | | * Add a new test for qps openloop to make sure this code gets exercisedGravatar vjpai2015-06-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | regularly. Also, convert qps_test to test, from benchmark
| | | | | * | | | Add a new test for qps openloop to make sure this code gets exercisedGravatar vjpai2015-06-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | regularly. Also, convert qps_test to test, from benchmark
* | | | | | | | | Merge branch 'we-dont-need-no-backup' into one-shouldnt-depend-on-protobufsGravatar Craig Tiller2015-06-06
|\| | | | | | | |
| | | | | | * | | Merge github.com:grpc/grpc into you-complete-meGravatar Craig Tiller2015-06-06
| | | | | | |\ \ \ | | | |_|_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: test/core/bad_client/bad_client.c
| * | | | | | | | Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-06-06
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: test/core/bad_client/bad_client.c test/core/httpcli/httpcli_test.c
| | * | | | | | | Merge pull request #1961 from ctiller/moar-defenseGravatar Nicolas Noble2015-06-05
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add tests for initial settings frames being bad
| | | | | * | | | | Removed redundant parameter from Reporter interface.Gravatar David Garcia Quintas2015-06-05
| | | | | | | | | |
| | | | | | | | * | Made grpc_byte_buffer_reader able to decompress msgs.Gravatar David Garcia Quintas2015-06-05
| | | | | | | | | |