Craig Tiller
6acc0ab330
Fix memory leak
7 years ago
Craig Tiller
b653dff0bd
clang-format
7 years ago
Craig Tiller
8232492cce
Fix leak
7 years ago
Mark D. Roth
daba342334
Merge pull request #12767 from markdroth/security_connector_arg_cmp
...
Add comparison function for security connectors
7 years ago
Mark D. Roth
ccfdfb3a41
Add comparison function for security connectors.
7 years ago
Muxi Yan
4979ce5f93
Merge pull request #13023 from muxi/add-test-ref
...
Refer test to internal doc of issue
7 years ago
Craig Tiller
cb1c0b0973
Merge github.com:grpc/grpc into vector
7 years ago
Muxi Yan
7e006735da
generate_projects.sh
7 years ago
Muxi Yan
3b990795bb
Refer test to internal doc of issue
7 years ago
Jan Tattermusch
5b7c88713e
Merge pull request #13017 from jtattermusch/timeout_retries_are_costly
...
Limit number of timeout_retries for run_tests.py
7 years ago
Ian Coolidge
a584d99289
cpu_linux: Don't spam sched_getcpu failures on qemu
...
__NR_getcpu isn't implemented on qemu, and for some reason
sysconf(_SC_NPROCESSORS_ONLN) returns the number of processers
of the host system, giving a false indication that there is more
than one cpu for the qemu case.
Expand the init_num_cpus sequence to also run sched_getcpu once,
and if that call isn't supported, initialize 'ncpus' to 1.
Later, in gpr_cpu_current_cpu, use gpr_cpu_num_cores to avoid
the system call in cases where we know it isn't supported, or
if the ncpus is otherwise 1.
7 years ago
Jan Tattermusch
320e703ad9
Merge pull request #12924 from jtattermusch/json_run_localhost_timeouts_sanitizers
...
More reasonable timeouts for json_run_localhost (poll-cv and sanitizers)
7 years ago
Craig Tiller
2ac2d393eb
Tune benchmark for epollexclusive
7 years ago
Jan Tattermusch
3d1b6c1035
explain retries and jobset.max_time setting
7 years ago
Jan Tattermusch
376dc34d78
adjust number of retries
7 years ago
apolcyn
6a89fa1f93
Merge pull request #13008 from apolcyn/fix_end2end_tests_port_server_issues
...
Recycle port after every cpp end2end test case
7 years ago
Craig Tiller
97633744fa
clang-format
7 years ago
Craig Tiller
d3f1f4340b
Merge branch 'epexinf' of github.com:ctiller/grpc into epexinf
7 years ago
Craig Tiller
1f708a6ade
Prefer to kick waiters not pollers
7 years ago
Craig Tiller
1406f9c524
Merge branch 'bs2' into epexinf
7 years ago
Craig Tiller
742ca09819
Generated code
7 years ago
Craig Tiller
4079520eaa
Fix scenario_config:
...
- don't force all scenarios to be run on only one machine
- allow client count to scale as # of clients configured
7 years ago
Craig Tiller
e544ff0ff8
Revert bad fix
7 years ago
Alexander Polcyn
7a57b0c4a1
explicitly recycle every port after every test run
7 years ago
Craig Tiller
3e08b99af6
Early out fix
7 years ago
Yuchen Zeng
f2c6ceb892
Merge pull request #12987 from y-zeng/qps_py
...
Add cpp_protobuf_async_unary_75Kqps_600channel_60Krpcs_300Breq_50Bresp
7 years ago
Vijay Pai
8cfe268463
Merge pull request #13004 from vjpai/void
...
Add an explicit void 2nd parameter to invocation of SerializationTraits
7 years ago
Vijay Pai
953afecaaf
Add an explicit void 2nd parameter to invocation of SerializationTraits
7 years ago
Craig Tiller
9f9f0f82f3
Review feedback
7 years ago
Craig Tiller
56a9316e01
Merge pull request #13000 from ctiller/server_time
...
Workaround bug for a moment
7 years ago
Craig Tiller
a2ca8ef2b7
Merge github.com:grpc/grpc into timer
7 years ago
Craig Tiller
a19a073ebc
Workaround bug for a moment
7 years ago
Craig Tiller
5e4161498a
Merge pull request #12998 from ctiller/fixwin
...
Fix windows portability
7 years ago
Yash Tibrewal
29766caecd
Merge pull request #12997 from yashykt/bdpfix
...
include port_platform.h for bdp estimator
7 years ago
Stanley Cheung
b5897b90c3
Merge pull request #12796 from pongad/fix-php
...
php: fix scenario_config command
7 years ago
Craig Tiller
4dcdba0de2
Fix windows portability
7 years ago
Yash Tibrewal
f058915a86
include port_platform.h for bdp estimator
7 years ago
Vijay Pai
d6fe8e4357
Merge pull request #12974 from vjpai/use_non_polling
...
Use uses_polling build flag to reduce # of tests
7 years ago
Vijay Pai
58f38f5435
Use non-polling on appropriate tests to reduce use of polling engines
7 years ago
Craig Tiller
4fb5e58b5a
Merge pull request #12991 from ctiller/cctimer
...
Annotate call combiner for our latency profiler
7 years ago
Craig Tiller
f6086b31f0
annotate call combiner
7 years ago
Craig Tiller
3273648a87
flow control fixes
7 years ago
Craig Tiller
b278bc7018
First attempt at periodic updates to flow control
7 years ago
Craig Tiller
6d5258cdac
Merge branch 'timer' into flow++
7 years ago
Craig Tiller
37e61863e6
Merge branch 'timer' into pid++
7 years ago
Craig Tiller
72c9f53730
Merge github.com:grpc/grpc into timer
7 years ago
Craig Tiller
6b085d242b
Merge pull request #12894 from ctiller/chttp2_timer
...
C++-ize bdp estimator
7 years ago
Adele Zhou
c9b945d23f
Turn on allow_flakes
7 years ago
Craig Tiller
26a0c98ee6
Merge branch 'pid++' into flow++
7 years ago
Craig Tiller
19346558cb
Merge branch 'pid++' of github.com:ctiller/grpc into pid++
7 years ago