Noah Eisen
686437ada9
Add repro
7 years ago
Jan Tattermusch
632e6f2cb7
fix jobs attempting to use gfile service account key
7 years ago
Vijay Pai
4280725bb3
Clean up grpc++_unsecure so that it doesn't require secure content anymore
7 years ago
Adele Zhou
506cd0be69
Add PR configs for MacOS
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
Matt Kwong
1f92c17bed
Enable BQ access for Kokoro Macs
7 years ago
Yuchen Zeng
f630ff2555
Update build.yaml, fix format
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
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
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
4095cd9de4
address comments
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
Ken Payson
9c420447fa
Add classifiers to package details
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
ncteisen
2aab728245
regex to diff
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
Adele Zhou
ae5130da08
Download the json file
7 years ago
ncteisen
5c92dcde1e
Allow passing regex to bm_diff tools
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
Jan Tattermusch
713d7c93a8
ruby is already installed on kokoro ubuntu VMs
7 years ago
ncteisen
b9b376ccd4
Ban the silent version
7 years ago
Yong Ni
bbd348c5e1
Added all previous minor releases of gRPC to the matrix. Modified the testsuite name format for better display test results in sponge.
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
Jan Tattermusch
cb8eaaa883
fix grpcio_tools build on kokoro
7 years ago
Jan Tattermusch
a2eb6f7e70
set path to mingw on kokoro
7 years ago
Adele Zhou
457b02e6b2
Fix image path when pulled from dockerhub.
7 years ago
Yihua Zhang
1435bfc718
Add GTS plugin
7 years ago
Craig Tiller
d996379030
Reset OWNERS state
7 years ago
ncteisen
bdc6f70a55
Smarter regex, blander algo
7 years ago
ncteisen
920bf3cdac
Add tracer sanity test
7 years ago
Yong Ni
a808af1561
Added grpc_interop_matrix.cfg for kokoro.
7 years ago
Vijay Pai
3d7d5f4ed2
Create inproc transport, add relevant tests, exclude irrelevant tests
7 years ago
Craig Tiller
8a08400af2
Fix spam
7 years ago
Craig Tiller
98240d07b4
Fix another merging bug in mkowners
7 years ago
Yong Ni
51750dc7d1
Added c++ to interop_matrix. Per earlier conversation, interop_matrix will not run against different compiler/toolchains so we are not addding _<runtime> to c++. This simplifies our setup and reduces unnecesary complexities in the infrastructure.
7 years ago
Craig Tiller
92a85558bc
Fix argument ordering
7 years ago