Nicolas Noble
2a16a028e0
Merge pull request #7174 from dgquintas/remove_unused_status_code_enum_file
...
removed unused version of status_code_enum.h
9 years ago
Nicolas Noble
cd958b89df
Merge pull request #7175 from dgquintas/algo_init
...
Initialize variables in surface/call.c
9 years ago
kpayson64
dcca468abe
Merge pull request #6791 from soltanmm/pain
...
Make running individual Python tests less painful
9 years ago
Nicolas Noble
014b070a94
Merge pull request #7197 from kpayson64/port_server_fix
...
Change port_server.py to use port 32766
9 years ago
Nicolas Noble
77e8b714e5
Merge pull request #7210 from ctiller/no-more-zookeeper
...
Expunge all references to zookeeper
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 "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
eda85c6765
Expunge all references to zookeeper
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
Ken Payson
fa51de5d3d
Change port_server.py to use port 32766
...
32767 is used by filenet-powsrm
9 years ago
Craig Tiller
20caeb182c
Merge pull request #7176 from ctiller/deflake
...
Fix memory leak, fix error.c refcount reporting
9 years ago
Yuchen Zeng
753b45dcf8
Merge remote-tracking branch 'upstream/master' into handler_http_response
9 years ago
makdharma
0d12151d29
Merge pull request #6992 from y-zeng/auto-build-example
...
Build objective-c examples as part of automatic tests
9 years ago
Jan Tattermusch
a5596db1a5
Merge pull request #6378 from jcanizales/let-invalidate-channels
...
Add a maybe-temporary way for apps to clear the channel cache
9 years ago
Jan Tattermusch
8ecf5f5a21
Merge pull request #7120 from makdharma/issue6746
...
fix for working with compressed data. Fixes #6746 .
9 years ago
Jan Tattermusch
3b9419eda8
Merge pull request #7109 from soltanmm/toolism
...
Use open-source defaults to propagate Python plugin configuration
9 years ago
Jan Tattermusch
a4039ffb21
Merge pull request #7093 from murgatroid99/run_interop_override_server_fix
...
Fix bug with override_server flag in run_interop_tests.py
9 years ago
Jan Tattermusch
bcd825da0d
Merge pull request #7092 from ctiller/dont_create_redundant_errors
...
Dont create errors redundently in chttp2_transport.c
9 years ago
Jan Tattermusch
ace2489312
Merge pull request #7151 from dgquintas/eventfd
...
implemented eventfd_check_availability
9 years ago
Jan Tattermusch
dc733d69d8
Merge pull request #7152 from nathanielmanistaatgoogle/interop
...
Fix Python server interop spec noncompliance
9 years ago
Jan Tattermusch
0a5d60cfd3
Merge pull request #7155 from stanley-cheung/php-fix-call-destroy
...
PHP: fix shutdown hang issue
9 years ago
Jan Tattermusch
27e4979ee5
Merge pull request #7161 from dgquintas/use_release
...
Updated git clone URL
9 years ago
Jan Tattermusch
2add6959d0
Merge pull request #7164 from dgquintas/fix_import_zu
...
fixed size_t format string
9 years ago
Nicolas Noble
a027820b7b
Merge pull request #7091 from kpayson64/python_str_stuff
...
Changed default string type to be str
9 years ago
Stanley Cheung
2cb69ad203
php: update package.xml
9 years ago
Craig Tiller
97d1cd8767
Fix memory leak, fix error.c refcount reporting
9 years ago
Yuchen Zeng
f329395514
Add comments in build_example_test.sh
9 years ago
David Garcia Quintas
1ff168ac81
Initialize variables
9 years ago
Jan Tattermusch
ae51a39fed
Merge pull request #7144 from jtattermusch/coreclr_packages
...
Build experimental nugets with dotnet CLI
9 years ago
David Garcia Quintas
314d3350d9
removed unused version of status_code_enum.h
9 years ago
Craig Tiller
cdac58bb03
Merge pull request #7025 from ctiller/%s
...
Make transport-level errors be reflected in status messages on calls
9 years ago
David Garcia Quintas
1e1a816c3f
fixed size_t format string
9 years ago
Jan Tattermusch
b0c246e27c
Merge pull request #7125 from murgatroid99/node_unskip_creds_tests
...
Re-enable two Node credentials tests
9 years ago
Yuchen Zeng
0287be8e60
Use protoc and objc plugins built by run_test
9 years ago
David Garcia Quintas
a45e24eb3e
Removed invalid sentence
9 years ago
Ken Payson
6a654dd400
Changed default string type to be str
...
This impacts the following APIs:
Metadata: Key is always a str, Value is bytes for binary metadata,
str otherwise
Call Details: str type
gRPC method: str type
hostname/target: str type
9 years ago
David Garcia Quintas
4281272389
Updated git clone URL
9 years ago