vjpai
63326281d7
1. Remove all deadlines from the RPCs and shutdown in this code.
...
These tests (especially unconstrained versions) can get very
backlogged and may take a while to finish. We sometimes flake waiting
for that. This is not hazardous (IMO), as the scripts that run these
tests already have timeouts to make sure that these don't truly go on
forever.
2. Make the time spent in the benchmark phase actually be
benchmark_seconds rather than benchmark_seconds-warmup_seconds
as it is currently.
9 years ago
Jan Tattermusch
db3bccade4
Merge pull request #5453 from adelez/setup_full_interop
...
Add a script to run interop tests against all versions of prod servers.
9 years ago
Dan Born
047fe1f005
Merge pull request #5580 from daniel-j-born/test_creds
...
Allow use of alternative credential types.
9 years ago
Jan Tattermusch
879c764831
Merge pull request #5727 from nicolasnoble/upmerge
...
Upmerge from 0.13.1
9 years ago
Adele Zhou
2480f98e19
Add a script to run interop tests against all versions of prod servers.
9 years ago
Jan Tattermusch
ff08a0ca30
Merge pull request #5545 from yang-g/windows_leaks
...
Fix windows leaks
9 years ago
Jan Tattermusch
fca9464d8c
Merge pull request #5583 from stanley-cheung/php-fix-examples-constructor
...
PHP: fix examples ClientStub constructor
9 years ago
Jan Tattermusch
2312332713
Merge pull request #5444 from vjpai/debug_qps_stream
...
Make performance benchmarking code more canonical in structure
9 years ago
Jan Tattermusch
e1e459e5fe
Merge pull request #5724 from grpc/revert-5607-revert-5544-master
...
Redo "Pass a non-infinite deadline to grpc_completion_queue_next() to prevent queues from blocking indefinitely in poll()"
9 years ago
Jan Tattermusch
2626dfd256
Merge pull request #5728 from jtattermusch/python_nuke_event_invocation
...
Remove tests for EventInvocation API that is going to be removed
9 years ago
Jan Tattermusch
8734e02f52
fix copyright
9 years ago
Nicolas Noble
6a462d4b08
Merge pull request #5718 from ctiller/dns_retry
...
Dns retry support
9 years ago
Nicolas "Pixel" Noble
9ff2c14c74
Merge branch 'release-0_13'
...
Conflicts:
composer.json
src/php/composer.json
9 years ago
Jan Tattermusch
afc59cbc88
remove tests for EventInvocation API that is going to be removed
9 years ago
Jan Tattermusch
52676ba0c2
Merge pull request #5694 from nicolasnoble/pre-0.13.1-downmerge
...
Pre 0.13.1 downmerge
9 years ago
Jan Tattermusch
7e6b2da508
Merge pull request #5720 from jcanizales/reachability-objc-fix
...
Reachability ObjC fix
9 years ago
Jan Tattermusch
0561cd89d2
Merge pull request #5637 from murgatroid99/node_bad_message_handling
...
Node: propagate read errors back down to core
9 years ago
Jan Tattermusch
602eff7191
Merge pull request #5439 from chrisdunelm/coreclr_metadata2
...
Support for coreclr
9 years ago
Jan Tattermusch
fd1ffe420d
Merge pull request #5587 from stanley-cheung/php-update-composer-json
...
Update PHP composer.json files
9 years ago
Jan Tattermusch
7268eed71d
Merge pull request #5381 from jtattermusch/core_portability_clang
...
Add clang3.4 and 3.6 support to run_tests.py
9 years ago
Nicolas "Pixel" Noble
aad4156a0b
Disabling iOS user-agent test.
9 years ago
Masood Malekghassemi
fb9de3e618
Merge pull request #5719 from soltanmm/morechan
...
Remove unnecessary safety-refs
9 years ago
Jorge Canizales
cfcaccc6d2
Revert "Revert "Pass a non-infinite deadline to grpc_completion_queue_next() to prevent queues from blocking indefinitely in poll()""
9 years ago
Jorge Canizales
8b414f184d
Clean up ownership of the connection loss handler
9 years ago
Jorge Canizales
07a2a70bca
Not call external methods from within a critical section
9 years ago
Jorge Canizales
f1d084a4d1
Add monitoring of connectivity
...
Move C-layer call creation into GRPCChannel, so that it always acts on a
non-destroyed channel.
Listen for connectivity in the GRPCCall, and destroy the channel.
9 years ago
Nicolas "Pixel" Noble
a41940d0e0
Disabling check_version.
9 years ago
Masood Malekghassemi
9ee163557b
Remove unnecessary (potentially bad) safety-refs
9 years ago
yang-g
9aa4f1b062
fix windows leaks
9 years ago
Craig Tiller
b18fe55962
Update copyrights
9 years ago
Craig Tiller
e2327dbb8e
Fit and finish for dns retry loop
9 years ago
Craig Tiller
1e55bd455d
Add retry for dns resolution
9 years ago
Craig Tiller
e91ef68d2a
Add failing test
9 years ago
Craig Tiller
e1e4559690
Make blocking_resolve_address overridable
9 years ago
Craig Tiller
180ca86350
Merge pull request #5704 from jtattermusch/fix_python_beta_stream_stream
...
Fix race between send message and send initial metadata
9 years ago
vjpai
2697f2141f
Merge branch 'master' into debug_qps_stream
9 years ago
murgatroid99
1d2933a5b9
Merge branch 'master' into node_bad_message_handling
9 years ago
Stanley Cheung
5709e930fa
remove stale src/php/ext/grpc/README.md
9 years ago
Stanley Cheung
7fc1208a5c
still need this block for the example composer.json file
9 years ago
Stanley Cheung
d26753e414
update PHP composer.json files
9 years ago
Stanley Cheung
cfad243939
fixed copyright
9 years ago
Stanley Cheung
8685c3878c
one more
9 years ago
Stanley Cheung
40202158fd
fix copyright
9 years ago
Stanley Cheung
7212f16700
php: fix examples ClientStub constructor
9 years ago
Nicolas "Pixel" Noble
9f0f1e3f61
Merge branch 'master' into pre-0.13.1-downmerge
9 years ago
Jan Tattermusch
fa45a5e96c
fix race between send message and send initial metadata
9 years ago
Nicolas Noble
fbdf51b07e
Merge pull request #5678 from murgatroid99/ruby_synchronization_fixes
...
Ruby: fix some synchronization code in server implementation
9 years ago
Nicolas Noble
52c05e9af4
Merge pull request #5448 from jtattermusch/fix_csharp_artifacts
...
Fix C# artifacts compatibility
9 years ago
Masood Malekghassemi
8831d4c376
Merge pull request #5690 from soltanmm/merp
...
Don't set linetrace unless testing coverage
9 years ago
Jan Tattermusch
01dd7fe68b
Merge pull request #5628 from royalharsh/master
...
Fixes #5561
9 years ago