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
Chengyuan Zhang
66feb8c2d9
Implement the basic test case for limiting max number of concurrent RPCs.
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
Esun Kim
4c37a5003d
Disable debugging-test when running with MUSL
4 years ago
Jan Tattermusch
a951c7632a
Merge pull request #24661 from jtattermusch/qps_worker_server_port
...
Make qps_worker --server_port behavior consistent with java
4 years ago
Esun Kim
75132bb0de
Merge pull request #23866 from veblush/enable-abseil-sync-all
...
Enable GPR_ABSEIL_SYNC on Apple
4 years ago
Esun Kim
33806f3e5f
Merge pull request #24543 from Capstan/py3-buildgen
...
Run `tools/buildgen` scripts under Python 3.
4 years ago
Jan Tattermusch
a6b5e5c73a
make qps_worker --server_port behavior consistent with java
4 years ago
Esun Kim
da53ff02c7
Merge pull request #24659 from veblush/fix-stacktrace-test
...
Disable stack-trace tests in Release
4 years ago
Esun Kim
b85e2ebc8f
Disable debugging-test in Release
4 years ago
capstan
3b9484afcb
Rerun tools/buildgen/generate_projects.sh under Python 3.
...
This generates reordered lists, presumably dict traversal issues, and there are whitespace diffs in the emitted .json files.
4 years ago
capstan
7267c8fcd9
Python3-ize tools/buildgen.
...
* Ran `2to3` on `tools/buildgen` and the `gen_build_yaml.py` files.
* Updated the invocations of python to be explicitly Python 3.
* Changed the loader in `mako_renderer.py` to allow pickle to find the module for pickling `external_version.Version`
* Added a few open-as-binary to placate readers/writers expecting bytes.
* Hand tweaked the templates to remove `iteritems` and fiddle with encodings.
Partially addresses #24359 .
4 years ago
yulin liang
d39e7133c5
Merge pull request #24658 from yulin-liang/cronet-test-timeout
...
Extend timeout for ios-cpp-test-cronet
4 years ago
Ashitha Santhosh
d8d1090b98
Merge pull request #24616 from ashithasantosh/clang_tidy_fix
...
Fix compilation errors after clang-tidy upgrade.
4 years ago
yulin liang
75044f89f1
Merge pull request #24657 from yulin-liang/update-boringssl
...
1.34 Release [T - 4w] Updating boringssl
4 years ago
Esun Kim
e0cbc7e5dd
Merge pull request #24245 from veblush/stacktrace
...
Add stack-tracer to gRPC
4 years ago
Esun Kim
ead5db0bae
Merge pull request #24641 from veblush/tidy-google-global-names-in-headers
...
[Clang-Tidy] Enable google-global-names-in-headers
4 years ago
Esun Kim
55ccc1f4b3
Enable GPR_ABSEIL_SYNC on Apple
4 years ago
Esun Kim
4b65b58a84
Merge pull request #24656 from veblush/add-bazelignore
...
Add .bazeligore
4 years ago
yulin-liang
d908f6fc18
Extend the timeout for ios-cpp-test-cronet
4 years ago
yulin-liang
6436f81167
Second regeneration
4 years ago
yulin-liang
d578fa48f0
Increment podspec version
4 years ago
Esun Kim
01add836ec
Add .bazelignore
4 years ago
yulin-liang
8383c5a94f
generate boringssl prefix headers
4 years ago
yulin-liang
1cde398471
Updated sha256
4 years ago
yulin-liang
afc556a4c3
renegerate files
4 years ago