kpayson64
3323bafef8
Generate Projects
7 years ago
jiangtaoli2016
274840e4d3
Migrate SSL_transport_security TSI to new TSI handshaker API
7 years ago
Jan Tattermusch
0767878b6e
build C# android artifact
7 years ago
Jan Tattermusch
fe71244f5b
Install pip for Python3.4 for gcov tests
7 years ago
Matt Kwong
4ba7e8400a
Enable uploading RBE test results to BQ
7 years ago
Matt Kwong
4d5200f99a
Install pip for Python3.4 in all Dockerfiles used for Python testing
7 years ago
Alexander Polcyn
ac8b72f75b
Add a test that tcp server posix consumes socket mutators
7 years ago
Yihua Zhang
2f777f77b1
regenerate projects
7 years ago
Yihua Zhang
cc93663910
Add ALTS fuzzer
7 years ago
Jan Tattermusch
0491cd2872
disable unwanted dotnet options
7 years ago
Jan Tattermusch
13c903552b
regenerate projects
7 years ago
Adele Zhou
27eef6ccaf
Keep jobs at 200 as suggested by Foundry team.
7 years ago
Adele Zhou
5792c052dd
Update test jobs to 800 and set runs_per_test back to 2 to detect flakes.
7 years ago
murgatroid99
cd1172c9dd
Revert recent changes to node interop build script
7 years ago
Matt Kwong
fcd04ec121
Remove the fallback when creating Python virtual env
...
See https://github.com/grpc/grpc/issues/15253 for more context. The
original behavior when running Python tests is to try to create a
virtual env with the specifed Python version. If there is an issue
with that, fallback to the system's default Python version. This leads to
misleading test results, so removing the fallback and failing the test
when virtual env fails to instantiate the specified Python version is
the new behavior.
7 years ago
Yihua Zhang
392dad7134
incorporate alts to google default creds
7 years ago
Carl Mastrangelo
ee7c77666e
add The support
7 years ago
Mehrdad Afshari
2d43a45ad1
Regenerate projects
7 years ago
Carl Mastrangelo
e51aa63752
Make copyright check slightly more flexible
7 years ago
Adele Zhou
2d3186eee4
Use Bazel 0.12.0
7 years ago
Juanli Shen
a0aab7ebcc
Add load data store
7 years ago
ncteisen
4454af55e1
Update stats generator
7 years ago
Juanli Shen
8d6c3466ae
Move comment out of the command
7 years ago
ncteisen
99e910f58f
Stop tracking call size in bm diff
7 years ago
Juanli Shen
beaf140ff7
Update the kokoro build version in gcloud command
7 years ago
Mehrdad Afshari
700d050500
Bump pip in yapf_virtual_environment
7 years ago
Mehrdad Afshari
f4bea02a72
Fix the Python source distribtest script
7 years ago
Mehrdad Afshari
97904d46e0
Add Python source distribtest targets
7 years ago
Mehrdad Afshari
bb6d51adaa
Add Dockerfiles for Python source distribtests
7 years ago
Adele Zhou
bed721cbf7
Remove VIP in cloud-to-prod interop tests.
7 years ago
ncteisen
40ec89ff67
Support microbenchmarks internally
7 years ago
Yihua Zhang
7f2880d2ac
enable c++ for ALTS kokoro tests
7 years ago
Jan Tattermusch
5947d337fd
run_tests.py --auto_set_flakes should be disabled by default
7 years ago
Hope Casey-Allen
8d6f4619e3
Update the run tests instructions to clarify a python module error
7 years ago
Adele Zhou
663a71b51f
Fix Python backward compatibility tests
7 years ago
Mehrdad Afshari
e10d588c86
Split off pre_1.11 Python interop script
7 years ago
Mehrdad Afshari
2d05737e92
Fix the Python path for interop tests
7 years ago
kpayson64
9d00766d5a
Make Node interop tests use c-core changes
7 years ago
Jan Tattermusch
f723164e3e
new mono versions on MacOS default to 64bit runtime
7 years ago
Matt Kwong
2d96e48741
Reduce runs_per_tests for master Foundry builds to 1
7 years ago
Matt Kwong
7ec3be7576
Increase Foundry job count to 200
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
Eric Gribkoff
57414c7c51
Remove old environment variable from Python artifact build
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
3d0aab0d58
Add 1.11.0 to portability tests
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
Matt Kwong
c00f929da2
Update xcode version for macOS Obj-C tests to 9.2
7 years ago