Mehrdad Afshari
4cc8ea9be1
Eliminate old-style-class suppression
7 years ago
Mehrdad Afshari
fc3bb7c1f9
Eliminate wildcard-import suppression
7 years ago
Mehrdad Afshari
86d04c2e34
Eliminate function-redefined suppression
7 years ago
Mehrdad Afshari
bc947ada75
Eliminate unnecessary-lambda suppression
7 years ago
Mehrdad Afshari
4c87620da2
Eliminate undefined-variable suppression
7 years ago
Mehrdad Afshari
a6bf3ccac8
Eliminate non-iterator-returned suppression
7 years ago
Mehrdad Afshari
a7926f9a4c
Eliminate undefined-loop-variable suppression
7 years ago
Mehrdad Afshari
327b3fb6f8
Eliminate raising-bad-type suppression
7 years ago
Mehrdad Afshari
ce8e2fcd16
Eliminate unreachable suppression
7 years ago
Mehrdad Afshari
35c7e8c833
Eliminate bad-continuation suppression
7 years ago
Mark D. Roth
28814c5ecc
Merge pull request #15117 from markdroth/dns_resolver_test_fix
...
Clean up test cases in dns_resolver_test.
7 years ago
Mark D. Roth
8892c087b9
Merge pull request #15090 from markdroth/handshaker_trace
...
Add tracer for handshakers.
7 years ago
Alexander Polcyn
046ad6b13f
Fix bug in addr sorting shutdonw
7 years ago
Mark D. Roth
2f08d17a6f
Merge pull request #15101 from markdroth/llvm_build_fix
...
Avoid warnings from LLVM -Wself-assign.
7 years ago
kpayson64
aba91966c0
Merge pull request #15107 from kpayson64/break_out_protos
...
Break qps services into seperate protos
7 years ago
Mark D. Roth
7898da90e7
Clean up test cases in dns_resolver_test.
7 years ago
Mehrdad Afshari
959e04ffb8
Merge pull request #15115 from mehrdada/portability111
...
Add 1.11.0 to interop matrix
7 years ago
Mehrdad Afshari
8e9baf35bd
Bump protobuf runtime dependency versions
7 years ago
Mehrdad Afshari
8a2c6010ee
Bump protobuf hash for Bazel
7 years ago
kpayson64
7a20c962df
Break out qps services into seperate protos
7 years ago
Mehrdad Afshari
b7d49bbe1f
Regenerate grpcio_tools protobuf dependencies
7 years ago
Mehrdad Afshari
12faa21c1a
Update sanity test to validate protobuf 3.5.2
7 years ago
Mehrdad Afshari
f7ca378ac9
Bump protobuf submodule to 3.5.2
7 years ago
Muxi Yan
66fc0b578e
Merge pull request #12280 from muxi/convert-swift-sample
...
Convert SwiftSample to Swift 3 style
7 years ago
Mehrdad Afshari
3d0aab0d58
Add 1.11.0 to portability tests
7 years ago
Mehrdad Afshari
1cc3bf6ce2
Merge pull request #15109 from mehrdada/run-pylint-on-test-code
...
Run pylint on Python test code
7 years ago
Muxi Yan
68b906882c
Address comments
7 years ago
Muxi Yan
731d3e17da
Update Swift version in xcodeproj
7 years ago
Muxi Yan
e7aa6c77a1
Convert SwiftSample to Swift 3 style
7 years ago
Muxi Yan
8cd9f914cc
Merge pull request #15104 from grpc/inhibit-tests-warning
...
Inhibit warnings caused by Protobuf
7 years ago
Mark D. Roth
344634c198
Don't crash on null channel args or read buffer.
7 years ago
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
Sree Kuchibhotla
1222efeb5a
Merge branch 'master' into sreek-doc
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