Masood Malekghassemi
d86080d402
Merge pull request #9206 from soltanmm-google/is-the-world-is-moving-too-fast-or-am-I-moving-too-slow
...
Add `auto-gen`d comment to `_pb2_grpc.py` files
8 years ago
Craig Tiller
d6887e0e4e
Some fixes
8 years ago
Yuchen Zeng
1ef7b1d6b4
Merge pull request #9208 from y-zeng/for-loop
...
Remove for loop initial declarations
8 years ago
Nathaniel Manista
d0386f940e
Exempt generated Python from copyright check
...
Some of these files contain the magic string "DO NOT EDIT" but we do
not wish for our tests to depend upon that.
8 years ago
Yuchen Zeng
a13ec951b9
Remove for loop initial declarations
8 years ago
Masood Malekghassemi
0d62d7e8d7
Add `auto-gen`d comment to `_pb2_grpc.py` files
8 years ago
Craig Tiller
3cb3447e49
Fix some uninitialized variables
8 years ago
Craig Tiller
91031dacb1
Changes to exec_ctx/closure/combiner/workqueue interfaces
...
- make closures know where they should be executed (eg, on a workqueue,
or a combiner, or on an exec_ctx)
- this allows removal of a large number of trampoline functions that
were appearing whenever we used combiners, and should allow for a much
easier interface to combiner locks
8 years ago
Yang Gao
ddebfa65f2
Merge pull request #9187 from yang-g/validate_reserved_metadata
...
Check and fail if user provides a metadata key starting with :
8 years ago
jboeuf
578378256c
Merge pull request #8788 from jboeuf/fix_jwt_verifier
...
Fix jwt verifier
8 years ago
Masood Malekghassemi
db422d7eba
Provide doc dir even if user interrupts docgen
8 years ago
Masood Malekghassemi
25186ae0f1
Set Python documentation copyright
8 years ago
Craig Tiller
702f93d364
Fix merge errors
8 years ago
Craig Tiller
4cc1c35ad3
Fix merge errors
8 years ago
Craig Tiller
0704727c2d
Merge github.com:grpc/grpc into slice_with_exec_ctx
8 years ago
Jan Tattermusch
22b28264f9
Merge pull request #9178 from jtattermusch/docker_inception_is_evil
...
Cleanup and speedup sanity tests
8 years ago
matt-kwong
4118da2cd5
Merge pull request #9190 from matt-kwong/fix-python-artifact
...
Fix Python artifact build
8 years ago
matt-kwong
195b52a95f
Merge pull request #9193 from matt-kwong/interop-html-fix
...
Update interop html template location
8 years ago
Nathaniel Manista
59e0d60b6b
Merge pull request #8686 from thunderboltsid/issue-8231-re
...
"Handle" non-iterator objects in consume_request_iterator by failing the RPC.
8 years ago
Matt Kwong
c830eb5b6b
Update interop html template location
8 years ago
Matt Kwong
346f9e46eb
Fix Python artifact build
8 years ago
apolcyn
7376d4b97e
Merge pull request #8668 from lenage/master
...
Ruby: show error class and message instead of unknown
8 years ago
Jan Tattermusch
7dd2cc6f68
cleanup and speedup of sanity tests
8 years ago
Jan Tattermusch
276f390480
Merge pull request #9176 from jtattermusch/runtests_refactor
...
Clean up tools/run_tests directory
8 years ago
Jan Tattermusch
5c79a3199c
cleanup tools/run_tests directory
8 years ago
Jan Tattermusch
d7c923d40b
Merge pull request #9184 from jtattermusch/qps_driver_cmdline
...
Better qps_json_driver message when QPS_WORKERS env is missing
8 years ago
Yuan He
2b605837b0
take tmp out of .gitignore file
8 years ago
Yuan He
9383d2b809
Ruby: show error class and message instead of unknown
8 years ago
Julien Boeuf
964d7bb482
Fixing JWT verifier.
...
- Initializes grpc correctly in the JWT utils.
- Make the email mapping work with the new service accounts produced by
Google IAM.
- Adding check for email issuers where the issuer has to be the subject as well.
- Implementing portable version of memrchr.
8 years ago
siddharthshukla
48226a2f1f
Add _invocation_defects_test.InvocationDefectsTest
...
Added tests for detecting invocation time defects arising out of the
runtime.
8 years ago
Alexander Polcyn
2ec43d2dac
change ruby default unimplemented ruby server handler to have two arguments
8 years ago
ncteisen
2e3972ae54
Add advanced interop test behavior for Ruby server side
8 years ago
yang-g
92fa9608f2
Check and fail if user provides a metadata key starting with :
8 years ago
Noah Eisen
ef4ceda6fd
Add advanced interop tests for Ruby client
8 years ago
Masood Malekghassemi
c3c1240ad5
Merge pull request #9180 from soltanmm-google/lodash_becomes-midash
...
Change grpcio_tools to grpcio-tools
8 years ago
Nathaniel Manista
c15ee83882
Update Python examples with fresh generated code
8 years ago
Jan Tattermusch
9f89107f17
better qps_json_driver message when QPS_WORKERS env is missing
8 years ago
apolcyn
659ddda0eb
Merge pull request #9168 from apolcyn/allow_disable_qps_json_driver_core_counts
...
allow disable core_list setting and override qps server in benchmarks
8 years ago
Alexander Polcyn
4873d30ea2
allow disable core_list setting and override qps server in benchmarks
8 years ago
Alexander Polcyn
eb69c34f83
attach trailing metadata to ruby bidi call op when it's received
8 years ago
Jan Tattermusch
258d678096
Merge pull request #9174 from jtattermusch/matrix_exclude_filters
...
Support --exclude in run_tests_matrix.py
8 years ago
Masood Malekghassemi
0702f628d7
Change grpcio_tools to grpcio-tools
...
This should address the difference in how we ask users to install
grpcio-tools and the files the user ends up downloading from PyPI.
8 years ago
Jan Tattermusch
0c4175f00c
Merge pull request #9171 from jtattermusch/backport_9161
...
Backport: Reintroduce test timeouts eliminated by mistake
8 years ago
siddharthshukla
dd52a31337
Replace Python unit test iterables by iterators
...
Cast iterables into iterators for stream based compression, empty
message, and metadata tests.
8 years ago
siddharthshukla
6bfa91a795
Handle non-iterator objects in consume_request_iterator
...
Restructure the consume_request_iterator method to handle exceptions
where the object being passed is not an iterator. Fixes #8231 and #8454 .
8 years ago
Jan Tattermusch
6a85129d1a
support --exclude in run_tests_matrix.py
8 years ago
Jan Tattermusch
1a741606fe
Merge pull request #9158 from jtattermusch/deflaking_adjustments
...
Allow running many runs per test without flooding the logs
8 years ago
Jan Tattermusch
2d3fe4d8ce
Merge pull request #9161 from jtattermusch/reenable_timeouts
...
Reintroduce test timeouts eliminated by mistake
8 years ago
Jan Tattermusch
a025ea7c1c
test timeouts eliminated by mistake
8 years ago
Yuchen Zeng
3e50b34af4
Merge pull request #9164 from y-zeng/secure_endpoint_fd
...
Get wrapped endpoint's fd in secure_endpoint's endpoint_get_fd
8 years ago