aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/tests.json
Commit message (Collapse)AuthorAge
* Merge pull request #1489 from ctiller/all-the-small-thingsGravatar Yang Gao2015-05-11
|\ | | | | Split thread stress from end2end to improve parallelism
* \ Merge branch 'master' of github.com:grpc/grpc into generate-test-projectsGravatar Nicolas "Pixel" Noble2015-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.Gravatar Nicolas Noble2015-05-09
| | |
| * | Addressing comments.Gravatar Julien Boeuf2015-05-08
| | |
| * | Merging with master.Gravatar Julien Boeuf2015-05-08
| |\ \ | |/ / |/| |
| | * Merge github.com:grpc/grpc into all-the-small-thingsGravatar Craig Tiller2015-05-08
| | |\ | |_|/ |/| |
* | | Merge branch 'yang-g-mock'Gravatar Craig Tiller2015-05-08
|\ \ \
| | | * Merge github.com:grpc/grpc into all-the-small-thingsGravatar Craig Tiller2015-05-08
| | | |\ | |_|_|/ |/| | |
| | * | Adding support for per call credentials in core.Gravatar Julien Boeuf2015-05-07
| | | |
| | | * Split thread stress from end2end to improve parallelismGravatar Craig Tiller2015-05-06
| | |/
| * | Merge remote-tracking branch 'upstream/master' into mockGravatar Yang Gao2015-05-05
| |\|
| * | add a test using the mock interfacesGravatar Yang Gao2015-05-05
| | |
* | | Enable test that got forgottenGravatar Craig Tiller2015-05-05
| |/ |/|
* | merge with headGravatar Yang Gao2015-05-04
|\ \
* | | Add a c test for max message lengthGravatar Yang Gao2015-05-04
| |/ |/|
| * Add test for >16777215 sequence numbered streamsGravatar Craig Tiller2015-05-04
|/
* Kill thread stress test - to be replaced with something newGravatar Craig Tiller2015-04-29
|
* Kill echo testGravatar Craig Tiller2015-04-29
|
* Remove test for an old API corner caseGravatar Craig Tiller2015-04-29
|
* Remove legacy testsGravatar Craig Tiller2015-04-28
|
* Flagging a few census tests as flaky.Gravatar Nicolas "Pixel" Noble2015-04-24
|
* Flagging some tests as flaky.Gravatar Nicolas "Pixel" Noble2015-04-24
|
* Update flaky bit for unsecure testsGravatar Craig Tiller2015-04-22
|
* Merge github.com:google/grpc into batch-metadataGravatar Craig Tiller2015-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_unsecureGravatar Craig Tiller2015-04-20
| |
* | Mark large requests tests flaky (they are buggy)Gravatar Craig Tiller2015-04-17
| |
* | Kill transport end2end tests: not usefulGravatar Craig Tiller2015-04-16
| |
* | Switching to batch oriented metadata passingGravatar Craig Tiller2015-04-16
|/
* Introduce ahead-of-time registration of (method,host) pairsGravatar Craig Tiller2015-04-16
|
* sync and resolve conflictGravatar Yang Gao2015-04-15
|\
* | Remove outdated protosGravatar Yang Gao2015-04-15
| |
| * Merge branch 'master' of git://github.com/vjpai/grpc into timersGravatar Vijay Pai2015-04-13
| |\
| * | Move files to a new "profiling" directory to better distinguish from censusGravatar Vijay Pai2015-04-13
|/ / | | | | | | statistics
| * Update build filesGravatar Craig Tiller2015-04-13
| |
| * Merge github.com:grpc/grpc into windows-fixesGravatar Craig Tiller2015-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 grpcGravatar Craig Tiller2015-04-10
| |
| * Allow restricting platforms for certain testsGravatar Craig Tiller2015-04-08
|/
* Refactor and add a unit testGravatar Yang Gao2015-03-27
|
* Protect on some overflow scenarios, add a test and build/run the testGravatar Yang Gao2015-03-20
|
* Rename anonymous to generic globallyGravatar Yang Gao2015-03-11
|
* A first test with typed async client and untyped service for a simple rpcGravatar Yang Gao2015-03-11
|
* Add a test that bad hostnames failGravatar Craig Tiller2015-03-03
|
* Mark fling_*test non-flakyGravatar Craig Tiller2015-03-02
| | | | Also, make the flaky: tag a little more visible in build.json
* Enable asan for C coreGravatar Craig Tiller2015-02-27
| | | | Also speed up a test, and disable some rarely touched but long running tests
* Adding flaky attribute for tests.Gravatar Nicolas "Pixel" Noble2015-02-27
|
* Addressing comments.Gravatar Julien Boeuf2015-02-24
|
* Rename interop_test.c --> interop_test.ccGravatar Craig Tiller2015-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_testGravatar Nicolas "Pixel" Noble2015-02-21
|\ | | | | | | | | Conflicts: Makefile
| * Ensure interop tests are run as part of run_testsGravatar Craig Tiller2015-02-20
|/ | | | I'm honestly a little shocked this wasn't done previously.
* Merge github.com:grpc/grpc into c++apiGravatar Craig Tiller2015-02-17
|\