Jan Tattermusch
2b036e6c1d
fix resolver crash when DNS server unreachable
7 years ago
Jan Tattermusch
b1990ac37f
fix resolver crash when DNS server unreachable
7 years ago
Matt Kwong
2abcac2d7a
Merge pull request #15131 from matt-kwong/foundry-workers
...
Reduce runs_per_tests for master Foundry builds to 1
7 years ago
Matt Kwong
2d96e48741
Reduce runs_per_tests for master Foundry builds to 1
7 years ago
Matt Kwong
d3eaf64687
Merge pull request #15129 from matt-kwong/foundry-workers
...
Increase Foundry job count to 200
7 years ago
apolcyn
0db9200f8c
Merge pull request #15123 from apolcyn/fix_addr_sort_shutdown_bug
...
Fix bug in address sorting shutdown
7 years ago
Matt Kwong
7ec3be7576
Increase Foundry job count to 200
7 years ago
Matt Kwong
caa6f0ec94
Merge pull request #15097 from matt-kwong/xcode-9.2
...
Update xcode version for macOS Obj-C tests to 9.2
7 years ago
Jiangtao Li
f350e0272e
Merge pull request #15084 from jiangtaoli2016/root_certs_update
...
update SSL root certificate from Mozilla
7 years ago
Mehrdad Afshari
c176917789
Bump Python protobuf to 3.5.2.post1
7 years ago
Mehrdad Afshari
d0d8ce8568
Bump pip version to 10.0.1
7 years ago
Mehrdad Afshari
b3069b095d
Merge pull request #15113 from mehrdada/pylint-tests-1
...
Eliminate some of the more esoteric pylint suppressions for tests
7 years ago
Mehrdad Afshari
1d74fa6748
Merge pull request #15114 from mehrdada/bump-protobuf-submodule-to-3.5.2
...
Bump protobuf submodule to 3.5.2
7 years ago
Mehrdad Afshari
dd9697fef8
Eliminate broad-except suppression
7 years ago
Mehrdad Afshari
1611946161
Eliminate bare-except suppression
7 years ago
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
Eric Gribkoff
57414c7c51
Remove old environment variable from Python artifact build
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
Sree Kuchibhotla
a4cff2c1ce
Merge branch 'master' into fix-time
7 years ago
Sree Kuchibhotla
b5f1941bca
Avoid C-style casts
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