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
Jan Tattermusch
8e39f76b10
work around slice_test compiler bug
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
Juanli Shen
7b2c6b4b27
Hand off triage duty to Juanli
5 years ago
Esun Kim
d4fd33e95b
Update docker images for manylinux
5 years ago
Zack Galbreath
d6f48913a1
Add distrib test for CMake pkg-config
5 years ago
Zack Galbreath
17f95ab1f5
Simplify helloworld makefile
...
Use pkg-config to automatically find grpc as a dependency of grpc++.
5 years ago
Zack Galbreath
d249dc9cf3
Update Makefile rules for .pc file creation
...
Change "Requires.private" to "Requires" so pkg-config can better provide gRPC's
dependencies.
5 years ago
Zack Galbreath
7bb75068b5
Create pkg-config files from CMake
5 years ago
Mark D. Roth
985d0f9ec8
Merge pull request #20520 from tanjunchen/fix-up-typo
...
fix typo in document
5 years ago
Matthew Stevenson
c7802d488a
Fixed a small typos from previous commit.
5 years ago
Matthew Stevenson
313bb5848e
Remove some unnecessary comments.
5 years ago
Matthew Stevenson
396dd9ac48
Merge branch 'spiffe1' of https://github.com/matthewstevenson88/grpc into spiffe1
5 years ago
Matthew Stevenson
ed198f5a54
Changed delete per Yang's comment.
5 years ago
Matthew Stevenson
c45a97d8cd
Changed delete per Yang's comment.
5 years ago
Mark D. Roth
c867a3d126
Merge pull request #20528 from markdroth/xds_tracing_fixes
...
Fix xds LB policy trace logging.
5 years ago
Moiz Haidry
a8b0ab8286
Merge pull request #20521 from mhaidrygoog/cleanup_tls
...
Initialize executor thread state globally and remove logic to destroy the thread state during shutdown
5 years ago
Mark D. Roth
a2ca1697a1
Fix xds LB policy trace logging.
5 years ago
Moiz Haidry
27ddb5ca25
Change logic to init executor thread state globally and remove the code to destroy the thread state repeatedly that is causing the race. Also remove the earlier atomic synchronization logic
5 years ago
Muxi Yan
5aa9a7e7b7
Move internal_testing to a separate subspec
5 years ago
Mark D. Roth
57bae312b9
Merge pull request #20512 from markdroth/xds_shutdown_fix
...
Clean up xds LB policy shutdown.
5 years ago
Moiz Haidry
64549a1857
Use atomic to control the thread race between the shutdown thread and the main thread.
5 years ago
tanjunchen
ccc5481ff0
fix typo in document
5 years ago
Jan Tattermusch
373fc2413a
Merge pull request #20505 from jtattermusch/fixes_multimachine_bm
...
Fixes in multimachine benchmark scripts
5 years ago
Jan Tattermusch
6bb4e68845
Merge pull request #20507 from jtattermusch/fix_win_rbe_opt
...
Fix windows RBE opt build
5 years ago
Arjun Roy
2486b0a2b0
Merge pull request #20353 from arjunroy/hpack_encoder_refactor_only
...
Refactor hpack encoder to be smaller footprint.
5 years ago
Esun Kim
8b5b1755ec
Merge pull request #20496 from veblush/fix-ruby-build
...
Use -static-libstdc++ for ruby.linux
5 years ago
Esun Kim
11058748fd
Merge pull request #20414 from veblush/fix-atomic-link
...
Added libatomic to gRPC python
5 years ago
Mark D. Roth
01c443f2a5
Clean up xds LB policy shutdown.
5 years ago
Jan Tattermusch
d10fb3ba99
fix win RBE opt build
5 years ago
Jan Tattermusch
6c0721276d
Fixes in multimachine benchmark scripts
5 years ago
Juanli Shen
ea7d7f9fe5
Merge pull request #20478 from AspirinSJL/ads
...
Use ADS
5 years ago
Jan Tattermusch
72c9ffb2e7
Merge pull request #20489 from jtattermusch/win_rbe_better_config
...
Windows bazel RBE improvements
5 years ago
Esun Kim
4bc9820241
Update comment
5 years ago
Esun Kim
d55154f7b8
Reformat code
5 years ago
Juanli Shen
2dc42a1e02
Use ADS
5 years ago
Esun Kim
55ae0f6f8d
Added libatomic to gRPC python
5 years ago
Esun Kim
a67213158c
Use -static-libstdc++ for ruby.linux
5 years ago
Mark D. Roth
85a500c13a
Merge pull request #20368 from markdroth/xds_client
...
Refactor EDS and LRS code from xds LB policy into new XdsClient API.
5 years ago
Juanli Shen
e130018bf5
Merge pull request #20432 from AspirinSJL/tune_xds
...
Tune xds test
5 years ago
Mark D. Roth
b01072586d
Refactor EDS and LRS code from xds LB policy into new XdsClient API.
5 years ago
rmstar
599098b729
Merge pull request #20464 from rmstar/perffixes
...
Cronet fixes
5 years ago
Juanli Shen
a85b78baa6
Merge pull request #20433 from tanjunchen/clean-doc
...
fix some spelling mistakes in document
5 years ago
Jan Tattermusch
17fc384b1e
add job config for Windows RBE opt config, upload test results
5 years ago
Jan Tattermusch
a6404953e7
Merge pull request #20490 from jtattermusch/disable_windows_client_stress_test
...
Temporarily disable client_channel_stress_test on win RBE
5 years ago
Jan Tattermusch
3fd325acf6
Merge pull request #20488 from jtattermusch/rbe_win_extra_info
...
Add extra kokoro build info to Win RBE runs
5 years ago
Jan Tattermusch
082f3dc14a
temporatily disable client_channel_stress_test on win RBE
5 years ago
Jan Tattermusch
2262e2b8e8
add extra kokoro build info to Win RBE runs
5 years ago