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
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
Yihua Zhang
fe2fa0c1c8
Add C++ experimental API extensions for ALTS C stack
7 years ago
Jan Tattermusch
6085e2562f
fix macos interop_to_prod tests
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
Mark D. Roth
de077acf5d
Fix retry code handling of internally triggered recv_trailing_metadata.
7 years ago
Muxi Yan
e433b56def
Support cleaning objc files
7 years ago
Mehrdad Afshari
12420ccb21
Regenerate projects
7 years ago
Mehrdad Afshari
b189923376
Split binary and source distribtests for Python
7 years ago
Jan Tattermusch
746479ad80
fix performance profile jobs
7 years ago
Jan Tattermusch
554cef9a41
Revert "Add owners file for tools/run_tests/"
7 years ago
Jan Tattermusch
996b2328d4
add owners file for tools/run_tests/
7 years ago
Alex Polcyn
91d9c601ad
Fix new ruby OS X dep on libgmp.10.dylib
7 years ago
Alex Polcyn
db647e2fff
Fix new ruby OS X dep on libgmp.10.dylib
7 years ago
Adele Zhou
5a4ff916f7
Update the container version which as a fix for ASAN
7 years ago
Mehrdad Afshari
df35fbbf06
Regenerate projects
7 years ago
Hope Casey-Allen
a368348f48
Update unit testing documentation
7 years ago
Matt Kwong
01bd0c6b19
Update pip pin from 9.0.1 to 9.0.2
7 years ago
Matt Kwong
fe9ad99143
Unpin pip version installed in build_python.sh
...
Fix for issue #14815 . Pinning to 9.0.3 doesn't work because pip fails to
recognize that as a valid version. Newer versions of pip have a fallback
on macOS to use SecureTransport instead of their outdated OpenSSL that
doesn't support TLSv1.2.
7 years ago
Menghan Li
e0ecd1d142
Add go release 1.11.3 to client_matrix.py
7 years ago
Mehrdad Afshari
9424b4c778
Ensure Ruby packager adds executable bit on protoc/plugin
7 years ago
Mehrdad Afshari
b3c5fc7de3
Make protoc and grpc_*_plugin files executable on Kokoro
7 years ago
Jan Tattermusch
b284ea9338
add --cloud_to_prod auth interop tests to macos
7 years ago
Jan Tattermusch
4ffd116dce
add non-cloud gateways to macos interop tests
7 years ago
Matt Kwong
4598eb8a7a
Update pip pin from 9.0.1 to 9.0.2
7 years ago
Matt Kwong
d7790efc8e
Unpin pip version installed in build_python.sh
...
Fix for issue #14815 . Pinning to 9.0.3 doesn't work because pip fails to
recognize that as a valid version. Newer versions of pip have a fallback
on macOS to use SecureTransport instead of their outdated OpenSSL that
doesn't support TLSv1.2.
7 years ago
Eric Gribkoff
6f6b83e6b4
Run C++ Android interops on Firebase Test Lab
7 years ago
Eric Gribkoff
795be954a2
Remove scripts for running Android interop on Jenkins
7 years ago
Jan Tattermusch
f92ec17c89
add interop_to_prod tests on macos
7 years ago
ncteisen
cf5b2666e1
Make GrpcProtoBufferReaderWriter public
7 years ago
Jan Tattermusch
712ff899a8
gen_report_index.sh no longer used
7 years ago
Jan Tattermusch
121d686ecd
mark XML log from grpc_coverage as artifact
7 years ago
Matt Kwong
b16fcf58e5
Query ResultStore for tests instead of targets
7 years ago
Eric Gribkoff
f9fb3ebf1f
gRPC C++ Interop App
7 years ago
Alex Polcyn
11a45a8057
Fix c-ares tests under gcc musl
7 years ago
Jan Tattermusch
f75ca1ac8a
use ResultStore URL instead of Sponge for bigquery test results
7 years ago
Mehrdad Afshari
4f68b4cfac
Regenerate projects
7 years ago
Mehrdad Afshari
10d1b1e2a7
Regenerate projects
7 years ago
Mehrdad Afshari
90cfc8ed57
Regenerate projects
7 years ago
jiangtaoli2016
52880e1f2a
Add config file for ALTS interop tests for pull request
7 years ago
Jan Tattermusch
bf827a16ae
rename grpc_coverage XML log to get recognized by resultstore
7 years ago
jiangtaoli2016
fb7c84e5a6
Update interop test script to support ALTS
7 years ago
Adele Zhou
ac87b9e8b2
Limit longest timeout to 3600, which is the limit for RBE.
7 years ago
Jan Tattermusch
39d8973473
cleanup configuration for linux sanity tests
7 years ago
Mehrdad Afshari
9cad11ae08
regenerate projects
7 years ago
Jan Tattermusch
04c7634d6b
regenerate projects
7 years ago
Jan Tattermusch
c9e82fa9dd
update third_party/boringssl to the latest chromium-stable
7 years ago
Muxi Yan
834aeca180
Revert "Let cronet use grpc_cronet_registry_plugin"
7 years ago
Mark D. Roth
7c1b5db3bb
Convert subchannel_list code to C++.
7 years ago