Yihua Zhang
81bc942cd8
security connector refactor
6 years ago
Jan Tattermusch
84c74b67f8
build C++ in benchmarks with cmake
6 years ago
Jan Tattermusch
185d7332ad
more reasonable timeouts scenario timeout
6 years ago
Jan Tattermusch
5d70ac18e0
too many C++ benchmarks considered "smoketest"
6 years ago
Yash Tibrewal
9b83b7d19e
Adding intercepted channel
6 years ago
Lidi Zheng
f57f142b23
Migrate to new dockerfile
6 years ago
Lidi Zheng
4b593bd084
Testing new dockerfile from scratch
6 years ago
Eric Anderson
b1c0ac704d
Format with tools/distrib/yapf_code.sh
6 years ago
Vishal Powar
a33e796575
Changes to register xds plugin init and shutdown.
...
Also,
- Changes to extract grpclb_proto into its own build target
- Remove client_load_reporting_filter from xds plugin.
6 years ago
Eric Anderson
cbd1b69caa
run_interop_tests: Use "GENERATED" comment in generated scripts
6 years ago
Jan Tattermusch
f2db10d64c
regenerate projects
6 years ago
Yash Tibrewal
b232bacf27
Starting on server interceptors
6 years ago
Vishal Powar
a95ea6dab4
Add new grpc lb plugin 'xds'
...
This plugin currently implements the grpclb protocol.
NOTE: All the files under xds/ directory have been cloned from grpclb/ and
will be updated in subsequently to support xds API.
6 years ago
Lidi Zheng
575549c077
Add support for python 3.7
6 years ago
Jan Tattermusch
9de25dc1e6
Revert "Add c++ google default creds to cloud to prod auth scenarios"
6 years ago
Jan Tattermusch
64e119504f
regenerate projects
6 years ago
Alexander Polcyn
4632895da9
Add java google default creds to cloud-to-prod interop scenarios
6 years ago
Jan Tattermusch
eac8b812b4
fixup #16837
6 years ago
Alexander Polcyn
aea5f109a6
Add c++ google default creds to cloud to prod auth scenarios
6 years ago
Mehrdad Afshari
be4b2db4ad
Strip manylinux1 binary wheels
6 years ago
Jan Tattermusch
22c6257040
only build with python27 in performance benchmarks
6 years ago
Jan Tattermusch
96ae5f9aaa
make sure port server runs locally too
6 years ago
Jan Tattermusch
b07cd51ccc
use Ninja to build grpc_csharp_ext windows artifact
6 years ago
Moiz Haidry
b4d5c7cee4
Benchmark test for callback unary gRPC
...
Every thread intitiates multiple RPCs. The Callback of the unary RPC then issues a new RPC and this goes until the benchmark shuts down. For shutdown the main thread waits on a conditional variable. After shutdown the callbacks increment a rpcs done variable and once the the rpcs done equate the the total number of outstanding rpcs, the last callback performing the increment operation also issues a signal to wake up the main thread. The mainthread process to join the other threads and perform cleanup
6 years ago
Jan Tattermusch
ce656957ea
address review comments
6 years ago
Jan Tattermusch
b4b24dc13d
yapf code
6 years ago
Jan Tattermusch
ef9cd82b08
fix build of performance benchmarks
6 years ago
Jan Tattermusch
0b67dfec9b
disable assembly optimizations for linux x86
6 years ago
Jan Tattermusch
01562865e5
remove TODO
6 years ago
Jan Tattermusch
a2b2927f72
fix backward compatibility mode on macos
6 years ago
Jan Tattermusch
409def0d73
build C# artifact using cmake
6 years ago
Jan Tattermusch
c08c3ccbae
build grpc_csharp_ext with cmake
6 years ago
Yash Tibrewal
1d999617e2
Add experimental versions with interceptors for create channel from fd and inproc channel
6 years ago
Hope Casey-Allen
4772a743e8
Delete hpack lookup table
6 years ago
Jan Tattermusch
d9f1aea9e3
regenerate projects
6 years ago
Yash Tibrewal
5525521456
Build changes
6 years ago
Menghan Li
c74e7fc668
add google default creds go tests
...
cloud_to_prod_auth google_default_creds tests are for c++
6 years ago
Jan Tattermusch
d8056c5906
rename _tempfile -> _logfile
6 years ago
Jan Tattermusch
2488dff74b
address comments
6 years ago
Jan Tattermusch
f952579464
make logs available by run_tests_matrix.py suites
6 years ago
Jan Tattermusch
87592fe9d9
support custom logfile name in jobset.py
6 years ago
Vijay Pai
be18cedf90
Delete epollsig poller and tests using it
6 years ago
Vijay Pai
9e6511ae2e
Make the core callback interface API so that it can be used in generated code
6 years ago
Hope Casey-Allen
327c514fe7
Some reorganizing to respond to code review comments
6 years ago
Jan Tattermusch
ee69685f79
yapf code
6 years ago
Jan Tattermusch
bfcde072c9
run_tests_matrix: everything runs on kokoro
6 years ago
Jan Tattermusch
1e69a21beb
upload test duration for foundry tests
6 years ago
Alexander Polcyn
964d679edc
Resolve ip literals and Windows localhost manually when using c-ares
6 years ago
Vijay Pai
d4afae9a56
regen projects
6 years ago
Vijay Pai
8bf52535d1
Provide a generic client-side unary callback API
6 years ago