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
Nathaniel Manista
ab8fb5be32
Merge pull request #9156 from nathanielmanistaatgoogle/Exception.message
...
Drop use of Exception.message in metadata test.
8 years ago
David G. Quintas
89f33bfd91
Merge pull request #9143 from sreecha/fix_metrics_server
...
Fix metrics server
8 years ago
Nicolas Noble
f29de26194
Merge pull request #9145 from nathanielmanistaatgoogle/v1.0.x-upmerge
...
v1.0.x manual upmerge
8 years ago
Yuchen Zeng
b810b85e52
Get wrapped endpoint's fd in secure_endpoint's endpoint_get_fd
8 years ago
Noah Eisen
4e00a995f2
Merge pull request #9097 from ncteisen/negative_http2_interop_tests
...
Add Python Client to Test Negative HTTP2 Conditions
8 years ago
Masood Malekghassemi
7d30bb202d
Merge pull request #9157 from thunderboltsid/fix-invalid-json
...
Fix invalid tests.json
8 years ago
ncteisen
02a7d4272a
Add python client to test negative http2 conditions
...
Documentation for the new tests can be found https://github.com/grpc/grpc/blob/master/doc/negative-http2-interop-test-descriptions.md
8 years ago
Jan Tattermusch
68e27bfef3
enable running many runs per test without flooding the logs
8 years ago
Jan Tattermusch
fffb2676b5
test timeouts eliminated by mistake
8 years ago
David G. Quintas
07383e7e28
Revert "Revert "Reduce memory bloat (each server cq is very expensive)""
8 years ago
siddharthshukla
c336268a40
Fix invalid tests.json
...
Add a comma delimiter for "_invalid_metadata_test.InvalidMetadataTest".
8 years ago
Nathaniel Manista
6aedd44fb6
Drop use of Exception.message in metadata test
...
Apparently Exception.message was introduced in Python 2.5 and
deprecated almost immediately afterward in Python 2.6.
8 years ago
David G. Quintas
4f4b278b88
Merge pull request #9144 from dgquintas/grpclb_server_uri
...
grpclb: skip slash in server uri path if present
8 years ago
Noah Eisen
e1fdd860fc
Merge pull request #9128 from ncteisen/negative_http2_interop_descriptions
...
Add negative http2 interop description file
8 years ago
Noah Eisen
2d1d324a3a
Update negative-http2-interop-test-descriptions.md
8 years ago
Nathaniel Manista
8f7b0b48bf
v1.0.x → master upmerge
...
Manual changes:
- Fixed use of Exception.message in _invalid_metadata_test.py
- Fixed merge of one_failed_as_unavailable in rpc_server_spec.rb
- Added "set -e" to generate_build_additions.sh
8 years ago
Noah Eisen
0eb69186f0
Addressed github comments
8 years ago
David Garcia Quintas
855a1063ec
grpclb: skip slash in server uri path if present
8 years ago
Eric Gribkoff
10639a68ab
Merge pull request #9126 from ericgribkoff/http2_test_case_flags
...
Modify HTTP/2 test server's command-line arguments
8 years ago
Masood Malekghassemi
3fab5651da
Merge pull request #9100 from bblancha/protobuf_compiler_tweak
...
don't print multiple imports to protobuf modules
8 years ago
Sree Kuchibhotla
7eef316e20
Fix metrics server
8 years ago
Yuchen Zeng
b229094678
Merge pull request #8789 from y-zeng/resolver_pollset
...
Add grpc_pollset_set to grpc_resolve_address
8 years ago
David G. Quintas
52fc1eabb4
Merge pull request #9138 from dgquintas/lb_pol_test_deflake_again
...
Deflake lb_policies_test
8 years ago
Bryan Blanchard
c549a3e37b
don't print multiple imports to protobuf modules
8 years ago
David Garcia Quintas
d3b83f4693
Deflake lb_policies_test
8 years ago
Michael Lumish
2cf4f35a38
Merge pull request #9101 from murgatroid99/node_event_changes
...
Make event order consistent, and make 'end' and 'error' mutually exclusive
8 years ago
makdharma
a781095001
Merge pull request #9131 from ncteisen/fix_copyright
...
Add copyright to new files
8 years ago
ncteisen
65a45aebbe
Add copywrite to new files
8 years ago
Michael Lumish
47f1f9e1ea
Merge pull request #9034 from igorpeshansky/patch-1
...
Use snake_case names for default rpc method implementations
8 years ago
Noah Eisen
fcb2d14706
Add negative http2 interop description file
8 years ago
Yuchen Zeng
63e3e3b1df
Add grpc_pollset_set as an arg in grpc_resolver_create
8 years ago
Masood Malekghassemi
b4c27c1cd1
Merge pull request #9120 from soltanmm-google/if-you-run-away-from-things-it-just-means-you're-going-to-see-them-again-when-you-wrap-around-the-universe
...
Fix Python setup-time diagnostics
8 years ago
Noah Eisen
3fa20cffc6
Merge pull request #8995 from ncteisen/python_call_batch
...
Add check on return value from start_client_batch
8 years ago
Eric Gribkoff
b3bda54df8
Modify HTTP/2 test server to display a list of available test cases and
...
accept non-positional arguments.
8 years ago
Mark D. Roth
1efd3669c1
Merge pull request #9067 from markdroth/cpp_filter_api_cleanup
...
C++ filter API cleanup
8 years ago
Yuchen Zeng
8fe21f2b19
Address review comments
8 years ago
Yuchen Zeng
426cf85a68
Fix resolve_address_windows
8 years ago
Yuchen Zeng
b4080a2e94
Fix resolve_address_test
8 years ago
Yuchen Zeng
f62706f206
Add pollset_set in grpc_resolver
8 years ago
Yuchen Zeng
15521de93f
Request a pollset_set in grpc_resolve_address
8 years ago
ncteisen
61b8c89206
Add check on return value from start_client_batch
8 years ago