Alexander Polcyn
161767771b
update to use new nuget client in tests
8 years ago
Stanley Cheung
fa1e4fa7f1
php: add php7 to jenkins basic and interop tests
8 years ago
Stanley Cheung
2e2cdffe9d
php: add php7 to jenkins basic and interop tests
8 years ago
Ken Payson
cc17af1681
Remove non-manylinux linux .whl artifacts
8 years ago
murgatroid99
1c2268b453
Correct shell scripting mistake in node package generation code
8 years ago
Yuchen Zeng
dd5b9a8086
Fix sanity check
8 years ago
Vijay Pai
c23d33b29b
Revert "Generate html report for perf tests"
8 years ago
Craig Tiller
5ca7e47493
Merge pull request #6737 from ctiller/delayed-write
...
Delay beginning most writes until we enter poll()
8 years ago
Yuchen Zeng
1318479011
Separate generated file and protobuf dependency
8 years ago
Ken Payson
dd24c1ece4
Polish grpcio_health_checking package
...
-Rename namespace to grpc_health->grpc to match spec
-Proper use of NOT_FOUND status code
-Improve testing
-Add source distribution to artifact build
8 years ago
Craig Tiller
8f18ee64b2
Make default log verbosity ERROR, run tests with DEBUG
8 years ago
Masood Malekghassemi
c089a58a20
Change directory when building grpcio-tools
8 years ago
Masood Malekghassemi
027835fbd6
Increase build timeouts for Python artifacts
8 years ago
Masood Malekghassemi
0e12875b7c
Build Python distributions for Python 3
8 years ago
thinkerou
3a9ba6bd53
delete some commits which not need
8 years ago
Adele Zhou
7d4373bc6e
Generate html report for perf tests
8 years ago
Sree Kuchibhotla
6dbfce0a9d
Add clientSuccess and serverSuccess to BQ schema
8 years ago
Mark D. Roth
dfbdefedd3
Added handshaker.[ch] to build.yaml.
8 years ago
Craig Tiller
8da7b1f779
Fix some failures
8 years ago
Masood Malekghassemi
d66be0b6f6
Set more build-flags in `setup.py`s
...
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.
8 years ago
Craig Tiller
38fb8de100
get timeouts working on run_tests.py again
8 years ago
Craig Tiller
61e2040de0
Get json_run_localhost working again
8 years ago
Craig Tiller
72376da8ba
Get json_run_localhost working again
8 years ago
Alexander Polcyn
cdff92f02e
added ruby client compression interop tests
8 years ago
Nicolas "Pixel" Noble
aa0b4c8084
Bringing 0.15 to protobuf beta 3.3 to satisfy both nodejs and objc.
8 years ago
Craig Tiller
2808be6641
Fix regex filtering
8 years ago
Nicolas "Pixel" Noble
9183314435
Addressing comments.
8 years ago
siddharthshukla
0589e533cd
Make testing toolchain python 3.x compliant
...
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
8 years ago
siddharthshukla
c478214e47
Enable py35 and py36 testing
...
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
8 years ago
Jorge Canizales
6eade6dcd7
Podspecs for Protoc and the gRPC plugin
...
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.
9 years ago
Ken Payson
189d685cc5
Added timeout to port server
9 years ago
thinkerou
52664ccee5
Fix orig files for conflicting generated
9 years ago
Yuchen Zeng
f0ec5b673c
Fix mac build
9 years ago
Masood Malekghassemi
fbf15e436f
Make build_python.sh script smarter
...
Now reasonable defaults are auto-detected by platform (and by specific
Python implementation).
9 years ago
Masood Malekghassemi
768b1db4df
Sanitize environment variables in run_tests `jobset`
9 years ago
Masood Malekghassemi
cab9d4f74b
Make Python tests run on Windows
9 years ago
Masood Malekghassemi
639bb3996f
Build Python distributions standalone for Windows
9 years ago
Masood Malekghassemi
586e3835fe
Make Python build standalone on Windows
9 years ago
Yuchen Zeng
39070fe3a5
Rerun generate_projects.sh
9 years ago
Craig Tiller
fbf03c1735
Fix high seqno tests, up runtimes for benchmark tests to flush more bugs
9 years ago
Yuchen Zeng
256cc7aa03
Support server reflection in CLI
9 years ago
Ken Payson
45c0f2b305
Migrated python performance tests to use GA API
9 years ago
David Garcia Quintas
5c77320ce0
Added missing dependencies to grpc++_base
9 years ago
Nicolas "Pixel" Noble
b15af069da
Pinning to protobuf submodule 3.0.0-beta-3.3.
9 years ago
Craig Tiller
8db469baf6
Remove the sea of green to allow focusing on failures
9 years ago
Craig Tiller
f975f74c01
Refactor workqueues a little to make them great again
9 years ago
Ken Payson
d9dfc673fc
Change port_server.py to use port 32766
...
32767 is used by filenet-powsrm
9 years ago
Ken Payson
98716b3bb7
Change port_server.py to use port 32766
9 years ago
Jorge Canizales
6ec3b53297
Fix runtest.py breakage
9 years ago
Craig Tiller
b19ca30b43
Enable workqueue_test on Windows
9 years ago