Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #1489 from ctiller/all-the-small-things | Yang Gao | 2015-05-11 |
|\ | | | | | Split thread stress from end2end to improve parallelism | ||
* \ | Merge branch 'master' of github.com:grpc/grpc into generate-test-projects | Nicolas "Pixel" Noble | 2015-05-09 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile test/core/end2end/gen_build_json.py tools/run_tests/tests.json vsprojects/Grpc.mak | ||
* | | | Making the gRPC C tests building under Windows. | Nicolas Noble | 2015-05-09 |
| | | | |||
| * | | Addressing comments. | Julien Boeuf | 2015-05-08 |
| | | | |||
| * | | Merging with master. | Julien Boeuf | 2015-05-08 |
| |\ \ | |/ / |/| | | |||
| | * | Merge github.com:grpc/grpc into all-the-small-things | Craig Tiller | 2015-05-08 |
| | |\ | |_|/ |/| | | |||
* | | | Merge branch 'yang-g-mock' | Craig Tiller | 2015-05-08 |
|\ \ \ | |||
| | | * | Merge github.com:grpc/grpc into all-the-small-things | Craig Tiller | 2015-05-08 |
| | | |\ | |_|_|/ |/| | | | |||
| | * | | Adding support for per call credentials in core. | Julien Boeuf | 2015-05-07 |
| | | | | |||
| | | * | Split thread stress from end2end to improve parallelism | Craig Tiller | 2015-05-06 |
| | |/ | |||
| * | | Merge remote-tracking branch 'upstream/master' into mock | Yang Gao | 2015-05-05 |
| |\| | |||
| * | | add a test using the mock interfaces | Yang Gao | 2015-05-05 |
| | | | |||
* | | | Enable test that got forgotten | Craig Tiller | 2015-05-05 |
| |/ |/| | |||
* | | merge with head | Yang Gao | 2015-05-04 |
|\ \ | |||
* | | | Add a c test for max message length | Yang Gao | 2015-05-04 |
| |/ |/| | |||
| * | Add test for >16777215 sequence numbered streams | Craig Tiller | 2015-05-04 |
|/ | |||
* | Kill thread stress test - to be replaced with something new | Craig Tiller | 2015-04-29 |
| | |||
* | Kill echo test | Craig Tiller | 2015-04-29 |
| | |||
* | Remove test for an old API corner case | Craig Tiller | 2015-04-29 |
| | |||
* | Remove legacy tests | Craig Tiller | 2015-04-28 |
| | |||
* | Flagging a few census tests as flaky. | Nicolas "Pixel" Noble | 2015-04-24 |
| | |||
* | Flagging some tests as flaky. | Nicolas "Pixel" Noble | 2015-04-24 |
| | |||
* | Update flaky bit for unsecure tests | Craig Tiller | 2015-04-22 |
| | |||
* | Merge github.com:google/grpc into batch-metadata | Craig Tiller | 2015-04-21 |
|\ | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile vsprojects/Grpc.mak vsprojects/vs2010/Grpc.mak vsprojects/vs2010/grpc.vcxproj vsprojects/vs2010/grpc.vcxproj.filters vsprojects/vs2010/grpc_test_util.vcxproj vsprojects/vs2010/grpc_unsecure.vcxproj vsprojects/vs2010/grpc_unsecure.vcxproj.filters | ||
| * | Run capable test suites against grpc_unsecure | Craig Tiller | 2015-04-20 |
| | | |||
* | | Mark large requests tests flaky (they are buggy) | Craig Tiller | 2015-04-17 |
| | | |||
* | | Kill transport end2end tests: not useful | Craig Tiller | 2015-04-16 |
| | | |||
* | | Switching to batch oriented metadata passing | Craig Tiller | 2015-04-16 |
|/ | |||
* | Introduce ahead-of-time registration of (method,host) pairs | Craig Tiller | 2015-04-16 |
| | |||
* | sync and resolve conflict | Yang Gao | 2015-04-15 |
|\ | |||
* | | Remove outdated protos | Yang Gao | 2015-04-15 |
| | | |||
| * | Merge branch 'master' of git://github.com/vjpai/grpc into timers | Vijay Pai | 2015-04-13 |
| |\ | |||
| * | | Move files to a new "profiling" directory to better distinguish from census | Vijay Pai | 2015-04-13 |
|/ / | | | | | | | statistics | ||
| * | Update build files | Craig Tiller | 2015-04-13 |
| | | |||
| * | Merge github.com:grpc/grpc into windows-fixes | Craig Tiller | 2015-04-13 |
| |\ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: BUILD src/core/iomgr/tcp_server.h src/core/iomgr/tcp_server_posix.c src/core/iomgr/tcp_server_windows.c src/core/security/server_secure_chttp2.c src/core/surface/completion_queue.c src/core/surface/completion_queue.h src/core/surface/server.c test/core/end2end/tests/cancel_after_invoke.c test/core/end2end/tests/cancel_test_helpers.h tools/run_tests/tests.json vsprojects/vs2013/Grpc.mak | ||
* | | Thread local storage for grpc | Craig Tiller | 2015-04-10 |
| | | |||
| * | Allow restricting platforms for certain tests | Craig Tiller | 2015-04-08 |
|/ | |||
* | Refactor and add a unit test | Yang Gao | 2015-03-27 |
| | |||
* | Protect on some overflow scenarios, add a test and build/run the test | Yang Gao | 2015-03-20 |
| | |||
* | Rename anonymous to generic globally | Yang Gao | 2015-03-11 |
| | |||
* | A first test with typed async client and untyped service for a simple rpc | Yang Gao | 2015-03-11 |
| | |||
* | Add a test that bad hostnames fail | Craig Tiller | 2015-03-03 |
| | |||
* | Mark fling_*test non-flaky | Craig Tiller | 2015-03-02 |
| | | | | Also, make the flaky: tag a little more visible in build.json | ||
* | Enable asan for C core | Craig Tiller | 2015-02-27 |
| | | | | Also speed up a test, and disable some rarely touched but long running tests | ||
* | Adding flaky attribute for tests. | Nicolas "Pixel" Noble | 2015-02-27 |
| | |||
* | Addressing comments. | Julien Boeuf | 2015-02-24 |
| | |||
* | Rename interop_test.c --> interop_test.cc | Craig Tiller | 2015-02-21 |
| | | | | We have many assumptions about languages baked into the test system, and we want this test harness to trigger when testing C++ stuff, so it needs to be written in C++. | ||
* | Merge branch 'master' of github.com:google/grpc into httpcli_test | Nicolas "Pixel" Noble | 2015-02-21 |
|\ | | | | | | | | | Conflicts: Makefile | ||
| * | Ensure interop tests are run as part of run_tests | Craig Tiller | 2015-02-20 |
|/ | | | | I'm honestly a little shocked this wasn't done previously. | ||
* | Merge github.com:grpc/grpc into c++api | Craig Tiller | 2015-02-17 |
|\ |