Lidi Zheng
5ea36eb47c
Revert "Revert "Resolve warnings and deprecations in several scripts in tools""
4 years ago
Chengyuan Zhang
71057c6031
Set enabling circuit breaking env var in xDS test client environment.
4 years ago
yulin-liang
fee284d853
Regenerate projects
4 years ago
yulin-liang
2ffa791ae6
Regenerate projects
4 years ago
Jan Tattermusch
dcb3f8c73e
Revert "Resolve warnings and deprecations in several scripts in tools"
4 years ago
Jan Tattermusch
cf3d407e69
upgrade dart interop SDK to 2.10
4 years ago
Esun Kim
61deee2217
Disable ASSERT_EQ in ConnectLoop on Mac
4 years ago
Chengyuan Zhang
972978c11e
Fix formatting.
4 years ago
capstan
1f670397ce
Remove gflags.
...
With the move to abseil's flags, this removed the now-unnecessary submodule and installation commands.
4 years ago
Chengyuan Zhang
00bb398c58
Perform circuit breaking test with dedicated backend services.
4 years ago
Chengyuan Zhang
3fef71243a
Use two extra backend services for circuit breaking test.
4 years ago
Lidi Zheng
1389fa7426
Incur setuptools as an dependency for grpcio_tools
4 years ago
Lidi Zheng
35f48d584d
Explicitly import "util"
4 years ago
Lidi Zheng
6339ae9a4a
Use Python3 for build_cleaner
4 years ago
Lidi Zheng
a9361ecc62
Update build_cleaner
4 years ago
Lidi Zheng
39504dd984
Add --ignore-installed
4 years ago
Lidi Zheng
9191625db7
Upgrade yaml
4 years ago
Lidi Zheng
76aade3eac
Resolve warnings and deprecations in several scripts in tools
4 years ago
Lidi Zheng
0e275f3d2b
Change to explicitly encode
4 years ago
Lidi Zheng
e191e98f37
Unify the encoding to ascii
4 years ago
Lidi Zheng
892e7bacb1
Explicitly set encoding to ascii to prevent TypeError in 3.7+
4 years ago
Esun Kim
0859a3e43a
Add a workaround for CERTIFICATE_VERIFY_FAILED
4 years ago
Esun Kim
bfdfc9eabc
Python3 ios_bin/binary_size.py
4 years ago
Patrice Chalin
7f5c7d57a4
Copyedits to release header
4 years ago
Chuan Ren
bedaeb5265
Add aws signature v4 signer
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
Yash Tibrewal
d45bbe46e0
File watcher certificate provider config parsing
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
Jan Tattermusch
a8f7b2d005
stop using GrpcTesting-d0eeee2db331.json for RBE authentication on linux
4 years ago
Jan Tattermusch
e58f0129d2
Stop relying on rbe-windows-credentials.json
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
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
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
Chengyuan Zhang
9a2a75f830
Directly use enum values defined in the message instead of doing string conversion.
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
66feb8c2d9
Implement the basic test case for limiting max number of concurrent RPCs.
4 years ago
Lidi Zheng
85d0d548c4
Increase the timeout of Python basic tests on Windows
4 years ago
Esun Kim
849368ece5
Remove XDS size test
4 years ago
Esun Kim
ccdfcc2ee8
Add workaround for bazel
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