Jan Tattermusch
ec3338dc9d
add cmake generator option
7 years ago
Jan Tattermusch
91eeb79e52
cleanup building c/c++ on windows
7 years ago
Jan Tattermusch
7005d7afa1
fix windows protoc artifact build
7 years ago
Jan Tattermusch
eff25f9f5c
remove check_vsprojects sanity test
7 years ago
Jan Tattermusch
add32254eb
adjust run tests matrix
7 years ago
Jan Tattermusch
6521c5078c
build C tests and protoc artifacts on windows with cmake
7 years ago
Matt Kwong
c5fd890b13
Don't rerun flakes when uploading results to BQ
7 years ago
Stanley Cheung
568fd3e292
Bump Protobuf to v3.4.0
7 years ago
Sree Kuchibhotla
15d9164fa7
Modify run_tests.py to accept a list of polling engines
7 years ago
Jan Tattermusch
fb7c9a485b
auto_set_flakes should respect platform
7 years ago
Stanley Cheung
83f6b70806
Bump protobuf to 3.4.0rc3
7 years ago
Jan Tattermusch
61c913531c
fix windows performance benchmarks
7 years ago
Adele Zhou
566c4c022c
merge changes
7 years ago
Stanley Cheung
b643a5f413
Bump to protobuf 3.4.0rc2
7 years ago
Stanley Cheung
1bdfcda04a
Bump protobuf version to v3.4.0rc1
7 years ago
Stanley Cheung
5fd85b58e6
PHP: update codegen plugin to support php_namespace option
7 years ago
Jan Tattermusch
0557f6cd41
run objc tests exclusively
7 years ago
Jan Tattermusch
9359e50045
objc tests cleanup
7 years ago
Adele Zhou
c210147eab
Correct no_report_files_found and error fields
7 years ago
jiangtaoli2016
25d6fd82d1
split tsi library into two
7 years ago
Vijay Pai
0d66b437ac
Check that all structs/unions in public core headers have named types
7 years ago
jiangtaoli2016
32f66e8a81
Update build rule
7 years ago
Jiangtao Li
0211cfb277
Revert "Revert "Add TSI zero-copy frame protector""
7 years ago
Jiangtao Li
f5504a3e43
Revert "Add TSI zero-copy frame protector"
7 years ago
jiangtaoli2016
72eeb3c6dd
split tsi into two libraries: tsi_interface and tsi
7 years ago
Alex Polcyn
cf38c00890
iamge to image in interop test script
7 years ago
Mark D. Roth
f9bf428489
Add support for service configs to c-ares resolver.
7 years ago
Adele Zhou
87c38e9559
Modify build stats tool.
7 years ago
David Garcia Quintas
4862359354
Improve flakes query
7 years ago
jiangtaoli2016
3aaa5ea028
minor fix
7 years ago
Eric Gribkoff
92bc7f940e
Enable compression interop tests for Java clients
7 years ago
Jan Tattermusch
fa759d7ae5
auto_set_flakes also reruns tests that timeout
7 years ago
Jan Tattermusch
824a2b3b9f
remove unused stress test script
7 years ago
Vijay Pai
168034b2f0
Test against grpc++_unsecure when possible. Provide unsecure version of test_util
7 years ago
Noah Eisen
686437ada9
Add repro
7 years ago
Vijay Pai
4280725bb3
Clean up grpc++_unsecure so that it doesn't require secure content anymore
7 years ago
jiangtaoli2016
7001bc279b
Add TSI zero-copy frame protector
7 years ago
Yuchen Zeng
f630ff2555
Update build.yaml, fix format
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
Sree Kuchibhotla
fc58bd827e
Fix streaming_error_response test (failing in epoll1 but bug is not related to epoll1)
7 years ago
Nathaniel Manista
69b7231776
gRPC Python test infrastructure
...
(The time-related first part of it, anyway.)
7 years ago
Guantao Liu
3d3403d3a8
Update the scenario result schema
7 years ago
Adele Zhou
4a8ecf047c
Exit 1 if some tests fail.
7 years ago
Sree Kuchibhotla
9d87421328
Disable epoll1 - so that I can merge whatever I have until now
7 years ago
Yash Tibrewal
c62ce80b80
Test credentials are passed with channel arg. Renamed macros and refactored code as per suggestions. Renamed test to proxy_auth and changed it to use simple_request instead of a payload.
7 years ago
Yash Tibrewal
f7350ea6b7
Adding connect auth feature. Proxy-Authorization header is being inserted when user creds are present in uri
7 years ago
ncteisen
268a82398c
Pull flow control into one module
7 years ago
ncteisen
b9b376ccd4
Ban the silent version
7 years ago
murgatroid99
79e2d8e89f
libuv tests: skip a test that spawns a thread
7 years ago
murgatroid99
b8e07ad780
Add asserts that uv calls all run on the same thread
7 years ago