Jan Tattermusch
45209b615f
Merge pull request #17427 from jtattermusch/go_interop_matrix_fixes
...
Allow skipping runtimes for releases in interop_matrix. Add go v1.17.0.
6 years ago
Jan Tattermusch
8efa3347fe
Merge pull request #17656 from chwarr/comment-typos
...
Fix typos in comments
6 years ago
Vijay Pai
1730c06c48
Merge pull request #17655 from yashykt/callbackwriteoptions
...
Use the WriteOptions in Client Callback API
6 years ago
Vijay Pai
3864ad9aff
Merge pull request #17654 from yashykt/modifysendmsgdoc
...
Update API docs according to #17630
6 years ago
Jan Tattermusch
5a6c984d3a
clang format code
6 years ago
Juanli Shen
778be11865
Merge pull request #17629 from AspirinSJL/clean_sc_args
...
Remove filters from subchannel args
6 years ago
Christopher Warrington
832e5f06c3
Fix typos in comments
6 years ago
Yash Tibrewal
361acdbed1
Use the WriteOptions in Client Callback API
6 years ago
Yash Tibrewal
b35b449166
Update docs according to #17630
6 years ago
Yash Tibrewal
8dcda4dc36
Merge pull request #17630 from yashykt/nocopyinterception
...
Modifying semantics for GetSendMessage and GetSerializedSendMessage. Also adding ModifySendMessage
6 years ago
Yash Tibrewal
34d77aae5e
Always nullify serializer to free memory
6 years ago
Yash Tibrewal
bcd29821ec
Merge pull request #17279 from yashykt/linuxversionmanylinux
...
Include linux/version.h for manylinux
6 years ago
Soheil Hassas Yeganeh
a786b7415a
Merge pull request #17647 from soheilhy/clang-format
...
clang-format all the files.
6 years ago
Yash Tibrewal
dd067fd390
Merge branch 'master' into nocopyinterception
6 years ago
Jan Tattermusch
2dc63f3d02
yapf code
6 years ago
Jan Tattermusch
4ff3543465
Merge pull request #17635 from jtattermusch/interop_matrix_debug
...
Fix out of disk space flake in run_interop_matrix_tests.py
6 years ago
Muxi Yan
36b47ce0de
Merge pull request #16190 from muxi/config-isolation
...
Implement L38: gRPC Objective-C API Upgrade
6 years ago
Yash Tibrewal
7d1491d64c
Address reviewer comments
6 years ago
Jan Tattermusch
a13e77e14d
interop_matrix: support skipping runtimes
6 years ago
Jan Tattermusch
bdee630831
regenerate dockerimages
6 years ago
Jan Tattermusch
747608df37
add go1.11 interop image templates
6 years ago
Soheil Hassas Yeganeh
0d6e10e795
clang-format all the files.
...
Whenever we run clang-format, gen_build_yaml.py and
ServerServiceDefinitionExtensions.cs get modified by the script.
Let's commit those changes so that these file remain unmodified
after running the formatting script.
6 years ago
Yash Tibrewal
46bd2f7adb
Merge pull request #17179 from yashykt/failhijackedrecv
...
Add interceptor methods to fail recv msg for hijacked rpcs and set recv message to nullptr on failure
6 years ago
Yash Tibrewal
059459a9ee
Merge branch 'master' into failhijackedrecv
6 years ago
Yash Tibrewal
6de81f54bb
Merge pull request #17220 from yashykt/failhijackedsend
...
Add interceptor method to fail hijacked send messages and get status on POST_SEND_MESSAGE
6 years ago
Yash Tibrewal
8ba5922e87
Merge branch 'master' into failhijackedsend
6 years ago
Eric Gribkoff
b542cc8917
Merge pull request #17642 from ericgribkoff/restore_fork_support_flag
...
restore cython flag value to default after test
6 years ago
Eric Gribkoff
9685299cd3
Merge pull request #17641 from ericgribkoff/logging_test_fix
...
Do not reload grpc in unit tests
6 years ago
Yash Tibrewal
84742e565a
Merge pull request #17608 from yashykt/bidiinterceptiontest
...
Add client interceptor test for bidi streaming hijacking interceptor
6 years ago
Yash Tibrewal
4886c937c1
Merge branch 'master' into failhijackedsend
6 years ago
Eric Gribkoff
4b2086eecd
restore cython flag value to default after test
6 years ago
Yash Tibrewal
6e5eb4e5a3
Merge branch 'master' into failhijackedrecv
6 years ago
Eric Gribkoff
d79d2f1ca7
Do not reload grpc in unit tests
...
This can break subsequently run tests, including any which have already
stored references to gRPC enums (such as grpc.StatusCode.OK). The
subsequent tests will compare now be comparing the old enums to the
reloaded enums, and they will not match. This causes errors in
_metadata_code_details_test and a hang in _metadata_flags_test, when run
in sequence locally after _logging_test.
It's unclear why this has been working on Kokoro, but it is reproducible
locally and is behavior that should be avoided.
6 years ago
Yash Tibrewal
6fc7adf277
Merge branch 'master' into bidiinterceptiontest
6 years ago
Yash Tibrewal
b05ca9697b
Merge branch 'master' into failhijackedrecv
6 years ago
Yash Tibrewal
9b9ef64027
Add more information on the usage of FailHijackedRecvMessage
6 years ago
Yash Tibrewal
a5ed3d245e
Avoid unsigned signed comparison issues
6 years ago
Muxi Yan
b4a926961a
Fix static analizer errors
6 years ago
Jan Tattermusch
b0663e7e1e
interop_matrix: reliable cleanup of interop docker images
6 years ago
Jan Tattermusch
4cbdf08e61
debug out of disk space in run_interop_matrix_tests.py
6 years ago
Jan Tattermusch
89f7d619ef
Merge pull request #17634 from apolcyn/interop_fix
...
Pin bundler in ruby interop build
6 years ago
Alex Polcyn
c4ed5b33c4
Pin bundler in ruby interop build
6 years ago
sanjaypujare
a9aec34d08
Merge pull request #17626 from sanjaypujare/bump_to_gold
...
Prepare master for the next release v1.19.x aka gold
6 years ago
Moiz Haidry
d3db9fee9c
Merge pull request #17461 from mhaidrygoog/callback_client_streaming_benchmark
...
Add support for Callback Client Streaming benchmarks
6 years ago
Yash Tibrewal
2b4781ca52
Use Status() instead of Status::OK to avoid issues with codegen_test_minimal
6 years ago
Yash Tibrewal
7eeda22d9e
s/two/three
6 years ago
Yash Tibrewal
df49204b97
Remove unused variable
6 years ago
Yash Tibrewal
4224384d39
Modifying semantics for GetSendMessage and GetSerializedSendMessage.
...
Also adding ModifySendMessage
6 years ago
Juanli Shen
03431b4f69
Remove filters from subchannel args
6 years ago
Yash Tibrewal
bac79bdabe
Merge branch 'master' into failhijackedsend
6 years ago