Jan Tattermusch
66a6d014a4
run build_ext in build_python step
9 years ago
Masood Malekghassemi
093ff5db8b
Fix copyright
9 years ago
Jan Tattermusch
4473dd5b88
Merge pull request #5541 from jtattermusch/python_split_tests
...
Make python test suites run in parallel
9 years ago
Craig Tiller
d7f12e30a0
Fix accept_stream being called post-channel deletion
...
- Have the server clear the accept_stream callback prior to destroying
the channel (required a small transport op protocol change)
- Have the transport not enact transport ops until parsing is completed
(prevents accept_stream from disappearing mid-parse)
9 years ago
vjpai
b7117e409b
Merge branch 'master' into debug_qps_stream
9 years ago
Vijay Pai
40d27ba784
Merge pull request #5535 from ctiller/streams
...
Refcounting fix for bug exposed by qps_test
9 years ago
Greg Haines
91bd627de4
Feedback from @jcanizales and @vjpai
9 years ago
Craig Tiller
0cb803d9ca
Always ref writable streams
...
We suffered a bug whereby doing a follow-up write to another write could
resurrect a deleted stream, causing all sorts of crash.
Fix: when a stream becomes writable (vs when we start writing) take a
ref on the stream, and only relinquish it once we're done writing.
9 years ago
Craig Tiller
bfc8a8d049
Merge pull request #5551 from grpc/revert-5539-makdharma-comment
...
Revert "Update reconnect_interop_server.cc"
9 years ago
Craig Tiller
98990726a0
Revert "Update reconnect_interop_server.cc"
9 years ago
David Garcia Quintas
2a8c280370
sanity
9 years ago
David Garcia Quintas
7d757ca29d
Ensure that no #includes are inside of a namespace.
9 years ago
Jan Tattermusch
072ebaa153
make python test suites run in parallel
9 years ago
Craig Tiller
08745b0115
Merge pull request #5546 from grpc/revert-5538-makdharma-commentfix
...
Revert "Update reconnect_interop_client.cc"
9 years ago
Craig Tiller
c6611efb67
Revert "Update reconnect_interop_client.cc"
9 years ago
Nathaniel Manista
8c5be78eb9
Merge pull request #5542 from soltanmm/over-troubled-water
...
Add troubleshooting section to Python package description.
9 years ago
Greg Haines
42dab364a3
Pass a non-infinite deadline to grpc_completion_queue_next() to prevent queues from blocking indefinitely in poll().
9 years ago
Nathaniel Manista
2274c7f079
Merge pull request #5537 from soltanmm/triceratops-again
...
Maintain correct invariants against core.
9 years ago
Masood Malekghassemi
7bee07555a
Add troubleshooting section to package description
9 years ago
Masood Malekghassemi
357871fd34
Merge remote-tracking branch 'upstream/release-0_13'
9 years ago
Yang Gao
f7d6d3821a
Merge pull request #5539 from grpc/makdharma-comment
...
Update reconnect_interop_server.cc
9 years ago
Yang Gao
1a050235e5
Merge pull request #5538 from grpc/makdharma-commentfix
...
Update reconnect_interop_client.cc
9 years ago
makdharma
38a560b6ba
Update reconnect_interop_server.cc
9 years ago
makdharma
bd50f305a3
Update reconnect_interop_client.cc
9 years ago
Masood Malekghassemi
18720fff2f
Maintain correct queue invariants against core
9 years ago
Vijay Pai
16e8bbbff2
Merge pull request #5529 from ctiller/racy
...
Fix esan detected race in subchannel state
9 years ago
Yang Gao
e788e8bf8d
Merge pull request #5523 from vjpai/e2e_stc
...
Fix ServerTryCancel in end2end tests
9 years ago
Craig Tiller
8e19f61d62
Fix esan detected race in subchannel state
9 years ago
Nicolas Noble
2a04f63d59
Merge pull request #5525 from dgquintas/templates_readme
...
Added comment for gyp
9 years ago
David Garcia Quintas
a662259575
Added comment for gyp
9 years ago
Nicolas Noble
8bcb99a5f8
Merge pull request #5524 from dgquintas/templates_readme
...
updated templates/README.md
9 years ago
David Garcia Quintas
3db3c63a41
Addressed comments
9 years ago
David Garcia Quintas
9c691c59da
updated templates/README.md
9 years ago
Jan Tattermusch
5da3fae40f
Merge pull request #5517 from jtattermusch/csharp_fix_rststream8
...
Don't do a "safety" Cancel when recv_close_on_server.cancelled is set.
9 years ago
Vijay Pai
6c016efa34
ServerTryCancel was not actually respecting the API since it
...
could be an arbitrary amount of time between when the cancel is tried
and actually observable.
9 years ago
Nicolas Noble
783e8ed510
Merge pull request #5516 from jtattermusch/fix_runs_per_test_reporting
...
Fix run_tests.py reporting for multiple test runs
9 years ago
Jan Tattermusch
06c98fa49a
fix copyright
9 years ago
Jan Tattermusch
7d91dc3181
fix #4427
9 years ago
Jan Tattermusch
494f312833
fix reporting for multiple test runs
9 years ago
Stanley Cheung
7d974ea872
Merge pull request #5488 from stanley-cheung/php-update-to-next-ver
...
Simplify PHP installation
9 years ago
Stanley Cheung
a91a5db363
sync php with core version;
9 years ago
Yang Gao
6963453c20
Merge pull request #5493 from sreecha/server_try_cancel_test
...
Fix flaky test: End2endServerTryCancelTest.ResponseStreamServerCancelAfter
9 years ago
Sree Kuchibhotla
9e5a05af8a
Fix clang format issue
9 years ago
Vijay Pai
2edea9ce81
Merge pull request #5495 from ctiller/grumpf
...
clang-format sanity fix
9 years ago
Vijay Pai
cf98743d91
Merge pull request #5496 from ctiller/XXXX
...
Remove broken test
9 years ago
Craig Tiller
7c075b3953
Remove broken test
...
This test is inherently flaky and I don't see any way to make it not so.
Historically this test has not (in my memory) given any signal that something is actually broken.
Let's save maintenance and just nuke it.
9 years ago
Craig Tiller
7fe08a23f1
clang-format
9 years ago
Sree Kuchibhotla
8d543e8e30
Fix ResponseStreamServerCancelAfter test flake
9 years ago
Nathaniel Manista
cff072247e
Merge pull request #5492 from nicolasnoble/fixing-5478
...
Copyright updates.
9 years ago
Nicolas "Pixel" Noble
68291709f4
Fixing copyrights.
9 years ago