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
Muxi Yan
04dfa7d7b2
clang-format
6 years ago
Muxi Yan
077cc271e5
Proposed Cronet fixes
6 years ago
Yash Tibrewal
bac79bdabe
Merge branch 'master' into failhijackedsend
6 years ago
Sanjay Pujare
94d5587643
Regenerate projects
6 years ago
Sanjay Pujare
d99f2f0307
Bump version to v1.19.x
6 years ago
Yash Tibrewal
2dda0bb21b
Merge pull request #17609 from yashykt/nocopyinterception
...
New Experimental Interception API - GetSendMessage and GetSerializedSendMessage
6 years ago
sanjaypujare
5b43f6ab50
Merge pull request #17623 from sanjaypujare/preRel-v.1.18.x
...
Prepare to release 1.18.x, upmerge v1.17.x to master
6 years ago
apolcyn
7d66377124
Merge pull request #17607 from apolcyn/ruby_2_6
...
Add ruby 2.6 binary packages, drop 2.0 and 2.1
6 years ago
Sanjay Pujare
ec2d03d409
restore the newline
6 years ago
Yash Tibrewal
1cfdf304f8
Merge branch 'master' into nocopyinterception
6 years ago
Alexander Polcyn
cab4774d95
Add a way to avoid if_nametoindex function for non-posix linux platforms that don't support it
6 years ago
Alex Polcyn
e894d78c35
Fix artifact dockerfiles rvm installation; keep bundler pinned
6 years ago
Yash Tibrewal
50c60f03ba
Rename GetSendMessage to GetSerializedSendMessage and GetOriginalSendMessage to GetSendMessage
6 years ago
Sanjay Pujare
f0be108fb0
Upmerge v1.17.x to master
6 years ago
Noah Eisen
a4c28378cb
Merge pull request #17613 from ncteisen/fallthrough
...
Fix internal BUILD
6 years ago
Muxi Yan
e761e56630
Merge pull request #17249 from muxi/16-to-32
...
Use 32 bit nanopb fields
6 years ago
Alexander Polcyn
67f523ce13
Add support for ruby 2.6.0 binary package builds, drop 2.1 and 2.0
...
binary package builds; pin bundler to 1.17.3 where necessary
6 years ago
ncteisen
3af464f29c
return targets to library
6 years ago
Jan Tattermusch
8f5bda6de9
Merge pull request #17612 from grpc/revert-17401-worktree-nolock
...
Revert "Implement a lock-free fast path for queue_call_request()"
6 years ago
Muxi Yan
1f3829180c
Fix missing ConnectivityMonitor usage
6 years ago
Yash Tibrewal
c6261f4b91
Rename new SendMessage types to SendMessagePtr
6 years ago