Jan Tattermusch
b3b00ad858
Merge pull request #20264 from jtattermusch/win_rbe_fixes
...
Use bazel 0.29.1 for RBE windows
5 years ago
Jan Tattermusch
978691e433
Merge pull request #20156 from timgates42/feature/fix_simple_typo__avaiable_22
...
Fix simple typo: avaiable -> available
5 years ago
Juanli Shen
b4277d191c
Merge pull request #20269 from AspirinSJL/tune
...
Tune xds test
5 years ago
Soheil Hassas Yeganeh
4001ac37af
Merge pull request #20268 from soheilhy/security-max-frame-channel-arg
...
Introduce GRPC_ARG_TSI_MAX_FRAME_SIZE channel arg.
5 years ago
Juanli Shen
7be5d098cf
Tune xds test
5 years ago
Soheil Hassas Yeganeh
9b9764cb2a
Fix build error in SSL fuzzer.
5 years ago
Soheil Hassas Yeganeh
dd6e6e3ef7
Introduce GRPC_ARG_TSI_MAX_FRAME_SIZE channel arg.
...
Introduce GRPC_ARG_TSI_MAX_FRAME_SIZE so that users can use larger than
14KiB frame size if they need to.
5 years ago
Jan Tattermusch
84f555bfd8
simplify and unify manual builds
5 years ago
Jan Tattermusch
4521dea985
try bazel 0.29.1 for windows
5 years ago
Jan Tattermusch
e14212b9a5
fix windows RBE manual build instructions
5 years ago
Jan Tattermusch
11729aeaa7
Merge pull request #20222 from jtattermusch/bazel_upgrade_0_29_1
...
Upgrade bazel to 0.29.1
5 years ago
Jan Tattermusch
c5662bba80
use bazel 0.29.0 on windows
5 years ago
Jan Tattermusch
aa0c7f7dde
Merge pull request #20235 from jtattermusch/singlevm_benchmarks_node_remove
...
Remove node from singlevm end to end benchmarks
5 years ago
Jan Tattermusch
8881af4d4b
Merge pull request #20237 from easwars/go_release
...
Add v1.22.3 and v1.23.1 release of grpc-go to interop matrix.
5 years ago
Jan Tattermusch
04cbb2da42
Merge pull request #20242 from jtattermusch/csharp_docs_update
...
C# docs: add a note about grpc-dotnet
5 years ago
Juanli Shen
ad8cc2d84c
Merge pull request #19364 from rongjiecomputer/exceptions
...
Properly detect C++ exception for MSVC
5 years ago
Tim Gates
da88b67147
Merge branch 'master' of ssh://github.com/grpc/grpc into feature/fix_simple_typo__avaiable_22
5 years ago
Jiangtao Li
304f0ee9ba
Merge pull request #20253 from jiangtaoli2016/root_pem
...
Root pem certificates update on Sept 2019
5 years ago
Karthik Ravi Shankar
68242b92e7
Merge pull request #20248 from karthikravis/move-mock-tests
...
Move mock test to use ::grpc_impl
5 years ago
Lidi Zheng
5931fde9c7
Merge pull request #19938 from kerbalwzy/master
...
Add a quick-start example for basic usages in Python
5 years ago
jiangtaoli2016
ad8d728b00
Root pem certificates update on Sept 2019
5 years ago
Lidi Zheng
b1767c1936
Merge pull request #20181 from lidizheng/add-3.6
...
Add Python 3.6 to default gRPC Python test environments
5 years ago
Karthik Ravi Shankar
3e4fd7967c
Formatting fixes
5 years ago
Karthik Ravi Shankar
a879ff73c2
Move mock test to use ::grpc_impl
...
Some mock tests are using ::grpc which was causing build issues. Move
them over to use ::grpc_impl.
5 years ago
Lidi Zheng
a793d3777a
Merge pull request #19960 from Skyscanner/unary_unary_client_aio
...
Add experimental support for asyncio unary client
5 years ago
Nicolas Noble
755193ab5f
Merge pull request #20228 from nicolasnoble/commandline-nightmare
...
Removing all warning flags and Werror for now.
5 years ago
Yash Tibrewal
a358d48f12
Merge pull request #20111 from yashykt/unusedarg
...
Remove unusued arg
5 years ago
Yash Tibrewal
bb18c6a2cd
Merge pull request #20229 from yashykt/filter_renaming
...
Rename filter functions to be able to uniquely identify them
5 years ago
Nicolas Noble
a88ddf6c72
Merge pull request #18152 from longkb/replacing_http_by_https
...
Replacing 'HTTP' by 'HTTPS' for securing links
5 years ago
Muxi Yan
14b0beff56
Merge pull request #20223 from muxi/transport-interceptor
...
Add transport interceptor
5 years ago
Jan Tattermusch
275b613681
note on two C# implementations
5 years ago
Jan Tattermusch
5630b97a6c
update docs with grpc-dotnet info
5 years ago
Muxi Yan
9f6f04d91a
Address comments
5 years ago
Yash Tibrewal
1b1364eb6b
Reviewer comments
5 years ago
Muxi Yan
35a1f0a963
Add transport interceptor
5 years ago
Easwar Swaminathan
e9802ca190
Add v1.22.3 and v1.23.1 release of grpc-go to interop matrix.
...
v1.23.0 seems to have missed out since the
[PR](https://github.com/grpc/grpc/pull/19928 ) to add that had a merge
conflict and was never merged.
5 years ago
Pau Freixes
a44e6d76b7
[Aio] Unary unary client call barebones implementation
...
Implement the minimal stuff for making a unary call with the new
experimental gRPC Python implementation for Asyncio, called Aio.
What has been added:
- Minimal iomgr code for performing the required network and timer
calls.
- Minimal Cython code implementing the channel, call and the callback
context.
- Minimal Python code that mimics the synchronous implementation but
designed to be asynchronous.
Testing considerations:
Tests have to be executed using the `GRPC_ENABLE_FORK_SUPPORT=0`
environment variable for skipping the fork handles installed by
the core library. This is due to the usage of a syncrhonous server
used as a fixture executed in another process.
Co-authored-by: Manuel Miranda <manuel.miranda@skyscanner.net>
Co-authored-by: Mariano Anaya <mariano.anaya@skyscanner.net>
Co-authored-by: Zhanghui Mao <zhanghui.mao@skyscanner.net>
Co-authored-by: Lidi Zheng <lidiz@google.com>
5 years ago
Jan Tattermusch
38d6c74fb3
remove node from singlevm e2e benchmarks
5 years ago
Jan Tattermusch
1bfdbc1f6c
Merge pull request #20206 from jtattermusch/sponge_targets_per_suite
...
Generate separate sponge target for each test suite for more readable test results.
5 years ago
Jan Tattermusch
f268db6f33
yapf format code
5 years ago
Jan Tattermusch
5207c148ff
more readable test target ordering
5 years ago
Jan Tattermusch
babb70705d
fixup in report_utils.py
5 years ago
Jan Tattermusch
2381d693b8
preserve the run_tests.py logs in sponge
5 years ago
Jan Tattermusch
11222b78c2
only use multi_target report for selected languages
5 years ago
Jan Tattermusch
902094f9f2
rename to run_tests_matrix_jobs
5 years ago
Jan Tattermusch
218e7b0c54
split run_tests_invocations to separate targets
5 years ago
Jan Tattermusch
243b43d6cc
better run_tests prefix
5 years ago
Jan Tattermusch
6b44344161
use run_tests_invocations instead of aggregate tests
5 years ago
Jan Tattermusch
42da891714
include run_tests in target name
5 years ago
Jan Tattermusch
9e0eb19ca4
generate separate sponge target for each test suite
5 years ago