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
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
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
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
30b0a06e8f
Categorize accumulated stats by methods.
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
Yang Gao
e3167b596c
Merge pull request #24691 from Capstan/retire-flags
...
Retire deprecated auth-related grpc_cli flags
4 years ago
Mark D. Roth
27e1c1c56d
clang-tidy: enable google-readability-braces-around-statements
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
yang-g
ec074a0df9
Remove hack for Xcode 10
4 years ago
Benjamin Shaya
702edbeee4
Add support for "unix-abstract:" URIs to support abstract unix domain sockets
...
Adapted from #21278 by @mheese
4 years ago
Lidi Zheng
85d0d548c4
Increase the timeout of Python basic tests on Windows
4 years ago
capstan
27c0b32668
Retire flags
4 years ago
Esun Kim
8288687032
Merge pull request #24653 from Capstan/absl-flags
...
Roll forward of commit 7883b51: Use abseil's flags in tests.
4 years ago
capstan
131579d52d
Roll forward of commit 7883b51: Use abseil's flags in tests.
...
This replaces gflags. Added TODOs where use of `absl::Duration` or `absl::FlagSaver` might be preferred in follow-up cleanup. Fixes #24493 .
This reverts commit da66b7d14e
.
NEW:
* Adds references to `absl/flags/declare.h`, new to LTS 2020923.2 imported in commit 5b43440
.
* Works around MSVC 2017 compiler error with large help text on flags by reducing the help text.
4 years ago
Esun Kim
23e0a04060
Merge pull request #24682 from veblush/no-xds-size
...
Remove XDS size test
4 years ago
Esun Kim
849368ece5
Remove XDS size test
4 years ago
Yash Tibrewal
e31de9f4f4
Merge pull request #24671 from yashykt/cdsupdate
...
Update CertificateProviderInstance passing to include certificate name
4 years ago
Esun Kim
c459f458a3
Merge pull request #24303 from veblush/sym-all
...
Enable Abseil crash handler on Windows
4 years ago
Esun Kim
ccdfcc2ee8
Add workaround for bazel
4 years ago
Esun Kim
4563ff9780
Enable Abseil crash handler on Windows
4 years ago
Michael Lumish
273e3cfb79
Update Node examples to use @grpc/grpc-js
4 years ago
Jan Tattermusch
ce4870d159
Merge pull request #24663 from codeblooded/python/enhancement/standardize-server-port
...
Make python qps_worker --server_port consistent
4 years ago
Yash Tibrewal
398968d90e
Merge pull request #24646 from yashykt/updatebootstrapstring
...
Update BootstrapString() for certificate providers
4 years ago
yulin-liang
0e7faed883
Fix flaky ios-cpp-test-cronet test.
4 years ago
Yash Tibrewal
37445bfa59
Merge pull request #24651 from yashykt/reenableobjctest
...
Re-enable testKeepaliveWithV2API
4 years ago
Yash Tibrewal
0d4069a7a3
Update CertificateProviderInstance passing to include certificate name
4 years ago
Ben Reed
eacf3ba54f
Make python qps_worker --server_port consistent
...
The python qps_worker was changed in grpc/grpc#24350 , adding support for
the --server_port flag. When the --server_port flag was set, the python
worker ignored the port specified in the Scenario's ServerConfig.
This behavior was inconsistent with Java and Go. In the workers for
those languages, the --server_port flag was used only when the
Scenario's ServerConfig port was unset. It did not override.
This commit alters the behavior of the python qps_worker to match Java
and Go, similar to grpc/grpc#24661 for C++. In addition, it updates the
documentation for the flag.
4 years ago
Yash Tibrewal
f22e350b0a
Update bootstrap string for certificate providers
4 years ago
Esun Kim
5fc1a7c8cc
Merge pull request #24664 from veblush/fix-stacktrace-test2
...
Disable debugging-test when running with MUSL
4 years ago