Lidi Zheng
|
4dab5d3deb
|
Merge pull request #24718 from lidizheng/stop-ctrl-c-spam
Stop the spamming log generated by ctrl-c for AsyncIO server
|
4 years ago |
Chengyuan Zhang
|
ce1978c71b
|
Merge pull request #24704 from voidzcy/impl/circuit_breaking_interop_test_advanced
Implement xDS circuit breaking interop test.
|
4 years ago |
yulin liang
|
850f0c7c86
|
Merge pull request #24672 from yulin-liang/flaky-cronet-test
Fix flaky ios-cpp-test-cronet test.
|
4 years ago |
Lidi Zheng
|
6b76701426
|
Merge pull request #24720 from lidizheng/oct-or-dec
Hard code the base of the number parsing to decimal
|
4 years ago |
Yash Tibrewal
|
0b4c258354
|
Merge pull request #24711 from yashykt/filewatcherconfig
File watcher certificate provider config parsing
|
4 years ago |
Adam J Heller
|
ddadc7a001
|
Merge pull request #24708 from drfloob/surface_build_gen_failures
Surface build errors from generate_projects.sh
|
4 years ago |
Lidi Zheng
|
ab96b012ee
|
Hard code the base of the string to decimal
|
4 years ago |
AJ Heller
|
b2d3d157e3
|
Make generate_projects.sh fail earlier on job errors
|
4 years ago |
Chengyuan Zhang
|
16d6b8044f
|
Fix lint, formatting.
|
4 years ago |
yulin liang
|
434ee1a522
|
Merge pull request #24719 from yulin-liang/empty_initial_metadata
InitialMetadata callback shouldn't be triggered with empty initialMet…
|
4 years ago |
Chengyuan Zhang
|
643e5bcd1e
|
Merge pull request #24703 from voidzcy/impl/update_xds_interop_test_proto
Update xDS interop test proto to aggregate accumulated stats based on RPC methods.
|
4 years ago |
Yash Tibrewal
|
d45bbe46e0
|
File watcher certificate provider config parsing
|
4 years ago |
Lidi Zheng
|
c0e0207fde
|
Add the empty line back
|
4 years ago |
Lidi Zheng
|
a012edf10f
|
Stop the ctrl-c spam
|
4 years ago |
yulin-liang
|
27e6e97754
|
InitialMetadata callback shouldn't be triggered with empty initialMetadata.
|
4 years ago |
Lidi Zheng
|
3a81243cbd
|
Merge pull request #24717 from lidizheng/unary-stream-exp
Optimization single-threaded unary-stream benchmark
|
4 years ago |
donnadionne
|
135bc2e2cd
|
Merge pull request #24674 from donnadionne/ignore
Add option to priority policy to ignore reresolution requests from a given child.
|
4 years ago |
donnadionne
|
ae55be3fff
|
Merge pull request #24683 from donnadionne/protect_timeout
Protect timeout feature under a flag and added testing.
|
4 years ago |
Lidi Zheng
|
89fa7203d0
|
Add a special optimization for 1 rpc unary-stream sync
|
4 years ago |
Donna Dionne
|
2dc58be3b5
|
Protect timeout feature under a flag and added testing.
|
4 years ago |
Donna Dionne
|
be773d7cca
|
Add option to priority policy to ignore reresolution requests from a given child.
|
4 years ago |
Chengyuan Zhang
|
07ddf4eaef
|
Enhance logging messages.
|
4 years ago |
Chengyuan Zhang
|
003ce563f4
|
Only disable config validation for circuit breaking test.
|
4 years ago |
Michael Lumish
|
cc03415b78
|
Merge pull request #24679 from murgatroid99/node_examples_grpc-js
Update Node examples to use @grpc/grpc-js
|
4 years ago |
Jan Tattermusch
|
ab719ddad3
|
Merge pull request #24706 from jtattermusch/win_rbe_no_key
Stop requiring json key for RBE on Linux and Windows
|
4 years ago |
Yang Gao
|
4ac9c6f755
|
Merge pull request #24693 from yang-g/remove_log
Remove hack for Xcode 10
|
4 years ago |
Nicolas 'Pixel' Noble
|
05adff7f78
|
Passing to Esun.
|
4 years ago |
Mark D. Roth
|
6c549d46de
|
Merge pull request #24500 from beshaya/abstract_namespace
Add support for "unix-abstract:" URIs to support abstract unix domain sockets
|
4 years ago |
Jan Tattermusch
|
a8f7b2d005
|
stop using GrpcTesting-d0eeee2db331.json for RBE authentication on linux
|
4 years ago |
Mark D. Roth
|
b852af8f49
|
Merge pull request #24694 from markdroth/clang_tidy_if_braces
clang-tidy: enable google-readability-braces-around-statements
|
4 years ago |
Jan Tattermusch
|
e58f0129d2
|
Stop relying on rbe-windows-credentials.json
|
4 years ago |
Chengyuan Zhang
|
8d023a478c
|
Update test description.
|
4 years ago |
Chengyuan Zhang
|
bd0b4bb367
|
Implement more advanced circuit breaking test with two backend services.
|
4 years ago |
Chengyuan Zhang
|
df64f452de
|
Configure client to send both unary and empty calls.
|
4 years ago |
Chengyuan Zhang
|
8c24041c37
|
Enable running circuit_breaking_test_advanced.
|
4 years ago |
Chengyuan Zhang
|
30b0a06e8f
|
Categorize accumulated stats by methods.
|
4 years ago |
Chengyuan Zhang
|
c7506e9b41
|
Implement advanced circuit breaking test
|
4 years ago |
Chengyuan Zhang
|
d25d8d64a3
|
Ensure number of outstanding RPCs being stable.
|
4 years ago |
Chengyuan Zhang
|
4f5d6e44a6
|
Formatting.
|
4 years ago |
Chengyuan Zhang
|
172b59be33
|
Fix formatting.
|
4 years ago |
Chengyuan Zhang
|
1d0bed27d6
|
Simplify test logic by only checking the number of RPCs being in-flight.
|
4 years ago |
Menghan Li
|
16284869d3
|
Merge pull request #24496 from menghanl/xds_test_doc
xds testing: add path matching and header matching to test desc
|
4 years ago |
Chengyuan Zhang
|
993050099d
|
Use _WAIT_FOR_BACKEND_SEC as the timeout for waiting a specific number of RPCs to be in-flight.
|
4 years ago |
Chengyuan Zhang
|
1746fae565
|
Eliminate unnecessary wait_until_all_rpcs_fail
|
4 years ago |
Yang Gao
|
e3167b596c
|
Merge pull request #24691 from Capstan/retire-flags
Retire deprecated auth-related grpc_cli flags
|
4 years ago |
Chengyuan Zhang
|
9a2a75f830
|
Directly use enum values defined in the message instead of doing string conversion.
|
4 years ago |
Mark D. Roth
|
27e1c1c56d
|
clang-tidy: enable google-readability-braces-around-statements
|
4 years ago |
Chengyuan Zhang
|
6c1907aa42
|
Move circuit_breaking from _TEST_CASES to _ADDITIONAL_TEST_CASES as not all languages have the feature ready.
|
4 years ago |
Chengyuan Zhang
|
b221b5e16e
|
Update test description.
|
4 years ago |
Lidi Zheng
|
6c7e91e633
|
Merge pull request #24692 from lidizheng/increase-timeout-basic-test
Increase the timeout of Python basic tests on Windows
|
4 years ago |