aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests
Commit message (Collapse)AuthorAge
* Merge pull request #6942 from adelez/perf_html_reportGravatar kpayson642016-07-18
|\ | | | | Generate html report for perf tests
* \ Merge pull request #7410 from sreecha/bq_bugGravatar Craig Tiller2016-07-15
|\ \ | | | | | | Add clientSuccess and serverSuccess to BQ schema
| | * Generate html report for perf testsGravatar Adele Zhou2016-07-15
| |/ |/|
* | Merge pull request #7347 from apolcyn/add_ruby_client_compression_interop_testsGravatar kpayson642016-07-15
|\ \ | | | | | | Add ruby client compression interop tests
| | * Add clientSuccess and serverSuccess to BQ schemaGravatar Sree Kuchibhotla2016-07-15
| |/ |/|
* | Merge pull request #6737 from ctiller/delayed-writeGravatar Craig Tiller2016-07-14
|\ \ | | | | | | Delay beginning most writes until we enter poll()
* \ \ Merge pull request #7314 from soltanmm/spinning-flagsGravatar kpayson642016-07-14
|\ \ \ | | | | | | | | Set more build-flags in `setup.py`s
| | * | Fix some failuresGravatar Craig Tiller2016-07-13
| | | |
| * | | Set more build-flags in `setup.py`sGravatar Masood Malekghassemi2016-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Removes MinGW flags from various build scripts, since they're now set in our `setup.py`s by default. Also removes the arguments for the extensions in grpcio's setup.py; that function was already accessing globals anyway, might as well go whole-hog.
| | * | Merge github.com:grpc/grpc into delayed-writeGravatar Craig Tiller2016-07-13
| | |\ \ | |_|/ / |/| | |
* | | | Merge pull request #7265 from thunderboltsid/issue-7094-retryGravatar Nicolas Noble2016-07-13
|\ \ \ \ | | | | | | | | | | Retrying: Make the testing scripts executable on Python 3.x
* \ \ \ \ Merge pull request #7112 from thunderboltsid/issue-7110Gravatar Nicolas Noble2016-07-13
|\ \ \ \ \ | | | | | | | | | | | | Add dockerfile for pyenv and modify run_tests.py to include py35 and py36
* \ \ \ \ \ Merge pull request #7359 from jcanizales/p0-protoc-podspecGravatar makdharma2016-07-13
|\ \ \ \ \ \ | | | | | | | | | | | | | | Distribute ProtoC and the plugin as pods
| | | | | * | get timeouts working on run_tests.py againGravatar Craig Tiller2016-07-13
| | | | | | |
| | | | | * | Get json_run_localhost working againGravatar Craig Tiller2016-07-12
| | | | | | |
| | | | | * | Get json_run_localhost working againGravatar Craig Tiller2016-07-12
| | | | | | |
| | | | | | * added ruby client compression interop testsGravatar Alexander Polcyn2016-07-12
| | | | | | |
| | | | | * | Merge github.com:grpc/grpc into delayed-writeGravatar Craig Tiller2016-07-12
| | | | | |\ \ | |_|_|_|_|/ / |/| | | | | |
| | | | | * | Fix regex filteringGravatar Craig Tiller2016-07-12
| | | | | | |
* | | | | | | 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
| | | | * | | | Make testing toolchain python 3.x compliantGravatar siddharthshukla2016-07-12
| | | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | six is necessary for making these scripts cross compatible between python 2.x and 3.x Changes: Add six to python_deps.include Include python_deps.include to all Dockerfile templates in test directory Include python_deps.include to all Dockerfile templates in stress_test directory Include python_deps.include to all Dockerfile templates in interop_test directory Replace print statements with print function calls (from futute..) Replace .iteritems() with .items() wherever necessary use six.moves to import BaseHTTPServer Generate new dockerfiles using generate_projects.sh
* | | | | | | 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
| | | |\ \ \ \ | | |_|/ / / / | |/| | | | |
| | | | * | | Enable py35 and py36 testingGravatar siddharthshukla2016-07-11
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add dockerfile template for python_pyenv_x64 docker image Generate the dockerfile using generate_projects.sh Modify run_tests.py to include python3.5 and python3.6 Runs python_jessie_x64 for python versions 2.7 and 3.4, and python_pyenv_x64 for python versions 3.5 and 3.6
| | | | * | Merge github.com:grpc/grpc into delayed-writeGravatar Craig Tiller2016-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
| | | | * Fix high seqno tests, up runtimes for benchmark tests to flush more bugsGravatar Craig Tiller2016-07-07
| | | | |
| | | | * Merge github.com:grpc/grpc into delayed-writeGravatar Craig Tiller2016-07-06
| | | | |\
| | * | | | 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
|/ / / /
| | | * Remove the sea of green to allow focusing on failuresGravatar Craig Tiller2016-07-06
| | | |
* | | | 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
|\ \ \ \ \ \ \
| | | | | | | * Refactor workqueues a little to make them great againGravatar Craig Tiller2016-07-01
| | | | | | | |