aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests
Commit message (Collapse)AuthorAge
* 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 pull request #692 from soltanmm/py-protoc-plugin-test-fixedGravatar Nathaniel Manista2015-02-20
|\
| * Added compiler plugin test for Python.Gravatar Masood Malekghassemi2015-02-20
| |
* | Merge branch 'master' of github.com:google/grpc into httpcli_testGravatar Nicolas "Pixel" Noble2015-02-21
|\| | | | | | | | | Conflicts: Makefile
| * The framework.assembly package.Gravatar Nathaniel Manista2015-02-20
| | | | | | | | | | | | | | This provides for now what should be a nicer interface for code generation than that of the Face layer. In terms of abstraction it's conceptually very similar so the two should probably be merged as soon as is reasonable.
| * 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.
* Make valgrind a bit more usefulGravatar Craig Tiller2015-02-18
|
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* Merge github.com:grpc/grpc into copyrightGravatar Craig Tiller2015-02-18
|\
| * Merge github.com:grpc/grpc into c++apiGravatar Craig Tiller2015-02-17
| |\
* | \ Merge github.com:grpc/grpc into copyrightGravatar Craig Tiller2015-02-17
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/python/src/__init__.py src/python/src/_adapter/__init__.py src/python/src/_framework/__init__.py src/python/src/_framework/base/__init__.py src/python/src/_framework/base/packets/__init__.py src/python/src/_framework/common/__init__.py src/python/src/_framework/face/__init__.py src/python/src/_framework/face/testing/__init__.py src/python/src/_framework/foundation/__init__.py src/python/src/_junkdrawer/__init__.py
| * | Python source reorganization.Gravatar Nathaniel Manista2015-02-18
| | | | | | | | | | | | | | | A top-level "grpc" package is added and RPC Framework is made public.
| | * Merge github.com:grpc/grpc into c++apiGravatar Craig Tiller2015-02-17
| | |\ | | |/ | |/|
| * | Merge pull request #551 from ctiller/shutdownGravatar Yang Gao2015-02-17
| |\ \ | | | | | | | | Allow grpc_init to be called multiple times
| * \ \ Merge pull request #530 from nathanielmanistaatgoogle/python-interop-serverGravatar soltanmm2015-02-17
| |\ \ \ | | | | | | | | | | Python interop server.
| | | * | Allow grpc_init to be called multiple timesGravatar Craig Tiller2015-02-17
| | |/ / | |/| |
| | | * Cleaned upGravatar Craig Tiller2015-02-17
| | | |
| | | * Merge github.com:grpc/grpc into c++apiGravatar Craig Tiller2015-02-17
| | | |\ | | |_|/ | |/| | | | | | | | | | Conflicts: Makefile
* | | | Add shell script copyrightsGravatar Craig Tiller2015-02-16
| | | |
* | | | Add copyrights to Python codeGravatar Craig Tiller2015-02-16
| | | |
| | * | Upgrade Python proto dependency to 3.0.0-alpha-1.Gravatar Nathaniel Manista2015-02-15
| | | |
| | * | Clean up setup.py and move it into src/.Gravatar Nathaniel Manista2015-02-15
| |/ / |/| |
| * | Unix domain socket supportGravatar Craig Tiller2015-02-13
|/ /
| * Merge github.com:grpc/grpc into c++apiGravatar Craig Tiller2015-02-13
| |\ | |/ |/| | | | | Conflicts: Makefile
* | Merge pull request #509 from chen-wang/masterGravatar Yang Gao2015-02-13
|\ \ | | | | | | Rename examples/tips to examples/pubsub
* | | Add ubsan supportGravatar Craig Tiller2015-02-13
| | |
| | * Add end2end async unary single threaded test (compiles)Gravatar Craig Tiller2015-02-12
| | |
| * | Rename examples/tips to examples/pubsubGravatar Chen wang2015-02-12
|/ /
| * Merge github.com:grpc/grpc into c++apiGravatar Craig Tiller2015-02-12
| |\ | |/ |/|
* | Added useful behavior for empty batchGravatar murgatroid992015-02-12
| |
| * Merge github.com:grpc/grpc into c++apiGravatar Craig Tiller2015-02-11
| |\ | |/ |/|
* | Merge pull request #480 from dklempner/runs_per_testGravatar Craig Tiller2015-02-11
|\ \ | | | | | | Disable test caching when runs_per_test > 1
| * | Change TestCache to parameterize whether to skip running tests.Gravatar David Klempner2015-02-11
| | | | | | | | | | | | This allows caching results with --runs_per_test.
* | | Fixing valgrind's codepath in run_tests.py.Gravatar Nicolas Noble2015-02-11
| | |
| * | Disable test caching when runs_per_test > 1Gravatar David Klempner2015-02-11
|/ / | | | | | | | | Otherwise the tests just stop once they succeed, or don't even run at all if they passed in a previous run.
| * Merge github.com:grpc/grpc into c++apiGravatar Craig Tiller2015-02-11
| |\ | |/ |/| | | | | Conflicts: test/cpp/qps/server.cc
* | Allow Python to be built without sudoGravatar Craig Tiller2015-02-10
| |
| * Fixup callers with new apiGravatar Craig Tiller2015-02-09
|/
* Fix duplicated lineGravatar Craig Tiller2015-02-09
|
* Merge github.com:grpc/grpc into async-api-newGravatar Craig Tiller2015-02-06
|\
| * Clean build.jsonGravatar Craig Tiller2015-02-06
| |
* | Merge github.com:google/grpc into async-api-newGravatar Craig Tiller2015-02-05
|\|
* | Convert more tests (and re-enable some disabled ones)Gravatar Craig Tiller2015-02-05
| |
| * Merge pull request #359 from jboeuf/ssl_default_creds_integrationGravatar Yang Gao2015-02-05
| |\ | | | | | | Adding support for loading the SSL roots from an environment variable.
* | | Merge github.com:google/grpc into async-api-newGravatar Craig Tiller2015-02-05
|\| |
| * | Add a tsan suppression file with OPENSSL_cleanse and use it in run_testsGravatar David Klempner2015-02-04
| | |
* | | Merge github.com:google/grpc into async-api-newGravatar Craig Tiller2015-02-03
|\| | | | | | | | | | | | | | Conflicts: Makefile
| * | Remove duplicated target tips_client defintion.Gravatar Chen Wang2015-02-03
| | |
* | | missed fileGravatar Craig Tiller2015-02-03
| | |