aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests
Commit message (Collapse)AuthorAge
...
* | 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
| | |
| * | 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.