Lidi Zheng
a8658d9192
Put `jessie` back for Python3.4
...
* According to `https://packages.debian.org/jessie/python/python3.4 ` the Python3.4 has security issues.
* Debian `stretch` doesn't include Python3.4 packages in their repo
6 years ago
Lidi Zheng
772c4c4336
Migrate from `jessie` to `stretch`
6 years ago
Lidi Zheng
0dbd7831c3
Add different Dockerfile for each Python version
6 years ago
Lidi Zheng
1a74f991e1
Rename Dockerfile && fix typo
6 years ago
Lidi Zheng
f57f142b23
Migrate to new dockerfile
6 years ago
Lidi Zheng
4b593bd084
Testing new dockerfile from scratch
6 years ago
Lidi Zheng
575549c077
Add support for python 3.7
6 years ago
Jan Tattermusch
ce656957ea
address review comments
6 years ago
Jan Tattermusch
409def0d73
build C# artifact using cmake
6 years ago
Jan Tattermusch
c08c3ccbae
build grpc_csharp_ext with cmake
6 years ago
Vijay Pai
be18cedf90
Delete epollsig poller and tests using it
6 years ago
Jan Tattermusch
af1966aa03
fixes to run_tests.py bq uploading
6 years ago
Jan Tattermusch
3c78606fb2
yapf code
6 years ago
Jan Tattermusch
cc3780eb50
refactor upload_to_bq functions
6 years ago
Alexander Polcyn
2a881a3a05
double timeout to check if finishes
7 years ago
Matt Kwong
6578c34b73
Force UBSan to use clang++ as ld
7 years ago
Matt Kwong
cacc2ccbf0
Readd cmake backport to Jessie
7 years ago
Matt Kwong
528775db08
Add Jessie Dockerfile using RBE's base
7 years ago
Jan Tattermusch
79bb4e4470
dont run gcov coverage for Node
7 years ago
Muxi Yan
1aedfa8628
Add CFStream tests
7 years ago
Jan Tattermusch
5947d337fd
run_tests.py --auto_set_flakes should be disabled by default
7 years ago
Jan Tattermusch
f723164e3e
new mono versions on MacOS default to 64bit runtime
7 years ago
kpayson64
1bfff8eec0
Initial gevent support
...
Because some cpp code ends up leaking into cython, we change
the cython generator to generate cpp code.
7 years ago
kpayson64
539f5068bd
Abstract libuv implementation
...
Structures the libuv implementation to allow for a plugable
BSD style socket implementation to allow for other IO Managers
7 years ago
Jan Tattermusch
0614a68a0b
add portability test for gcc7.2
7 years ago
Noah Eisen
e737ae9e32
Stop building docker from inside docker
7 years ago
Mehrdad Afshari
87cd994b04
Upgrade yapf to 0.20.0
...
Upgrade yapf version to 0.20.0 and reformat Python files.
7 years ago
ncteisen
e2612aa0e8
Use correct timeout for benchmarks
7 years ago
ncteisen
888093c6ed
yapf run_tests
7 years ago
Dan Born
53d5503fac
Pass a pollset_set to some client handshakers.
7 years ago
Jan Tattermusch
eaf2bf569f
use reasonable multiplier values
7 years ago
murgatroid99
38007753b0
Remove src/node and references to it
...
This removes all of the node code and tests from the repo, along with the
scripts for running Node unit tests, performance tests, and artifact builds.
The scripts for running tests from the grpc-node repository are untouched.
7 years ago
ncteisen
1f062ad9ec
Standardize shortname
7 years ago
ncteisen
d392c7d8d1
Remove full benchmark run since we split it out now
7 years ago
Craig Tiller
77013000e7
Working benchmark parallelization
7 years ago
Jan Tattermusch
376dc34d78
adjust number of retries
7 years ago
Craig Tiller
e544ff0ff8
Revert bad fix
7 years ago
Vijay Pai
1ba537069c
Sanity check that tests declared non-polling actually don't poll
7 years ago
Jan Tattermusch
46b34caccb
add a way to disable auto_timeout_scaling
7 years ago
Craig Tiller
3cf8d50d1e
accurate, exhaustive "fast" version of this test
7 years ago
Craig Tiller
a35e6e5a0b
Run epex tests
7 years ago
Alexander Polcyn
3b8f40a5c4
Tentatively reduce parallelization limit on linux/macos to 128
7 years ago
Alexander Polcyn
dbfcd45af8
Limit max jobs cpu agnostic way, to avoid overloading the test
...
environment
7 years ago
Matt Kwong
316855ef98
Don't stop on failure in post test steps
7 years ago
Matt Kwong
c111341a17
Make Python generate coverage report in gcov mode
7 years ago
Matt Kwong
e2e7cf42a4
Add testing of grpc-node for Linux and MacOS
7 years ago
ncteisen
128bbc7e80
Check for benchmark before check for test
7 years ago
ncteisen
7839d82f28
Address github comments
7 years ago
ncteisen
d439b4e2d9
Split the benchmarks into individual jobspecs
7 years ago
Craig Tiller
0f7dc4f71d
Use shortname for shortname for json_run_localhost tests
7 years ago