aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests
Commit message (Collapse)AuthorAge
* Merge pull request #7610 from kpayson64/downgrade_setuptoolsGravatar kpayson642016-08-02
|\ | | | | Downgrade docker setuptools
| * Downgrade docker setuptoolsGravatar Ken Payson2016-08-02
| |
* | Merge pull request #7580 from jtattermusch/netcore_nuget_to_rtmGravatar Jan Tattermusch2016-08-02
|\ \ | |/ |/| Update .NET core dependencies to RTM
| * build everythingGravatar Jan Tattermusch2016-07-31
| |
* | Merge pull request #7567 from murgatroid99/node_artifact_build_health_checkGravatar Nicolas Noble2016-07-29
|\ \ | | | | | | Build the Node health-check package in the build_packages script
* | | update to use new nuget client in testsGravatar Alexander Polcyn2016-07-28
| |/ |/|
| * Build the Node health-check package in the build_packages scriptGravatar murgatroid992016-07-28
|/
* php: add php7 to jenkins basic and interop testsGravatar Stanley Cheung2016-07-26
|
* Merge pull request #7491 from kpayson64/remote_linux_whl_artifactsGravatar kpayson642016-07-21
|\ | | | | Remove non-manylinux linux .whl artifacts
* \ Merge remote-tracking branch 'google/v1.0.x' into no_verbose_fixGravatar Nicolas "Pixel" Noble2016-07-21
|\ \ | | | | | | | | | | | | Conflicts: tools/run_tests/run_tests.py
| | * Remove non-manylinux linux .whl artifactsGravatar Ken Payson2016-07-21
| | |
| * | Merge pull request #7462 from ctiller/backport-delayed-writeGravatar Nicolas Noble2016-07-21
| |\ \ | | |/ | |/| Backport delayed write into v1.0.x branch
| * | Correct shell scripting mistake in node package generation codeGravatar murgatroid992016-07-20
| | |
| | * Merge pull request #6737 from ctiller/delayed-writeGravatar Craig Tiller2016-07-19
| | | | | | | | | | | | Delay beginning most writes until we enter poll()
| * | Polish grpcio_health_checking packageGravatar Ken Payson2016-07-18
| |/ | | | | | | | | | | | | -Rename namespace to grpc_health->grpc to match spec -Proper use of NOT_FOUND status code -Improve testing -Add source distribution to artifact build
* | Make default log verbosity ERROR, run tests with DEBUGGravatar Craig Tiller2016-07-18
| |
| * Change directory when building grpcio-toolsGravatar Masood Malekghassemi2016-07-16
| |
| * Increase build timeouts for Python artifactsGravatar Masood Malekghassemi2016-07-16
| |
| * Build Python distributions for Python 3Gravatar Masood Malekghassemi2016-07-16
|/
* Merge pull request #7359 from jcanizales/p0-protoc-podspecGravatar makdharma2016-07-13
|\ | | | | Distribute ProtoC and the plugin as pods
* | Addressing comments.Gravatar Nicolas "Pixel" Noble2016-07-12
| |
* | Merge branch 'release-0_15' into upmerge-masterGravatar Nicolas "Pixel" Noble2016-07-12
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile build.yaml gRPC-Core.podspec gRPC.podspec package.json package.xml src/core/lib/surface/version.c src/csharp/Grpc.Auth/project.json src/csharp/Grpc.Core/VersionInfo.cs src/csharp/Grpc.Core/project.json src/csharp/Grpc.HealthCheck/project.json src/csharp/build_packages.bat src/node/tools/package.json src/python/grpcio/grpc/__init__.py src/python/grpcio/grpc_version.py src/python/grpcio_tests/tests/unit/_rpc_test.py src/ruby/lib/grpc/version.rb src/ruby/tools/version.rb templates/gRPC.podspec.template tools/distrib/python/grpcio_tools/grpc_version.py tools/doxygen/Doxyfile.c++ tools/doxygen/Doxyfile.c++.internal tools/doxygen/Doxyfile.core tools/doxygen/Doxyfile.core.internal tools/run_tests/port_server.py
* \ \ Merge remote-tracking branch 'upstream/master' into fix_mac_buildGravatar Yuchen Zeng2016-07-11
|\ \ \
| | | * Merge master to resolve tests podspec conflictGravatar Jorge Canizales2016-07-11
| | | |\ | | |_|/ | |/| |
| | | * Podspecs for Protoc and the gRPC pluginGravatar Jorge Canizales2016-07-11
| | | | | | | | | | | | | | | | | | | | The examples under <repo_root>/examples now rely on the released versions. Those under src/objective-c/examples, as well as the tests, rely on protoc and the plugin as compiled from head.
| * | | Added timeout to port serverGravatar Ken Payson2016-07-09
| | | |
| * | | Merge pull request #7195 from soltanmm/winfixGravatar kpayson642016-07-08
| |\ \ \ | | | | | | | | | | Fix Python interop unit-tests on Windows
* | | | | Fix mac buildGravatar Yuchen Zeng2016-07-08
|/ / / /
| * | | Make build_python.sh script smarterGravatar Masood Malekghassemi2016-07-08
| | | | | | | | | | | | | | | | | | | | Now reasonable defaults are auto-detected by platform (and by specific Python implementation).
| * | | Sanitize environment variables in run_tests `jobset`Gravatar Masood Malekghassemi2016-07-08
| | | |
| * | | Make Python tests run on WindowsGravatar Masood Malekghassemi2016-07-08
| | | |
| * | | Build Python distributions standalone for WindowsGravatar Masood Malekghassemi2016-07-08
| | | |
| * | | Make Python build standalone on WindowsGravatar Masood Malekghassemi2016-07-08
| | | |
* | | | Merge pull request #7260 from kpayson64/ga_performance_testsGravatar kpayson642016-07-08
|\ \ \ \ | |/ / / |/| | | Migrated python performance tests to use GA API
* | | | Merge pull request #7219 from jcanizales/merge-0.14-into-masterGravatar makdharma2016-07-08
|\ \ \ \ | | |_|/ | |/| | Merge 0.14 into master
| | * | Migrated python performance tests to use GA APIGravatar Ken Payson2016-07-06
| | | |
* | | | Merge branch 'protobuf-submodule-update' of ↵Gravatar David Garcia Quintas2016-07-06
|\ \ \ \ | | | | | | | | | | | | | | | https://github.com/nicolasnoble/grpc into fix_cpp_deps
* | | | | Added missing dependencies to grpc++_baseGravatar David Garcia Quintas2016-07-06
| |_|/ / |/| | |
| * | | Pinning to protobuf submodule 3.0.0-beta-3.3.Gravatar Nicolas "Pixel" Noble2016-07-07
|/ / /
* | | Merge pull request #6791 from soltanmm/painGravatar kpayson642016-07-06
|\ \ \ | | | | | | | | Make running individual Python tests less painful
* \ \ \ Merge pull request #7197 from kpayson64/port_server_fixGravatar Nicolas Noble2016-07-06
|\ \ \ \ | | | | | | | | | | Change port_server.py to use port 32766
| | | * \ Merge master into merge-0.14-into-masterGravatar Jorge Canizales2016-07-01
| | | |\ \ | |_|_|/ / |/| | | | | | | | | The protobuf commit conflicted. Resolved to the latest one.
* | | | | Merge pull request #6893 from y-zeng/handler_http_responseGravatar Nicolas Noble2016-07-01
|\ \ \ \ \ | | | | | | | | | | | | Add http2 status code in error_message if it's not 200
* \ \ \ \ \ Merge remote-tracking branch 'google/master' into contrib-cmakeGravatar Nicolas "Pixel" Noble2016-07-02
|\ \ \ \ \ \
| | | | | | * Change port_server.py to use port 32766Gravatar Ken Payson2016-07-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 32767 is used by filenet-powsrm
| | | | | * | Fix runtest.py breakageGravatar Jorge Canizales2016-07-01
| | |_|_|/ / | |/| | | |
| | | | * | Fix job_spec invocation for Python run_testsGravatar Masood Malekghassemi2016-07-01
| | | | | |
| | | | * | Remove gcov special-casing for Python testsGravatar Masood Malekghassemi2016-07-01
| | | | | | | | | | | | | | | | | | | | | | | | We'll need to fix coverage testing in the future anyway (see #6894).
| | | | * | Fall back to default python for test virtualenvsGravatar Masood Malekghassemi2016-07-01
| | | | | |
| | | | * | Make running individual Python tests less painfulGravatar Masood Malekghassemi2016-07-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this change, running Python tests individually required building a tox environment via the run_tests script and then specifying long environment variables to filter out just the test we wanted to run (and then we wouldn't be able to get the output on interrupt, nor would we have an easy way of determining the PID of the process for debugger attachment). Now invoking the build_python.sh script creates a workable python virtual environment that includes all necessary libraries and tests (s.t. running a single test is now possible by just knowing the module name). This does not change existing supported means of running tests (e.g. through run_tests.py). An additional way of running individual tests has been introduced. Following invocation of `./tools/run_tests/build_python.sh` (or run_tests.py), one may invoke ./$VENV/bin/python -m $TEST_MODULE_NAME and acquire a single running process that *is* the test process (rather than a parent of the process). $VENV is the virtual environment name specified to `build_python.sh` (defaults to `py27`) and $TEST_MODULE_NAME is what it says on the tin.