Vijay Pai
8908b58bc2
Make sure test does something
5 years ago
Vijay Pai
c2d749dea0
Fix portability issues and make more readable
5 years ago
Vijay Pai
d16c6792b0
Make thread_manager_test look like other tests
5 years ago
Jan Tattermusch
2c532e5478
Merge pull request #20558 from jtattermusch/upgrade_bazel100
...
Upgrade to bazel 1.0.0
5 years ago
Vijay Pai
784d065175
Merge pull request #17248 from gthb/patch-2
...
Make mergeability messages more clear and fix typo
5 years ago
Juanli Shen
d6a609178f
Merge pull request #20595 from AspirinSJL/trivial_3
...
Hand off triage duty to yang-g
5 years ago
Jan Tattermusch
0d459bfab5
Merge pull request #20575 from jtattermusch/eradicate_git_repository
...
bazel: Replace git_repository occurence by http_archive
5 years ago
Muxi Yan
2951e72aee
Merge pull request #20560 from muxi/unary-handler
...
Added convenience class GRPCUnaryResponseHandler for unary calls
5 years ago
Muxi Yan
37c36e843a
clang-format
5 years ago
Stanley Cheung
acd09a1ee5
Merge pull request #20579 from HannahShiSFB/20523-phpunit5
...
PHP: change phpunit version from 4.8.36 to 5.7.27
5 years ago
Juanli Shen
dd056cb0ac
Hand off triage duty to yang-g
5 years ago
Juanli Shen
0bd5efa55f
Merge pull request #20593 from grpc/revert-20380-xds_client_bootstrap
...
Revert "xds client bootstrap file"
5 years ago
Muxi Yan
0b2b94e2b8
address comment
5 years ago
Jan Tattermusch
17529437b7
upgrade ubsan RBE toolchain
5 years ago
Jan Tattermusch
755ae65c4d
fixup
5 years ago
Jan Tattermusch
ea3fd924bd
fixup rbe_default
5 years ago
Jan Tattermusch
13abbd9a75
Revert "xds client bootstrap file"
5 years ago
Jan Tattermusch
c2447a0308
switch RBE builds to use exec_properties
5 years ago
Jan Tattermusch
25f9a167b9
convert remote_execution_properties into exec_properties
5 years ago
Jan Tattermusch
74ade125f2
toolchains no longer support machine types
5 years ago
Jan Tattermusch
396d8c07f6
update bazel toolchains to 1.0.0
5 years ago
Jan Tattermusch
27f1a94aa5
upgrade to bazel 1.0.0
5 years ago
Jan Tattermusch
f92c283a5d
Merge pull request #20549 from JamesNK/jamesnk/generic-variance
...
Add generic variance to reader and writer interfaces
5 years ago
Hannah Shi
86d075a8e6
add apt install wget
5 years ago
Soheil Hassas Yeganeh
98abc22f4c
Merge pull request #20577 from soheilhy/fix-benchmark-flaky-2
...
Consider "Socket closed" to be a good status
5 years ago
Hannah Shi
2e1cfb75a8
change phpunit version from 4.8.36 to 5.7.27
5 years ago
Juanli Shen
81f3e43728
Merge pull request #20497 from AspirinSJL/inlinedvector_resize
...
Add InlinedVector::resize()
5 years ago
Soheil Hassas Yeganeh
5340111aa6
Fix sanity check.
5 years ago
Mark D. Roth
36319502be
Merge pull request #20380 from markdroth/xds_client_bootstrap
...
xds client bootstrap file
5 years ago
Soheil Hassas Yeganeh
a7aa9cf9ac
Consider "Socket closed" to be a good status
...
Issue #20509
5 years ago
Jan Tattermusch
0460b9bb4b
fixup
5 years ago
Jan Tattermusch
b77cb8ae7c
replace git_repository occurence by http_archive
5 years ago
Jan Tattermusch
3990d9ce9e
Merge pull request #20211 from zackgalbreath/cmake-pkg-config
...
Create pkg-config files from CMake
5 years ago
Jan Tattermusch
1303e80b70
add cmake_pkgconfig test to distribtest suite
5 years ago
Lidi Zheng
308ba0c254
Merge pull request #20277 from Skyscanner/grpc-19871/unary_unary_client_aio-implement-timeout
...
Grpc 19871/unary unary client aio implement timeout
5 years ago
Juanli Shen
2a9a276c3b
Add InlinedVector::resize()
5 years ago
Moiz Haidry
5a3815e504
Merge pull request #20564 from mhaidrygoog/fix_unused_error
...
Fix unused variable error
5 years ago
Moiz Haidry
d874a260bb
Fix unused variable error
5 years ago
Muxi Yan
ae168166e2
nit fix
5 years ago
Muxi Yan
c754c0389c
Use main queue when dispatch queue is not specified
5 years ago
Mariano Anaya
fb3911f243
Implement timeout for the async unary_unary call
...
Allow passing the ``timeout`` parameter to the asynchronous version of
the ``unary_unary`` call, and use it accordingly.
Maintains the same interface as the synchronous version.
Other changes:
* Remove default parameters from the internal API methods
* Make keyword-only arguments in the external-facing public API
Create new exception: ``AioRpcError``.
Define the exception in Cython, exposing a similar interface that the
one returned by the synchronous API (``grpc.RpcError``).
Then mix the class with the ``grpc.RpcError``, dynamically: this can
only be done at run-time because it's not possible to use the Cython
class until all Cython code has been compiled, which happens after the
``grpc`` module has been loaded.
The new ``AioRpcError`` exception lives inside the ``experimental``
module.
Fixes https://github.com/grpc/grpc/issues/19871
5 years ago
matthewstevenson88
0362df725f
Merge pull request #19778 from matthewstevenson88/spiffe1
...
Add C++ wrapper for SPIFFE credentials v2
5 years ago
Esun Kim
643718c844
Merge pull request #20536 from veblush/manylinux-dockers
...
Update docker images for manylinux
5 years ago
Muxi Yan
48d0d6f5ad
Add GRPCUnaryResponseHandler
5 years ago
Muxi Yan
09a3cbd4f3
Merge pull request #20527 from muxi/internal-tests-umbrella
...
Fixed an issue where Swift application depending on gRPC is unable to archive
5 years ago
Soheil Hassas Yeganeh
5529c7c218
Merge pull request #20551 from soheilhy/fix-benchmark-flaky
...
Deflake QPS test.
5 years ago
Soheil Hassas Yeganeh
3081898d3e
Deflake QPS test.
...
In https://github.com/grpc/grpc/pull/20328 , we started shutting down the
servers and the clients at the time to make the benchmark resilient.
Since servers and clients are shutdown in parallel, there is always a
chance that they observe cancelled RPCs. This resulted in QPS benchmarks
failing. In this commit, we also accept cancelled RPCs in addition to
OK RPCs.
Fixes #20509
5 years ago
James Newton-King
4086431c1d
Add generic variance to reader and writer interfaces
5 years ago
Juanli Shen
1ecded0629
Merge pull request #20543 from AspirinSJL/triage_rotation
...
Hand off triage duty to Juanli
5 years ago
Mark D. Roth
2afaec231d
xds client bootstrap file
5 years ago