Yuchen Zeng
e5cd1765ff
Merge pull request #11927 from y-zeng/nameser
...
Add src/core/lib/iomgr/nameser.h
7 years ago
Yuchen Zeng
2d6ce74591
Update BUILD
7 years ago
David G. Quintas
433f7bce2d
Merge pull request #11948 from dgquintas/grpclb_fix_rr_shutdown_connectivity
...
Fix bug in handling of RR connectivity transition to SHUTDOWN
7 years ago
David G. Quintas
aaf623ac66
Merge pull request #11965 from dgquintas/grpclb_lb_channel_conn_state_subscription
...
Watch the LB channel using the right initial conn. state
7 years ago
Muxi Yan
8dc1b7db51
Merge pull request #11732 from muxi/update-podspecs
...
Advance versions of BoringSSL and protoc
7 years ago
Matt Kwong
5d2e555075
Merge pull request #11961 from matt-kwong/kokoro_mac_bq
...
Enable BQ access for Kokoro Macs
7 years ago
Jan Tattermusch
5facbba876
Merge pull request #11952 from jtattermusch/kokoro_windows_bigquery_upload
...
Upload test results to bigquery on Kokoro windows
7 years ago
Jan Tattermusch
a02d8c882d
Merge pull request #11930 from jtattermusch/csharp_safe_threadpool
...
C#: offload work from GrpcThreadPool by default.
7 years ago
Jan Tattermusch
b74b94cdac
better way to enable fetching GCE default credentials
7 years ago
Jan Tattermusch
a8381dee2c
add back --bq_result_table aggregate_results
7 years ago
Jan Tattermusch
f0cf6e2b6c
fix fetching of GCE default credentials on kokoro windows
7 years ago
Jan Tattermusch
02f3b8604e
Merge pull request #11950 from jtattermusch/kokoro_cleanup
...
Kokoro config cleanup & improvements
7 years ago
Noah Eisen
80b688b317
Merge pull request #11959 from ncteisen/qps-opt
...
Avoid Benchmarking Allocs
7 years ago
apolcyn
cace6a9e4f
Merge pull request #11963 from apolcyn/fix_ruby_bidi_error_terminate
...
Improve completion of bidi calls when there is an initial error
7 years ago
Sree Kuchibhotla
a4da109081
Merge pull request #11958 from sreecha/fix-asan
...
Fix use after free error in cq
7 years ago
David Garcia Quintas
fc950fbeb5
Fix bug in handling of RR connectivity transition to SHUTDOWN
7 years ago
ncteisen
0133cc6fd8
Avoid benchmarking allocs
7 years ago
David Garcia Quintas
6a7935e14e
Watch the LB channel using the right initial conn. state
7 years ago
Alexander Polcyn
cd22f11905
properly finish bidi calls when there is an initial error
7 years ago
Matt Kwong
1f92c17bed
Enable BQ access for Kokoro Macs
7 years ago
Sree Kuchibhotla
a0bfba2122
Fix use after free error in cq
7 years ago
Mark D. Roth
1d27c66d8e
Merge pull request #11923 from markdroth/grpclb_drop_protocol_changes
...
Use new protocol for reporting dropped calls to grpclb balancer.
7 years ago
Mark D. Roth
e7751807e2
Use new protocol for reporting dropped calls to grpclb balancer.
7 years ago
Yuchen Zeng
f630ff2555
Update build.yaml, fix format
7 years ago
Yuchen Zeng
bc6637756c
Add src/core/lib/iomgr/nameser.h
7 years ago
Jan Tattermusch
fa60ec70e3
Remove "--bq_result_table aggregate_results" from windows basictests.
7 years ago
Jan Tattermusch
db8063b133
install google-api-python-client to kokoro windows workers
7 years ago
Jan Tattermusch
9701a4d4b2
kokoro config cleanup
7 years ago
Jan Tattermusch
25c9ec7f5c
Merge pull request #11942 from jtattermusch/try_fix_linux_artifact_timeout
...
Prevent timeouts for linux artifact build on Kokoro
7 years ago
Jan Tattermusch
965ac3f48e
Merge pull request #11941 from jtattermusch/kokoro_job_revamp
...
Kokoro job configuration improvements
7 years ago
Muxi Yan
ddc0d37488
Merge pull request #11780 from muxi/stream_compression_transport
...
Implement stream compression - transport layer
7 years ago
Mark D. Roth
c44f036ee2
Merge pull request #11905 from markdroth/byte_stream_shutdown
...
Improvements to grpc_byte_stream API and handling.
7 years ago
Mark D. Roth
5794061764
Improvements to grpc_byte_stream API and handling.
...
- Add shutdown() method (to be used in forthcoming call combiner code).
- Use a vtable instead of storing method pointers in each instance.
- Check all callers of pull() to make sure that they are properly
handling errors.
- Clarify ownership rules and attempt to adhere to them.
- Added a new grpc_caching_byte_stream implementation, which is used in
http_client_filter to avoid having to read the whole send_message byte
stream before passing control down the stack. (This class may also be
used in the retry code I'm working on separately.)
- As part of this, did a major rewrite of http_client_filter, which
made the code more readable and fixed a number of potential bugs.
Note that some of this code is hard to test right now, due to the fact
that the send_message byte stream is always a slice_buffer stream, for
which next() is always synchronous and no destruction is needed.
However, some future work (specifically, my call combiner work and
Craig's incremental send work) will start leveraging this.
7 years ago
Guantao Liu
3064423b71
Merge pull request #11926 from guantaol/patch_dashboard_schema
...
Patch dashboard schema to add new metrics 'Queries/CPU-sec'
7 years ago
Michael Lumish
9c3f43f774
Merge pull request #11921 from adam-26/1745
...
Fix issue from google/protobuf#1745 - javascript allow dot in filename
7 years ago
Jan Tattermusch
36d0056c14
prevent timeouts for linux artifact build
7 years ago
Jan Tattermusch
66e7c6785f
revamp kokoro macos jobs
7 years ago
Jan Tattermusch
bc699ed5da
revamp kokoro windows jobs
7 years ago
Jan Tattermusch
7b538dda77
grpc_basictests for mac
7 years ago
Jan Tattermusch
738a76656c
delete unused grpc_master.cfg
7 years ago
Jan Tattermusch
88c5b585df
Merge pull request #11937 from jtattermusch/kokoro_report_index
...
Generate kokoro_index.html before starting kokoro build
7 years ago
Jan Tattermusch
4095cd9de4
address comments
7 years ago
Yang Gao
986f056ee9
Merge pull request #11865 from yang-g/avl_interface
...
Adding user_data to avl interface so that an exec_ctx can be passed in.
7 years ago
Jan Tattermusch
75e9eaed44
reduce threadpool size for qps benchmarks
7 years ago
Jan Tattermusch
7dbd72497c
introduce inlineHandlers setting
7 years ago
Jan Tattermusch
633434aed2
dont run user handlers on grpc threadpool threads
7 years ago
Jan Tattermusch
fa91995811
add prepare_build_windows.bat script
7 years ago
Jan Tattermusch
3b091ee059
upload reports as artifacts
7 years ago
Jan Tattermusch
b7a7301cb8
add script to generate index.html report
7 years ago
Nathaniel Manista
b414268580
Merge pull request #11901 from nathanielmanistaatgoogle/grpc_testing
...
gRPC Python test infrastructure.
7 years ago