Mehrdad Afshari
b9424d07e2
Run pylint on Python test code
...
The test modules were not under pylint jurisdiction,
and actual bugs have been found in tests that would
have been prevented had we run static analysis on
the test code as we do on the core modules.
This is the first step to enable pylint on tests.
Due to numerous warnings since the code is not ready
and needs refactoring, a new `.pylintrc`
specific to tests is added that suppresses a number
of valid warnings. The goal is stepwise elimination
of each class of warning while refactoring the code
such that it will not emit any warnings in future
commits, always keeping the sanity checks passing
and keeping the disruption minimal.
7 years ago
Mark D. Roth
950d8af7f5
Merge pull request #15039 from markdroth/client_channel_owners
...
Replace a11r with AspirinSJL in client_channel OWNERS file.
7 years ago
Muxi Yan
dc1e4e4ad3
Inhibit warnings caused by Protobuf
7 years ago
Mark D. Roth
908a2173fe
Avoid warnings from LLVM -Wself-assign.
7 years ago
Matt Kwong
e42f126f10
Merge pull request #15080 from matt-kwong/pythonpath
...
Upgrade pip for virtualenv Python in build_python.sh
7 years ago
Matt Kwong
c00f929da2
Update xcode version for macOS Obj-C tests to 9.2
7 years ago
Matt Kwong
69f664e7f8
Upgrade pip for virtualenv Python in build_python.sh
...
With the upgrade of Kokoro macOS workers to Sierra, not all versions of
Python have a pip version new enough to have TLSv1.2. This change should
make macOS Python testing more resilient to environment changes.
7 years ago
Nathaniel Manista
33e57824e0
Merge pull request #15088 from nathanielmanistaatgoogle/fix-cancel_many_calls_test
...
Fix a use of nonexistent .received_cancelled.
7 years ago
Mark D. Roth
dc4d01f6ef
Add tracer for handshakers.
7 years ago
Muxi Yan
bc1a1b4411
Comment on the fix
7 years ago
Juanli Shen
6f3cadb687
Merge pull request #15087 from AspirinSJL/fix_alts_build
...
Make package name of ALTS tests explicitly under test
7 years ago
Nathaniel Manista
4d647cf9c1
Fix a use of nonexistent .received_cancelled
...
.received_cancelled was changed to .cancelled() in
81edf5ff9af2d90813773acb9c2793e1a4cd1057; this change should have been
a part of that change.
7 years ago
Juanli Shen
40991ee014
Add build path to ALTS test BUILD files
7 years ago
Muxi Yan
bb5482f944
Fix _channel ref count issue
7 years ago
jiangtaoli2016
44b3908bfc
update SSL root certificate from Mozilla
7 years ago
Mehrdad Afshari
1f13655c65
Merge pull request #15078 from mehrdada/upmerge-1110
...
Upmerge v1.11.x into master
7 years ago
Jan Tattermusch
8e6e89c21e
Merge pull request #15077 from jtattermusch/fix_macos_interop_to_prod
...
Fix macos interop_to_prod tests
7 years ago
yihuaz
a377773ae9
Merge pull request #14727 from yihuazhang/hook_alts_cpp
...
Add C++ wrapper APIs for ALTS credentials
7 years ago
Yihua Zhang
fe2fa0c1c8
Add C++ experimental API extensions for ALTS C stack
7 years ago
Yash Tibrewal
77c1761f5c
Merge pull request #15041 from yashykt/keepalivefix
...
Fix issue #14717 . Piggyback keepalive ping onto pings inflight
7 years ago
Mehrdad Afshari
81a7c53e74
Upmerge branch 'v1.11.x' into master
7 years ago
Jan Tattermusch
6085e2562f
fix macos interop_to_prod tests
7 years ago
Jan Tattermusch
a3b7587455
Merge pull request #15073 from jtattermusch/init_cares_dns_server
...
Fix cares resolution with default authority (for v1.11.x)
7 years ago
Eric Gribkoff
67bfead4f0
Merge pull request #14951 from ericgribkoff/android_interop
...
Android C++ Interop App
7 years ago
Jan Tattermusch
dac71339ae
fix cares resolution with default authority
7 years ago
Matt Kwong
082ddc563e
Merge pull request #15066 from matt-kwong/php-path-fix
...
Set DYLD_LIBRARY_PATH to be based off of
7 years ago
Zhouyihai Ding
7929e41f21
Merge pull request #15061 from ZhouyihaiDing/Plist_test
...
PHP: fix persistentChannelTest error
7 years ago
Matt Kwong
84d6046569
Set DYLD_LIBRARY_PATH to be based off of
7 years ago
adelez
48b3d93661
Merge pull request #15062 from adelez/foundry_integration
...
Add --runs_per_test_detects_flakes --runs_per_test=2 to force master …
7 years ago
Adele Zhou
6f79a5fa1d
Add --runs_per_test_detects_flakes --runs_per_test=2 to force master builds run without caching
7 years ago
ZhouyihaiDing
4a134047a4
PHP: fix persistentChannelTest error
7 years ago
Mehrdad Afshari
bd44e485f6
Merge pull request #15035 from mehrdada/v1.11.x
...
Bump v1.11.x to 1.11.0 #gorgeous
7 years ago
Zhouyihai Ding
be03078e10
Merge pull request #14991 from ZhouyihaiDing/pr_persistent_channel
...
PHP: change persistent_list to the map owned by gRPC itself
7 years ago
Vijay Pai
d184fa229d
Merge pull request #15052 from ncteisen/department-of-redundancy-department
...
Rename ProtoBuffer Helpers
7 years ago
ncteisen
92c4e0fee0
Rename ProtoBuffer helpers
7 years ago
Nicolas Noble
6d3e7f7cd4
Merge pull request #13539 from grpc/AspirinSJL-patch-1
...
Fix comment in test UpdateBalancersDeadUpdate
7 years ago
Sree Kuchibhotla
7e37a42e14
Merge pull request #15020 from danzh2010/multisockets
...
Allow udp_server to create multiple listeners for each port via SO_REUSEPORT
7 years ago
Yash Tibrewal
40144692c2
Merge pull request #15042 from yashykt/gprlikely1
...
use GPR_UNLIKELY in GPR_ASSERT
7 years ago
Mark D. Roth
542bceb573
Fix race between READY notification and reffing connected subchannel.
7 years ago
ZhouyihaiDing
5c77035e57
PHP: use persistent list not shared by other modules
7 years ago
Muxi Yan
342850e329
Merge pull request #15036 from muxi/clang-format-objc
...
Clang format Objective C
7 years ago
Yash Tibrewal
794edb3207
use GPR_UNLIKELY in GPR_ASSERT
7 years ago
Yash Tibrewal
344a2b2559
Merge pull request #15009 from yashykt/gprlikely
...
Add support for GPR_LIKELY and GPR_UNLIKELY
7 years ago
Yash Tibrewal
b3e3b7a04c
Fix issue #14717 . Piggyback keepalive ping onto pings already inflight if any
7 years ago
Muxi Yan
5ab4b318cd
Fix generate_projects
7 years ago
Dan Zhang
22dd384bbf
format
7 years ago
Dan Zhang
8bd239551a
use renamed function in test for cheking so_reuseport
7 years ago
Dan Zhang
8c2314093b
Allow udp_server to create multiple listeners for each port via SO_REUSEPORT
7 years ago
Mark D. Roth
ada9283516
Replace a11r with AspirinSJL in client_channel OWNERS file.
7 years ago
Mark D. Roth
de077acf5d
Fix retry code handling of internally triggered recv_trailing_metadata.
7 years ago