aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests
Commit message (Collapse)AuthorAge
* 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.
* | Add a tsan suppression file with OPENSSL_cleanse and use it in run_testsGravatar David Klempner2015-02-04
| |
* | Remove duplicated target tips_client defintion.Gravatar Chen Wang2015-02-03
| |
* | Merge remote-tracking branch 'upstream/master'Gravatar Chen Wang2015-02-03
|\ \
| | * Adding support for loading the SSL roots from an environment variable.Gravatar Julien Boeuf2015-02-02
| |/ | | | | | | | | | | - Had to add support for files and environment variables as well. - I can't compile on windows so I'm sure there will be some issues. - Tested end-to-end with the simple ssl fullstack test.
| * Merge pull request #358 from dklempner/buildGravatar Nathaniel Manista2015-02-02
| |\
| | * Make several python scripts explicitly python2.7Gravatar David Klempner2015-02-02
| | | | | | | | | | | | | | | I tried actually doing a build on my home desktop, and none of these run with python 3.3, which is /usr/bin/python on my home desktop.
| * | Install PyPI's protobuf into the Python virtual environment.Gravatar Nathaniel Manista2015-02-02
| |/ | | | | | | | | | | There may be a way to use third_party's protobuf (and this may eventually be necessary) but I haven't yet figured out how to do it correctly. It can happen later.
| * Merge pull request #321 from ctiller/build-cleanerGravatar Nicolas Noble2015-02-02
| |\ | | | | | | Build cleaner updates
| * \ Merge pull request #274 from nathanielmanistaatgoogle/python-introductionGravatar Craig Tiller2015-02-02
| |\ \ | | | | | | | | Migrate the last of the Python code from Google-internal source control to git.
| | * | Bring in the Python GRPC Adapter package.Gravatar Nathaniel Manista2015-02-02
| | | |
| | * | Refactoring of the Python build.Gravatar Nathaniel Manista2015-02-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The source code is moved from src/python to src/python/src. A setup.py is added at src/python. The build_python.sh and run_python.sh scripts are updated to build and run the Python tests by building a package and installing it in the developer's Python 2.7 virtual environment.
| | | * Clean build file, regen projectsGravatar Craig Tiller2015-01-31
| | |/ | |/|
* | | Implement both Publisher and Subscriber.Gravatar Chen Wang2015-01-30
| |/ |/|
| * Allow specifying environment variables.Gravatar Craig Tiller2015-01-30
| | | | | | | | Refactor the code a little to make this easier to munge around.
| * Fix valgindGravatar Craig Tiller2015-01-30
| |
| * Clean up formattingGravatar Craig Tiller2015-01-30
| |
| * Adding a few more tests.Gravatar Nicolas "Pixel" Noble2015-01-29
| |
| * Merge branch 'master' of github.com:google/grpc into jsonGravatar Nicolas Noble2015-01-27
| |\ | |/ |/| | | | | | | | | | | | | | | Conflicts: Makefile build.json vsprojects/vs2013/grpc.vcxproj vsprojects/vs2013/grpc.vcxproj.filters vsprojects/vs2013/grpc_unsecure.vcxproj vsprojects/vs2013/grpc_unsecure.vcxproj.filters
| * Fixing a couple of minor bugs, and adding a few tests.Gravatar Nicolas Noble2015-01-27
| |
* | Merge pull request #157 from dklempner/eventfdGravatar Craig Tiller2015-01-27
|\ \ | | | | | | Add support for eventfd based kicking on linux.
* | | Small tweaksGravatar Craig Tiller2015-01-27
| | | | | | | | | | | | | | | | | | Run faster on smaller machines. Don't watch '.' prefixed files for changes. These files don't typically contribute to builds, and are used as vim temp files.
* | | Merge pull request #235 from ctiller/lcovGravatar Nicolas Noble2015-01-27
|\ \ \ | |_|/ |/| | Restrict gcov to c/c++ for now
| * | Restrict gcov to c/c++ for nowGravatar Craig Tiller2015-01-27
| | |
| | * Rename poll_kick_test to poll_kick_posix_testGravatar David Klempner2015-01-26
| |/ |/|
* | Updated commentGravatar murgatroid992015-01-26
| |
* | Got run_tests.py and node tests workingGravatar murgatroid992015-01-26
| |
* | Started fixing php test runnerGravatar murgatroid992015-01-26
| |
* | Added node test runnerGravatar murgatroid992015-01-26
|/
* Merge pull request #193 from nathanielmanistaatgoogle/python-introductionGravatar Nicolas Noble2015-01-23
|\ | | | | Bring the rest of Python RPC Framework into GRPC.
| * Add the _framework.face package.Gravatar Nathaniel Manista2015-01-24
| |
* | Made node library buildable from source treeGravatar murgatroid992015-01-23
|/
* Merge pull request #164 from nathanielmanistaatgoogle/python-introductionGravatar Nicolas Noble2015-01-22
|\ | | | | Python introduction.
* \ Merge pull request #158 from chen-wang/tipsGravatar Yang Gao2015-01-22
|\ \ | | | | | | TIPS client implementation.
| | * Add Python to run-tests.Gravatar Nathaniel Manista2015-01-22
| | |
| * | Merge branch 'master' of github.com:google/grpc into tipsGravatar Chen Wang2015-01-21
| |\|
* | | Surface failure countGravatar Craig Tiller2015-01-21
| |/ |/|
* | Generate projectsGravatar Craig Tiller2015-01-19
| |
* | Googlify indentationGravatar Craig Tiller2015-01-18
|\ \
| * | Googlify indentationGravatar Craig Tiller2015-01-18
| | |
* | | Generate projectsGravatar Craig Tiller2015-01-18
|/ /
* | Simplify Python codeGravatar Craig Tiller2015-01-18
| |
* | Pretty print tests.jsonGravatar Craig Tiller2015-01-18
| |
* | Only run language specified testsGravatar Craig Tiller2015-01-18
| | | | | | | | Add a template to generate a complete list of tests for C/C++, and use it to generate the list of binaries to run tests for.
* | Use Python json moduleGravatar Craig Tiller2015-01-16
|/ | | | Instead of third party simplejson module, to save a dependency.
* Better GRPC_LIBDIR configGravatar Craig Tiller2015-01-16
|
* Using --enable-grpc configure flagGravatar Craig Tiller2015-01-16
|
* PHP unit tests run with run_tests.pyGravatar Craig Tiller2015-01-16
|
* Build static for phpGravatar Craig Tiller2015-01-16
|
* Build in the correct directoryGravatar Craig Tiller2015-01-16
|