Esun Kim
e7b9404dc0
Added grpc_stacktrace_minloglevel
4 years ago
Lidi Zheng
16157cebe9
Hopefully fixed 27 build on winserver2016
...
* Download the working msys64 and use it to compile 27
* Remove the cygwin detection override logic
* Only install Python interpreters in jobs running on winserver2016
* Fix the batch script substring check
* Increase the timeout for related jobs
* TIL that there is an allow list for Kokoro env vars
4 years ago
Lidi Zheng
511af22c78
Hopefully fixed 27 build on winserver2016
...
* Download the working msys64 and use it to compile 27
* Remove the cygwin detection override logic
* Only install Python interpreters in jobs running on winserver2016
* Fix the batch script substring check
* Increase the timeout for related jobs
* TIL that there is an allow list for Kokoro env vars
4 years ago
Donna Dionne
e4a060fb1e
Adding client changes needed for circuit breaking tests
...
- reworking interop client to accpet ClientConfig RPC
- adding new stats RPC
4 years ago
Chengyuan Zhang
bf202c5399
Merge pull request #24779 from voidzcy/impl/set_circuit_breaking_env_var_in_test_env
...
Set enabling circuit breaking env var in xDS test client environment
4 years ago
Eric Gribkoff
ce63c1c2d9
Merge pull request #24797 from ericgribkoff/less_backends
...
Delay creation of extra backend services
4 years ago
Eric Gribkoff
80c5d68b82
Delay creation of extra backend services
4 years ago
ZhenLian
d74e43da95
Add File Watcher Certificate Provider API
4 years ago
Chengyuan Zhang
71057c6031
Set enabling circuit breaking env var in xDS test client environment.
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
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
Chuan Ren
bedaeb5265
Add aws signature v4 signer
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
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
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
yulin-liang
d908f6fc18
Extend the timeout for ios-cpp-test-cronet
4 years ago
yulin-liang
3df9479697
update boringssl dependency to master-with-bazel commit SHA
4 years ago
Esun Kim
f3e75c1fa9
Add stack-tracer to gRPC
4 years ago
Yash Tibrewal
e11a670736
Add XdsCertificateProvider
4 years ago
ZhenLian
d5d35650b0
add API to get last modification time of a file
4 years ago
Jan Tattermusch
4dfd34f002
add a simple export tool for JSON performance scenarios
4 years ago
Jan Tattermusch
6c43b2c98a
add netcoreapp3.1 C# distribtest
4 years ago
Jan Tattermusch
e274e7b93a
add C# distribtest for .NET 5
4 years ago
Esun Kim
5b4344063e
Upgrade Abseil to LTS 2020923.2
4 years ago
Eric Gribkoff
2f2abdf22a
yapf
4 years ago
Eric Gribkoff
f73d7af85d
Make it possible to use pre-existing client processes
4 years ago
ZhenLian
518ed1303c
Add Credential Loading From Static Providers For TLS Credentials
4 years ago
Jan Tattermusch
e7f5fe1605
dont include x86 grpc_csharp_ext for linux and mac
4 years ago