Mehrdad Afshari
6f1e443a51
Merge pull request #10216 from mehrdada/python-service-reflection
...
Python Service Reflection
8 years ago
Mehrdad Afshari
02735941e4
Add pylint comment to justify unused import
8 years ago
apolcyn
5c8a47e86d
Merge pull request #9776 from apolcyn/add_http2_flow_control_interop_tests
...
add http2 testing interop server uses small data frames and padding
8 years ago
Mehrdad Afshari
626efa67f0
Temporarily disable testFileContainingExtension
...
There is a behavioral discrepency in
`DescriptorPool.FindFileContainingSymbol` between the two
implementations of the protobuf python library (one of which is purely
python, and the other utilizes a python extension library written in
C++).
protobuf on PyPI is distributed via various prebuilt wheels, and our CI
setup fetches the relevant one for each platform. Our Linux instances
end up fetching a pre-compiled C++ version of the library, whereas our
Mac and Windows builders automatically get the pure python version.
This test fails (and our reflection implementation itself) succeeds with
the C++ implementation but fails with the pure python version.
The test will be temporarily disabled pending a fix for
https://github.com/google/protobuf/issues/2882
8 years ago
Mehrdad Afshari
7472e13095
Sort service_names returned by python reflection
...
While not strictly required by the protocol,
it will make testing easier.
8 years ago
Mehrdad Afshari
7be69fcc1c
Add helper function for enabling python reflection
8 years ago
Mehrdad Afshari
9ca61fd05f
Add all_extension_numbers_of_type in py reflection
8 years ago
Mehrdad Afshari
03d9500ec0
Test all_extension_numbers_of_type
8 years ago
Mehrdad Afshari
8be4e03af2
Add ReflectionServicer._file_containing_extension
8 years ago
Mehrdad Afshari
a0cbe8c0f7
Fix and un-skip testFileContainingExtension
...
Fix and un-skip the test for _file_containing_extension
in python reflection service to refer to the correct proto
and expect the right object to be returned. Enable it too.
8 years ago
Nathaniel Manista
209c41adb6
Merge pull request #10255 from nathanielmanistaatgoogle/_pb2_grpc-unnecessary-imports
...
Drop unnecessary framework imports from generated _pb2_grpc.py files.
8 years ago
Noah Eisen
55837563c9
Merge pull request #10109 from ncteisen/error-slice-optimization
...
Error slice optimization
8 years ago
Noah Eisen
3d194ad7a3
Merge branch 'master' of https://github.com/grpc/grpc into error-slice-optimization
8 years ago
Craig Tiller
48fda550ac
Merge pull request #10189 from ctiller/call_cases
...
Expand benchmark coverage to isolated grpc_call scenarios against a dummy filter stack
8 years ago
Alexander Polcyn
50fdc8ab19
add http2 server test for unary calls that uses small frames and padding
8 years ago
Robbie Shade
3f90a955a9
Merge pull request #10252 from jboeuf/no_creds_assert_in_server_auth_filter
...
Removing credentials assert in server_auth_filter.
8 years ago
Yuchen Zeng
be0dba162e
Merge pull request #10247 from y-zeng/fix_lb_subchannel
...
Fix fuzzing detected error: remaining GRPC_ARG_SUBCHANNEL_ADDRESS was not removed by pick_first and round_robin
8 years ago
Craig Tiller
b130275bb4
Merge pull request #10253 from ctiller/bm_chttp2_top2
...
Enroll bm_chttp2_transport & bm_pollset into bigquery pipeline
8 years ago
Nathaniel Manista
2f390dbb02
Drop unnecessary imports from _pb2_grpc.py files
8 years ago
Craig Tiller
407101b2c4
Add bm
8 years ago
Craig Tiller
9fb3131dba
Enroll bm_chttp2_transport into bigquery pipeline
8 years ago
Michael Lumish
bbc962230f
Merge pull request #9864 from michielbdejong/patch-1
...
Use grpc-tools npm package in readme
8 years ago
Craig Tiller
b14ab80cd8
Fixes for new APIs
8 years ago
Julien Boeuf
8f0fd82a96
Removing credentials assert in server_auth_filter.
...
This will allow other transports with built-in security to use this
filter.
8 years ago
Craig Tiller
eeb3b24f7e
Merge pull request #10238 from ctiller/bm_chttp2_top
...
Add benchmark suite for chttp2
8 years ago
Noah Eisen
02ee91b7bb
Merge pull request #10203 from ncteisen/error-ownership-semantics
...
Add Error Ownership Doc
8 years ago
Mark D. Roth
5c42af696d
Merge pull request #9655 from markdroth/remove_initial_connect_string
...
Remove initial_connect_string hack.
8 years ago
Muxi Yan
1855710c71
Merge pull request #10210 from muxi/enable-cronet-compression
...
Enable cronet compression
8 years ago
ncteisen
4c2e57df9a
Regen project
8 years ago
ncteisen
031cfeb954
Line breaks and doc reffing
8 years ago
kpayson64
8e2713ec31
Merge pull request #10228 from kpayson64/gpr_assert_thd
...
Assert on thread creation
8 years ago
Yuchen Zeng
c88fd35f97
Add reproduction
8 years ago
Yuchen Zeng
3431996485
Fix subchannel creation in pick_first and round_robin
8 years ago
Craig Tiller
31041c9e12
Merge github.com:grpc/grpc into call_cases
8 years ago
David G. Quintas
9f615de5ed
Merge pull request #10242 from dgquintas/fix_sanity
...
Fix sanity, generated projects
8 years ago
David Garcia Quintas
e63cde9f7d
Fix sanity, generated projects
8 years ago
Ken Payson
ac433cf640
Assert on thread creation
8 years ago
Muxi Yan
d4143f2821
Merge pull request #10208 from muxi/fix-trailer-only
...
Add :status header in the case of trailer-only failure reply
8 years ago
Muxi Yan
12b44ae5ec
Merge remote-tracking branch 'upstream/master' into enable-cronet-compression
8 years ago
Mark D. Roth
62d1dd920e
Merge pull request #9850 from markdroth/retry_throttle
...
Retry throttling implementation.
8 years ago
Yuchen Zeng
c9ff208cc9
Merge pull request #10151 from y-zeng/fix_set_socket_mutator
...
Fix SetSocketMutator
8 years ago
Mark D. Roth
f7c2cd274e
Ran generate_projects.sh.
8 years ago
Mark D. Roth
14ef5d83e2
Merge remote-tracking branch 'upstream/master' into remove_initial_connect_string
8 years ago
Muxi Yan
94f3dddfdc
clang-format
8 years ago
kpayson64
e50c7bdcc8
Merge pull request #10227 from kpayson64/optional_enum34
...
Make enum34 only required for Python 2.7
8 years ago
Craig Tiller
3e9e2fd5d1
Merge pull request #10200 from ctiller/bad_tracking
...
Fix tracking of writes: we dont need TrackCounters for bm_fullstack since the fixture does it
8 years ago
Craig Tiller
18f09a01f6
Add benchmark suite for chttp2
8 years ago
Mark D. Roth
d86d7424a0
Remove BUILD rule for removed test.
8 years ago
Vijay Pai
d5fa26eecd
Merge pull request #10201 from vjpai/combiner_explainer
...
Document explaining combiner structures used in gRPC core
8 years ago
Muxi Yan
b4478ff264
Comment
8 years ago