Masood Malekghassemi
34c9a73ab9
Document the custom grpcio-tools command class
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
Masood Malekghassemi
398b06e843
Force the Python host version on Mac OS X
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
792d899b7e
Support long paths in make_grpcio_tools.py
8 years ago
Masood Malekghassemi
58a0494ceb
Use normalized path separators in `setup.py`s
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
Masood Malekghassemi
9756fa3e1a
Allow make_grpcio_tools.py to be invoked in parallel
8 years ago
Masood Malekghassemi
e917486753
Install virtualenv in Python distribtest Dockerfiles
8 years ago
Masood Malekghassemi
48d07c6489
Add special methods to generated Python docs
...
Also removes an old-now-spurious `make` invocation from the docgen.py
helper script.
8 years ago
Masood Malekghassemi
165f9a713b
Restructure reStructured text to be valid
8 years ago
Nicolas "Pixel" Noble
aa0b4c8084
Bringing 0.15 to protobuf beta 3.3 to satisfy both nodejs and objc.
8 years ago
Nicolas "Pixel" Noble
8c72ae43f9
Flagging master as 1.0.0-pre1.
8 years ago
Nicolas "Pixel" Noble
9183314435
Addressing comments.
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
yang-g
7d892fbbc3
another one
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
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
Ken Payson
e4123f3083
Updated release version to 0.15.1
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
Craig Tiller
eda85c6765
Expunge all references to zookeeper
9 years ago
Jorge Canizales
6ec3b53297
Fix runtest.py breakage
9 years ago
Masood Malekghassemi
e6a23e255b
Fix job_spec invocation for Python run_tests
9 years ago
Masood Malekghassemi
1c062bdd8c
Remove gcov special-casing for Python tests
...
We'll need to fix coverage testing in the future anyway (see #6894 ).
9 years ago
Masood Malekghassemi
0bd13ed8d0
Fall back to default python for test virtualenvs
9 years ago
Masood Malekghassemi
6db60b9041
Sanitize grpcio-tools command arguments
9 years ago
Masood Malekghassemi
ac586ba21e
Remove tox
9 years ago
Masood Malekghassemi
3b5b20682b
Make running individual Python tests less painful
...
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.
9 years ago
Masood Malekghassemi
1ff429da2a
Organize Python tests to use grpcio-tools directly
...
Moves all tests into a separate package. This does not change existing
supported means of running tests (e.g. through run_tests.py).
9 years ago
Masood Malekghassemi
ebf81e7a05
Add programmatic access to protoc in grpcio-tools
9 years ago
Masood Malekghassemi
d5fee35f93
Build Python3 grpcio-tools on OS X
9 years ago
Ken Payson
fa51de5d3d
Change port_server.py to use port 32766
...
32767 is used by filenet-powsrm
9 years ago
Masood Malekghassemi
8a15dd2fae
Use open-source defaults to propagate Python plugin configuration
9 years ago
David Garcia Quintas
4281272389
Updated git clone URL
9 years ago
Masood Malekghassemi
71448b2898
Use open-source defaults to propagate Python plugin configuration
9 years ago
Jan Tattermusch
2c084ee31e
build experimental nugets with dotnet CLI
9 years ago
Jan Tattermusch
292d010759
give existing port_server time to respond
9 years ago
Jan Tattermusch
e8ab99d5e2
workaround not necessary in preview2
9 years ago