Jorge Canizales
8d1e8d0e9d
Disable deterministic UUIDs in the test Podfile
9 years ago
Jorge Canizales
e83eff4bb3
Use protobuf 3-beta-3 on Travis, which supports Cocoapods 1
9 years ago
Jorge Canizales
92e56bb0fc
Update tests XCode project to Cocoapods 1.0.0
9 years ago
Jorge Canizales
0ee18c2f2a
Use Xcode 7.3 and SDK 9.3 in Travis
9 years ago
Jorge Canizales
eba2b1c09c
Cleanup now that we don’t use OpenSSL
9 years ago
Jorge Canizales
44477d2661
Use workaround at https://github.com/travis-ci/travis-ci/issues/5827
...
And print version before and after install, so we can always check.
9 years ago
Jorge Canizales
c23f556fb2
Install Cocoapods 1.0.0 now that it’s released
9 years ago
Paul Querna
8ee9c7e85c
print cocoapods version before pod install
9 years ago
Paul Querna
aed11dd756
Update cocoapods in travis to 1.0.0beta4
9 years ago
Paul Querna
88e0bb1b34
Update Podfile for CocoaPods 1.0 changes requiring more fields and the removal of link_with in podspec.
9 years ago
Stanley Cheung
9b5c8c66e2
Merge pull request #5577 from jtattermusch/interop_increase_timeout
...
Increase timeout for interop tests
9 years ago
Jan Tattermusch
19f703dbb7
increase timeout for interop tests
9 years ago
Stanley Cheung
9ba438b10e
Merge pull request #5576 from stanley-cheung/update-base-install-doc
...
Doc Fixit: Update base install doc
9 years ago
Stanley Cheung
a22a50d617
bit of text change
9 years ago
Stanley Cheung
6dd3c707c2
Update base INSTALL to markdown and remove outdated content
9 years ago
Jan Tattermusch
7db77f8442
Merge pull request #5569 from jtattermusch/python_build_ext_in_buildstep
...
Run build_ext in build_python step
9 years ago
Jan Tattermusch
66a6d014a4
run build_ext in build_python step
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
Vijay Pai
40d27ba784
Merge pull request #5535 from ctiller/streams
...
Refcounting fix for bug exposed by qps_test
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
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
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
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