Jan Tattermusch
a7e3e76aed
use different service_account_key for interop tests
6 years ago
Jan Tattermusch
4686f6d518
enable special_status_message interop for grpc-dotnet server
6 years ago
Jan Tattermusch
de0e9d1026
enable special_status_message interop for C#
6 years ago
James Newton-King
206ca33dd5
Enable duplex streaming and special status message interop tests
6 years ago
Jan Tattermusch
05e26ff4cf
introduce --custom_credentials_type to run_interop_tests.py
6 years ago
Jan Tattermusch
97921f5d77
add comments to interop scripts
6 years ago
1524995078@qq.com
b6e5827315
remove python version number
...
to release binding to exact version
6 years ago
Mark D. Roth
28ccd61cf5
Use SubchannelInterface to hide implementation from LB policy API.
6 years ago
1524995078@qq.com
3d52eca5b9
fix print format for python3
...
add brackets of print in run_tests/start_port_server.py
6 years ago
Srini Polavarapu
ec640a53c6
Merge pull request #19105 from gnossen/twine_check_artifacts
...
Produce Python Wheels with a Valid long_description field
6 years ago
Yash Tibrewal
886dc10daa
Move validate_service_config to a new file
6 years ago
Karthik Ravi Shankar
5ffb32c069
Fix clang errors
6 years ago
Karthik Ravi Shankar
0b50670b23
Make some test fixes
6 years ago
Esun Kim
90fbdc92f5
Roll-forward "Config migration"
...
This reverts commit 236ae12bb1
.
6 years ago
Karthik Ravi Shankar
03b079499c
Move CompletionQueue and Channel
6 years ago
Karthik Ravi Shankar
40210d3b8a
Move Channel to grpc_impl
6 years ago
Karthik Ravi Shankar
772a74aced
Revert changes to Channel
6 years ago
Karthik Ravi Shankar
6be0b06c69
Revert "Fold CompletionQueue and ServerCompletionQueue into grpc_impl"
6 years ago
murgatroid99
7743130f64
Consolidate conditional localhost resolution into existing file
6 years ago
Alexander Polcyn
236ae12bb1
Revert "Config migration"
...
This reverts commit 87905ae5ea
.
6 years ago
James Newton-King
57e090989a
Add managed .NET gRPC client to interop tests
6 years ago
murgatroid99
e16a0d4599
Fix typo
6 years ago
murgatroid99
90e52f00a1
Moved code back into one file with a #ifdef
6 years ago
Arjun Roy
f65208af02
Added slice equality when static fastpath.
6 years ago
murgatroid99
4b4006f833
libuv cares: scope manual localhost resolution to only Windows
6 years ago
Esun Kim
87905ae5ea
Config migration
6 years ago
Na-Na Pang
070902b871
Merge bm_callback_cq to bm_cq
6 years ago
Alexander Polcyn
2a4d62819b
Revise c-ares timeouts to use c-ares's internal timeout/retry logic
6 years ago
Yash Tibrewal
02bd17ff15
cleanup
6 years ago
Na-Na Pang
c96c21244c
Modify test polling engine
6 years ago
Na-Na Pang
2d5a9750a0
Manually add echo.proto to pass Portability build test
6 years ago
Na-Na Pang
2787dedd70
Modify dependency of callback_test_service
6 years ago
Yash Tibrewal
db1ccad039
Service Config Changes to set channel in transient failure on invalid service config
6 years ago
Na-Na Pang
5748665bc5
Add callback completion queue and modify callback streaming ping pong
6 years ago
Esun Kim
1518ecbd76
Added new configuration system to core/grp.
...
More generic configuration system is introduced in order to i) unify the
way how modules access the configurations instead of using low-level
get/setenv functions and ii) enable the customization for where configuration
is stored. This could be extended to support flag, file, etc.
Default configuration system uses environment variables as before so
basically this is expected to work just as it did. This behavior can
change by redefining GPR_GLOBAL_CONFIG_DEFINE_*type* macros.
* Migrated configuration
GRPC_CLIENT_CHANNEL_BACKUP_POLL_INTERVAL_MS
GRPC_EXPERIMENTAL_DISABLE_FLOW_CONTROL
GRPC_ABORT_ON_LEAKS
GRPC_NOT_USE_SYSTEM_SSL_ROOTS
6 years ago
yang-g
ac3a91edf8
Support accepting external connections.
6 years ago
Jan Tattermusch
952ddb6a2b
fix uploading bazel RBE results to bigquery
6 years ago
Na-Na Pang
13d6d7c2ec
Add filegroups in callback_test_service
6 years ago
Na-Na Pang
bbd4eb5028
Add microbenchmark for callback unary ping pong and bidistreaming ping pong
6 years ago
Yash Tibrewal
156d743c37
Reviewer comments
6 years ago
Karthik Ravi Shankar
3377e49bc7
Fix build errors
6 years ago
Arjun Roy
8ce42f67b2
Shrink arena size by 40 bytes and add additional
...
alignment options (for cache-alignment).
We shrink by:
1) Removing an unnecessary zone pointer.
2) Replacing gpr_mu (40 bytes when using pthread_mutex_t) with
std::atomic_flag.
We also header-inline the fastpath alloc (ie. when not doing a zone
alloc) and move the malloc() for a zone alloc outside of the mutex
critical zone, which allows us to replace the mutex with a spinlock.
We also cache-align created arenas.
6 years ago
yang-g
37783d6329
Stop calling ParseCommandLineFlags directly, use wrapper call instead
6 years ago
Karthik Ravi Shankar
a1493cfa62
Add missing files for build
6 years ago
Karthik Ravi Shankar
81ba5a7b9b
Add missing files for build
6 years ago
Yash Tibrewal
edd817a46f
Reviewer comments
6 years ago
murgatroid99
dc1bcf8762
Consolidate helper function from windows and libuv
6 years ago
Muxi Yan
3473788621
Remove example build tests that do not depend on changes in a PR or master branch
6 years ago
Yash Tibrewal
07e899f5f3
Separate out message size parsing into a different file to avoid build issues
6 years ago
Muxi Yan
9e593f721f
build system fix for default CFStream
6 years ago