Lidi Zheng
|
030b1b6a84
|
Update the pxd as well
|
5 years ago |
Lidi Zheng
|
82050ae192
|
Initialize credentials after IO engine set
|
5 years ago |
Richard Belleville
|
4185352aa0
|
Merge pull request #22385 from gnossen/creds_leak_rollback
Revert "Merge pull request #22373 from gnossen/creds_threads_and_breads"
|
5 years ago |
Richard Belleville
|
24e03778ea
|
Revert "Merge pull request #22373 from gnossen/creds_threads_and_breads"
This reverts commit 61a0212539 , reversing
changes made to 19d8e2c551 .
|
5 years ago |
Richard Belleville
|
34e320a439
|
Working client
|
5 years ago |
Jan Tattermusch
|
f2751504c1
|
Merge pull request #22363 from jtattermusch/win_rbe_port_blacklist
Blacklist a port that cannot be bound on WinRBE
|
5 years ago |
Lidi Zheng
|
1a0655d75c
|
Add comment about why we can't use cimport
|
5 years ago |
Lidi Zheng
|
65930d4be9
|
Remove the socket reader in shutdown
|
5 years ago |
Richard Belleville
|
61a0212539
|
Merge pull request #22373 from gnossen/creds_threads_and_breads
Stop Leak of one thread per call in case of reference cycle
|
5 years ago |
Lidi Zheng
|
19d8e2c551
|
Merge pull request #22165 from lidizheng/aio-benchmark
Integrate existing gRPC Python stack benchmarks with Bazel
|
5 years ago |
Jiangtao Li
|
c936391933
|
Merge pull request #22332 from jiangtaoli2016/sni_alert
Treat SNI mismatch as noack
|
5 years ago |
Jan Tattermusch
|
bccdd0cb29
|
Merge pull request #22356 from jtattermusch/more_flakes
Mark client_lb_end2end_test as flaky
|
5 years ago |
Jan Tattermusch
|
2f0f675ded
|
Merge pull request #22379 from jtattermusch/more_flaky_marking
Mark more tests as flaky
|
5 years ago |
Jan Tattermusch
|
01d635b92a
|
improve code readability
|
5 years ago |
Jan Tattermusch
|
e37f2fafbb
|
Merge pull request #22357 from jtattermusch/resource_quota_server_flaky_fixtures
Mark "resouce_quota_server" as flaky with certain fixtures
|
5 years ago |
Jan Tattermusch
|
0071566e67
|
Merge pull request #22380 from KyleFromKitware/list-append-cmake_module_path
Append to CMAKE_MODULE_PATH instead of replacing it
|
5 years ago |
Kyle Edwards
|
e208197cec
|
Regenerate CMakeLists.txt
|
5 years ago |
Kyle Edwards
|
bb8f6126ea
|
Append to CMAKE_MODULE_PATH instead of replacing it
|
5 years ago |
Jan Tattermusch
|
b24ddc02fd
|
regenerate projects
|
5 years ago |
Jan Tattermusch
|
2e266a82d9
|
mark end2end test as flaky
|
5 years ago |
Jan Tattermusch
|
e863750403
|
regenerate projects
|
5 years ago |
Jan Tattermusch
|
a791e16983
|
mark more tests as flaky
|
5 years ago |
Jan Tattermusch
|
84ae7981d2
|
blacklist a port that cannot be bound on WinRBE
|
5 years ago |
Lidi Zheng
|
7be8cef10a
|
Merge pull request #22369 from lidizheng/health-default
[Health Checking] Make the empty service default to SERVING state
|
5 years ago |
Eric Gribkoff
|
8d03f1d623
|
Merge pull request #22368 from ericgribkoff/increase_timeout_again
Increase timeout for GCP API operations
|
5 years ago |
Richard Belleville
|
59b040d3c4
|
Stop leaking threads
|
5 years ago |
Lidi Zheng
|
3779b12203
|
Enable skipped tests
|
5 years ago |
Mariano Anaya
|
da698286e4
|
Fix tests.json
Remove tests from the old branch (conflict resolution leftover issue).
|
5 years ago |
Mariano Anaya
|
963429864e
|
Skip failing tests due to a regression
Reported at https://github.com/grpc/grpc/issues/22302
|
5 years ago |
Mariano Anaya
|
bd4679439c
|
Add 'resources' to bazel build file
|
5 years ago |
Mariano Anaya
|
a8f7dfe4c5
|
Update exception used in test
|
5 years ago |
Mariano Anaya
|
dff4a30b6c
|
Fix build & address review comments
Fixes https://github.com/grpc/grpc/issues/20532
|
5 years ago |
Mariano Anaya
|
4d492d28a7
|
Add test for full-duplex call
|
5 years ago |
Mariano Anaya
|
8165cc2d97
|
Extend with more tests
|
5 years ago |
Mariano Anaya
|
33e15156bb
|
[WIP] Feedback on the PR
|
5 years ago |
Mariano Anaya
|
a3459d371d
|
Code cleanup
|
5 years ago |
Mariano Anaya
|
f2aad7e54c
|
Extend tests for secure channels & credentials
|
5 years ago |
Mariano Anaya
|
a1bb0bc6f8
|
Set error description
|
5 years ago |
Mariano Anaya
|
764be7ed92
|
Improve error message by including the error code
|
5 years ago |
Mariano Anaya
|
4ec09a0a26
|
[WIP] test call credentials
|
5 years ago |
Mariano Anaya
|
88e922c03f
|
Make the server test use SSL credentials
|
5 years ago |
Mariano Anaya
|
f44e4e2138
|
Renames according to PR comments
|
5 years ago |
Lidi Zheng
|
d43ac68bf3
|
Make the empty service default to SERVING state
|
5 years ago |
Lidi Zheng
|
c82f28d428
|
Use socket to synchronize cq and asyncio
|
5 years ago |
Eric Gribkoff
|
699817b709
|
Increase timeout for GCP API operations
|
5 years ago |
Karthik Ravi Shankar
|
6e69d0da9f
|
Merge pull request #22364 from karthikravis/update-rotation
Passing repo manager responsibility to donnadionne
|
5 years ago |
Lidi Zheng
|
da6f9a28bf
|
Merge pull request #22311 from lidizheng/aio-one-cq
[Aio] One completion queue & many-thread many-loop
|
5 years ago |
Eric Gribkoff
|
03d6b4b411
|
Merge pull request #22362 from ericgribkoff/set_bootstrap_network
Set TRAFFICDIRECTOR_NETWORK_NAME in bootstrap
|
5 years ago |
Lidi Zheng
|
562f3ca5f5
|
Add port needs a FQN
|
5 years ago |
Lidi Zheng
|
5d1651ff65
|
Don't graceful shutdown cq to avoid the deadlock
|
5 years ago |