David Garcia Quintas
fce332a4c4
Merge branch 'complicated-syndrome-of-the-alien-kind' of https://github.com/soltanmm/grpc into bb_reader_error
9 years ago
David Garcia Quintas
ecbe2d5285
Added test for C
9 years ago
Nathaniel Manista
cb58105fd6
Fix _Rendezvous.exception for successful calls
9 years ago
Jorge Canizales
3e53e1a5be
ProtoCompiler podspec
...
Still needed:
- Make it build protoc if it’s not in the root (i.e. if we're developing locally)
- Put the gRPC plugin in the GitHub release page, and add a podspec for it that does the same
9 years ago
Nicolas Noble
77e8b714e5
Merge pull request #7210 from ctiller/no-more-zookeeper
...
Expunge all references to zookeeper
9 years ago
Jorge Canizales
60fec9e547
Merge master into merge-0.14-into-master
...
The protobuf commit conflicted. Resolved to the latest one.
9 years ago
Nicolas Noble
123a1b76d3
Merge pull request #6893 from y-zeng/handler_http_response
...
Add http2 status code in error_message if it's not 200
9 years ago
Nicolas Noble
a28a180b3b
Merge pull request #7218 from nicolasnoble/contrib-cmake
...
Contributed cmake project files.
9 years ago
Nicolas Noble
674b30373e
Merge pull request #7214 from kpayson64/bump_grpcio_tools_ver
...
Bumped grpc-tools version
9 years ago
Nicolas Noble
aab31a56f7
Merge pull request #7188 from kpayson64/grpcio_tools_fix
...
Use open-source defaults to propagate Python plugin configuration
9 years ago
Jorge Canizales
f29e364168
Bump protobuf version to beta-3.3
...
It’s just the merge of beta-3.1 and beta-3.2, both of which we need.
9 years ago
Nicolas "Pixel" Noble
b360c8acc7
Regenerating project files, and adding experimental disclaimer.
9 years ago
Nicolas "Pixel" Noble
955b95de7e
Merge remote-tracking branch 'google/master' into contrib-cmake
9 years ago
David G. Quintas
bf6a913fd9
Merge pull request #7162 from dgquintas/interop-cred-flag-fix
...
Removed invalid sentence from interop flag description
9 years ago
Craig Tiller
eea32bb245
Merge branch 'iq2-pi' into delayed-write
9 years ago
Craig Tiller
f975f74c01
Refactor workqueues a little to make them great again
9 years ago
Ken Payson
e4123f3083
Updated release version to 0.15.1
9 years ago
Masood Malekghassemi
e38b917f9e
Check Python ByteBuffer reader init status
9 years ago
Craig Tiller
0ab1ec894e
Merge branch 'iq2-pi' into delayed-write
9 years ago
Craig Tiller
2b49ea9d54
Fix compile erors
9 years ago
murgatroid99
88eb42b2cf
Add grpc module pointer file for Node health check tests
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
85c0aa5b59
Merge branch 'iq2-pi' into delayed-write
9 years ago
Craig Tiller
052f649854
Merge branch 'delayed-write' of github.com:ctiller/grpc into delayed-write
9 years ago
Craig Tiller
e428dbc816
Merge branch 'iq2' into iq2-pi
9 years ago
Craig Tiller
eda85c6765
Expunge all references to zookeeper
9 years ago
Jorge Canizales
0f213c399c
Fix examples to work with local gRPC-Core
9 years ago
Craig Tiller
de424b5dfa
Merge branch 'wq_windows' into iq2
9 years ago
Craig Tiller
be4e680344
Add comment, make sure object value is set
9 years ago
Craig Tiller
d7addc5027
clang-format
9 years ago
Craig Tiller
bf6fd294d2
Add a minimal (but correct) implementation of workqueue to Windows
9 years ago
Jorge Canizales
6ec3b53297
Fix runtest.py breakage
9 years ago
David Garcia Quintas
0910e4c0f6
pr comments
9 years ago
Craig Tiller
b19ca30b43
Enable workqueue_test on Windows
9 years ago
Jorge Canizales
09f59f790f
Merge commit '20caeb182cbc152e7e038306a9b01f438f79ca41' into merge-0.14-into-master
9 years ago
Craig Tiller
b76471d53b
Fix TSAN failure in tcp_server (shown via qps_openloop_test)
9 years ago
Jorge Canizales
c09854b8fe
Fix example Podfiles, and document better
9 years ago
Masood Malekghassemi
4763678016
Regenerate project files
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
b926ef2fb7
Ignore cython debug information
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
Jorge Canizales
bb16025840
Merge fixup: version, deployment target & spec name
9 years ago