aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests
Commit message (Collapse)AuthorAge
* Merge github.com:grpc/grpc into grand-unified-closuresGravatar Craig Tiller2016-07-18
|\
| * 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 github.com:grpc/grpc into grand-unified-closuresGravatar Craig Tiller2016-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
* | \ \ \ Merge branch 'delayed-write' into grand-unified-closuresGravatar Craig Tiller2016-07-13
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | 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
* | | | | | | | Merge branch 'delayed-write' into grand-unified-closuresGravatar Craig Tiller2016-07-13
|\| | | | | | |
| * | | | | | | 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 branch 'delayed-write' into grand-unified-closuresGravatar Craig Tiller2016-07-11
|\| | | | | |
| * | | | | | 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
* | | \ \ \ \ Merge github.com:grpc/grpc into grand-unified-closuresGravatar Craig Tiller2016-07-08
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | | | * | | 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
* | | | | | Rename async_execution_lock --> combiner, make it use closures, unroll ↵Gravatar Craig Tiller2016-07-07
| | | | | | | | | | | | | | | | | | | | | | | | previous changes for idleness
* | | | | | Merge branch 'delayed-write' into grand-unified-closuresGravatar Craig Tiller2016-07-07
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
* | | | | | Merge github.com:grpc/grpc into atm2Gravatar Craig Tiller2016-07-07
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | 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