ncteisen
479067b2b5
do not fix automatically
7 years ago
Jan Tattermusch
52e560a01e
add standalone distribtests
7 years ago
Jan Tattermusch
816e8f7f43
try avoid deadline_exceeded failure in dualstack_socket_test
7 years ago
Jan Tattermusch
a6ff754b93
fix alarm test flake on windows
7 years ago
Jan Tattermusch
323028304b
Merge pull request #14028 from jtattermusch/cmake_include_improvements
...
cmake build cleanup
7 years ago
Mehrdad Afshari
1957fd0a84
Enable epoll on Python manylinux1
...
The Python packages built for Linux and uploaded to PyPI are required to
target a standardized platform specification dubbed `manylinux1`, which
tries to cover a vast array of Linux distributions, thereby emulating a
legacy lowest-common-denominator distribution, with an old `glibc` that
does not support `epoll_create1`, but provides the `epoll_create`
interface. While there are race condition risks associated with
utilizing the latter interface and setting the `O_CLOEXEC` flag
immediately on the file descriptor returned by `epoll_create`, the
payoff is well worth the risks for our Python users, who currently end
up falling back on `poll` polling engine when downloading our Linux
binary packages.
7 years ago
Vijay Pai
73e74688d6
Merge pull request #13993 from vjpai/buildown
...
Add me to build system owners
7 years ago
Alexander Polcyn
3be06433af
Ruby macos kokoro environment and package build updates
7 years ago
Noah Eisen
c4aba517a5
s/tidy/TIDY
7 years ago
Noah Eisen
86ddb5393d
Ensure all sanity finds clang-tidy
7 years ago
Noah Eisen
e737ae9e32
Stop building docker from inside docker
7 years ago
Noah Eisen
d268793ff3
Fix clang format docker
7 years ago
ncteisen
1adad72979
Add to sanity, dont fix by default
7 years ago
ncteisen
365ea6309b
Dockerize clang tidy
7 years ago
Noah Eisen
5edcfb39c6
Dont check every single file
7 years ago
Noah Eisen
02336a29ac
Check for failures from run clang tidy
7 years ago
apolcyn
361b424ce0
Merge pull request #13206 from apolcyn/ruby_20_distrib_test
...
Add distrib tests using ruby 2.0.0
7 years ago
Craig Tiller
cd92e3bc6b
Merge pull request #14032 from ctiller/api-fuzz
...
Fix issue whereby fuzzer creates infinitely deep creds (since this is not actually interesting)
7 years ago
Mehrdad Afshari
e8b8cbd7c8
Fix build_package_ruby.sh to pass shellcheck
7 years ago
Mehrdad Afshari
368fa048e6
Fix build_package_python.sh to pass shellcheck
7 years ago
Mehrdad Afshari
919de03fc9
Fix build_package_php.sh to pass shellcheck
7 years ago
Mark D. Roth
2b19f4922d
Code review changes.
7 years ago
Mehrdad Afshari
bcd91f835b
Fix build_artifact_python.sh to pass shellcheck
7 years ago
Mehrdad Afshari
cd867112e8
Fix build_artifact_protoc.sh to pass shellcheck
7 years ago
Mehrdad Afshari
2628664f37
Fix build_artifact_php.sh to pass shellcheck
7 years ago
Mehrdad Afshari
37d9036e06
Fix check_windows_dlls.sh to pass shellcheck
7 years ago
Alexander Polcyn
ca3798a8cb
Add ruby distrib tests that uses ruby 2.0.0
7 years ago
Zhouyihai Ding
4b0e885824
Merge pull request #14017 from ZhouyihaiDing/php_channl_memory_leak
...
php: fix memory leak during creating channel
7 years ago
Craig Tiller
33cb50096c
Add fuzzed example that found this crash
7 years ago
Craig Tiller
d7ae4a1c61
Also stop processing input stream
7 years ago
Craig Tiller
be44870059
Fix issue whereby fuzzer creates infinitely deep creds (since this is not actually interesting)
7 years ago
Muxi Yan
f3c83bfe3d
Fix sed error in podspecs on sed 4.4
7 years ago
adelez
0fd2d7cf35
Merge pull request #14013 from adelez/cloud_gateways
...
Add cloud gateways to interop tests.
7 years ago
Jan Tattermusch
e8f692528a
Merge pull request #14025 from jtattermusch/csharp_plugin_error_msg
...
C#: Better log message when auth interceptor throws
7 years ago
Jan Tattermusch
e5b7ddd59c
Merge pull request #13363 from grpc/revert-13346-revert-13322-oauth_failure
...
Revert "Revert "Switching from UNAUTHENTICATED to UNAVAILABLE for auth metadata failure""
7 years ago
Jan Tattermusch
41e58b4b1a
regenerate
7 years ago
Jan Tattermusch
586f719898
cleanup cmake include directories
7 years ago
Mark D. Roth
f512c0d048
Merge remote-tracking branch 'upstream/master' into ref_counting
7 years ago
Mark D. Roth
69c539fd85
clang-format
7 years ago
Zhouyihai Ding
b6cdfca30a
php channel: fix memory leak
7 years ago
Jan Tattermusch
a41e997a87
cmake output to gitignore
7 years ago
Jan Tattermusch
4bba3187cb
better log message when auth interceptor throws
7 years ago
Vijay Pai
69d3e0984d
Merge pull request #13815 from vjpai/catcher
...
C++: Catch exceptions from sync method handlers rather than crashing server
7 years ago
kpayson64
e1e562eb17
Merge pull request #13965 from evanj/python-abort-fix
...
python: Context.abort should fail RPC even for StatusCode.OK
7 years ago
Craig Tiller
06fbe438a2
Merge pull request #14012 from ctiller/1111
...
Remove ctiller projects
7 years ago
Adele Zhou
0633c9fbd2
Add cloud gateways to interop tests.
7 years ago
Evan Jones
145b199c4d
python: Context.abort should fail RPC even for StatusCode.OK
...
grpc.ServicerContext.abort is documented to always raise an exception
to terminate the RPC. The code argument "must not be StatusCode.OK."
However, if you do pass StatusCode.OK, the RPC terminates successfully
on the client side, but returns None.
_server.py: If the user accidentally passes StatusCode.OK, treat it as
StatusCode.UNKNOWN. This is what happens if the user accidentally
passes something that is not a StatusCode instance. Additionally
set details to ''.
_metadata_code_details_test.py: update test to verify the behavior of
abort with invalid codes.
7 years ago
Craig Tiller
2c1b6d2535
Remove ctiller projects
7 years ago
Vijay Pai
0ee6c7343f
Merge pull request #13289 from ncteisen/flow-control-part4
...
Virtual Flow Control
7 years ago
David Garcia Quintas
269ee29e03
PR comments, round 4
7 years ago