Jiangtao Li
|
22ecf0d319
|
Merge pull request #22542 from jiangtaoli2016/deprecate_hardcoded_test_keys
Avoid using hardcoded test credentials
|
5 years ago |
Lidi Zheng
|
6f00de087f
|
Aggregate common statement in both branches
|
5 years ago |
apolcyn
|
610533d47c
|
Merge pull request #22540 from apolcyn/per_target_service_configs
Add a flag used to allow qps_json_driver and qps_worker channels to use the "grpclb" LB policy
|
5 years ago |
Muxi Yan
|
a39d5407ae
|
upgrade BoringSSL
|
5 years ago |
Eric Gribkoff
|
b53a4b4145
|
Merge pull request #22564 from ericgribkoff/inline_logs
Add param to echo captured client output in logs
|
5 years ago |
Alexander Polcyn
|
962a8f28f9
|
Add a flag to set a grpclb+pick_first service config in
CreateTestChannel; use CreateTestChannel in qps_json_driver
|
5 years ago |
Eric Anderson
|
e456adff69
|
Merge pull request #22566 from ejona86/xds-external-bootstrap-gen
Add --bootstrap_file to run_xds_tests.py
|
5 years ago |
Muxi Yan
|
a65844c63a
|
build_project
|
5 years ago |
Muxi Yan
|
590415e1f3
|
Merge remote-tracking branch 'upstream/master' into boringssl-prefix-header
|
5 years ago |
Lidi Zheng
|
e00eb2fec2
|
Make pylint happy
|
5 years ago |
Lidi Zheng
|
8b1a6c8f45
|
Accepts normal iterable of request messages
|
5 years ago |
Eric Anderson
|
2ac5fde78a
|
Fix indentation
|
5 years ago |
Mark D. Roth
|
77c10eeedc
|
Merge pull request #22553 from markdroth/control_plane_creds_revert
Revert "Merge pull request #19693 from apolcyn/control_plane_creds"
|
5 years ago |
Jan Tattermusch
|
93055a5403
|
Merge pull request #22558 from grpc/cq-threading-flaky
Mark completion_queue_threading_test flaky
|
5 years ago |
Jan Tattermusch
|
e4ea74131d
|
add a bug reference
|
5 years ago |
Jan Tattermusch
|
576f79dff0
|
cleanup gen_build_yaml.py for end2end tests
|
5 years ago |
Yash Tibrewal
|
1e5aa76adf
|
Some notes on new filter implementation
|
5 years ago |
Yash Tibrewal
|
4ce897eddc
|
C++ize message compress filter
|
5 years ago |
Eric Gribkoff
|
843efcf3a0
|
Add param to echo captured client output in logs
|
5 years ago |
Muxi Yan
|
fca1320082
|
Upgrade BoringSSL commit number
|
5 years ago |
Muxi Yan
|
80414f6cf8
|
Fix BoringSSL-GRPC template
|
5 years ago |
Eric Anderson
|
a39479ac27
|
Add --bootstrap_file to run_xds_tests.py
This allows using an external bootstrap generator.
|
5 years ago |
Eric Gribkoff
|
46838d1a04
|
Merge pull request #22560 from ericgribkoff/update_pip
Update pip before installing grpcio
|
5 years ago |
Richard Belleville
|
23c32621d6
|
Fix all_the_cpythons. Add 3.5 to defaults
|
5 years ago |
Eric Gribkoff
|
86568c4de2
|
Update pip before installing grpcio
|
5 years ago |
Richard Belleville
|
0ec32634fb
|
Merge pull request #22549 from gnossen/simple_stubs_3_6_and_up
Add version check for Python 3.6 to simple stubs
|
5 years ago |
Donna Dionne
|
8e188e6540
|
Addressing code review changes (before writing new test)
|
5 years ago |
Lidi Zheng
|
006aafea85
|
Merge pull request #22541 from lidizheng/aio-poller-shutdown-error
[Aio] Fix AttributeError during deallocation of the completion queue
|
5 years ago |
Lidi Zheng
|
702cc0cf9d
|
Merge pull request #22539 from lidizheng/aio-list-metadata
[Aio] Support all sequential metadata
|
5 years ago |
Nicolas Noble
|
0f47005ad6
|
Removing obsolete comment.
|
5 years ago |
Muxi Yan
|
9a9fe5b361
|
build_projects
|
5 years ago |
Muxi Yan
|
d18091014c
|
Mark completion_queue_threading_test flaky
|
5 years ago |
Mark D. Roth
|
a483a6320e
|
Fix compression fuzzers.
|
5 years ago |
Richard Belleville
|
c1953880f7
|
Modify tests accordingly
|
5 years ago |
Jan Tattermusch
|
e33ca90b1c
|
Merge pull request #22552 from jtattermusch/disable_grpc_node
Temporarily disable badly broken node tests
|
5 years ago |
Mark D. Roth
|
41cfae4234
|
Revert "Merge pull request #19693 from apolcyn/control_plane_creds"
This reverts commit 162fccdb90 , reversing
changes made to 228e7557fa .
|
5 years ago |
Jan Tattermusch
|
326939fb64
|
temporarily disable node tests
|
5 years ago |
Richard Belleville
|
f15a6bf6e4
|
Add version check for Python 3.6 to simple stubs
|
5 years ago |
jiangtaoli2016
|
1680d41ccd
|
remove hardcoded test credentials
|
5 years ago |
Lidi Zheng
|
386977ff41
|
Annotate metadata variable as Tuple instead of Sequence
|
5 years ago |
Lidi Zheng
|
5cab833808
|
Make sanity tests happy
|
5 years ago |
Eric Gribkoff
|
f930b0bdcc
|
Merge pull request #22538 from ericgribkoff/use_image
Use image
|
5 years ago |
apolcyn
|
02b92dde35
|
Merge pull request #22528 from apolcyn/improve_cares_tracer
Include the request object in c-ares address sorting trace logs
|
5 years ago |
Lidi Zheng
|
2c24272bbd
|
Cast the complete queue to sub class to avoid AttributeError
|
5 years ago |
Lidi Zheng
|
dc1d1e165d
|
Add two more metadata tests
|
5 years ago |
Lidi Zheng
|
ee31a696ab
|
Cast metadata to tuple
|
5 years ago |
Mark D. Roth
|
e3b1c4335d
|
Merge pull request #22536 from markdroth/grpclb_load_reporting_test_flake
Fix flakiness in grpclb SingleBalancerWithClientLoadReportingTest.Vanilla test.
|
5 years ago |
Eric Gribkoff
|
63fb190f44
|
Revert "to revert: run on kokoro"
This reverts commit 936ab4da4f .
|
5 years ago |
Muxi Yan
|
bebd78ee26
|
Restore inadvertent change
|
5 years ago |
Muxi Yan
|
215a192de3
|
Remove .gz.b64
|
5 years ago |