murgatroid99
88113f7b61
Minor fixes to tests
8 years ago
murgatroid99
1191b7202d
Improve Node and libuv testing and test coverage
...
Allow Node tests to run with or without UV, change default version to 7, add some portability tests. Also make some more core tests work with libuv
8 years ago
murgatroid99
c518198d9a
run_tests: set Node runtime variable when using default compiler
8 years ago
Jan Tattermusch
7dd2cc6f68
cleanup and speedup of sanity tests
8 years ago
Jan Tattermusch
5c79a3199c
cleanup tools/run_tests directory
8 years ago
Jan Tattermusch
a025ea7c1c
test timeouts eliminated by mistake
8 years ago
Jan Tattermusch
68e27bfef3
enable running many runs per test without flooding the logs
8 years ago
Jan Tattermusch
fffb2676b5
test timeouts eliminated by mistake
8 years ago
Masood Malekghassemi
a0804ef0d2
Fix test runner failures for Python on Windows
8 years ago
Masood Malekghassemi
c4f5a2eed2
Fix test runner failures for Python on Windows
8 years ago
Craig Tiller
bc28cd6f90
Scale poll-cv test timeouts up
8 years ago
Craig Tiller
ab34b12e50
Make a better educated guess about CPU costs of a benchmark
8 years ago
Craig Tiller
e6684f415e
Remove legacy poller
8 years ago
Matt Kwong
1347e40563
Use Jessie instead of Ubuntu Dockerfile for GCC-4.8 tests
8 years ago
Matt Kwong
029ed106c5
Enable port tests to be run using gcc4.8
8 years ago
murgatroid99
eaf7964001
Add test scripts for electron
8 years ago
murgatroid99
5a3f862153
Add missing comma in run_tests.py
8 years ago
murgatroid99
59792a39b0
Build Node artifacts and allow Node tests for Node 7
8 years ago
murgatroid99
b53e5d1f2b
Create benchmark client and server for Node Express
8 years ago
Jan Tattermusch
19a4121e73
more flexible test naming in reports
8 years ago
murgatroid99
1687cab9ed
Add libuv tests, and installation step in dockerfile
8 years ago
Jan Tattermusch
cfcc0755a0
more flexible test naming in reports
8 years ago
kpayson64
d195cf589d
Add condition variable polling engine
8 years ago
murgatroid99
2c287ca750
UV tests pass on linux
8 years ago
Jan Tattermusch
ab7abdb968
dont eat run_tests.py errors on test failure
8 years ago
Jan Tattermusch
e480a6a1f9
dont eat run_tests.py errors on test failure
8 years ago
murgatroid99
c36f6ea745
Compile and link core tests with libuv
8 years ago
Ken Payson
3299f81ea8
Remove run_tests.py poll-cv shim
8 years ago
Ken Payson
65818729dc
Clang format
8 years ago
Ken Payson
e02c7ed37b
Broke cv polling into seperate engine
8 years ago
Jan Tattermusch
50e98574b2
update path to C# test build by dotnet cli
8 years ago
Siddharth Shukla
bd268492e8
remove erroneously redefined function from run_tests.py
...
The function was added in 824c234de8
.
8 years ago
murgatroid99
b6204f52cd
Add 'node6' to the other spot where it's needed in run_tests.py
8 years ago
Jan Tattermusch
1f7ce19d63
update path to C# test build by dotnet cli
8 years ago
murgatroid99
6485393534
Add Node 6 to the list of recognized compilers in run_tests.py
8 years ago
Muxi Yan
58c0615c1d
Extend the deadline of objc-examples-build to 30 minutes
8 years ago
siddharthshukla
2135a1b557
add PyPy to testing toolchain
8 years ago
Jorge Canizales
8a9fe2ad97
nit: format ObjC test targets better
...
So they can be commented out.
8 years ago
Stanley Cheung
fa1e4fa7f1
php: add php7 to jenkins basic and interop tests
8 years ago
Stanley Cheung
2e2cdffe9d
php: add php7 to jenkins basic and interop tests
8 years ago
Craig Tiller
5ca7e47493
Merge pull request #6737 from ctiller/delayed-write
...
Delay beginning most writes until we enter poll()
8 years ago
Craig Tiller
8f18ee64b2
Make default log verbosity ERROR, run tests with DEBUG
8 years ago
Craig Tiller
38fb8de100
get timeouts working on run_tests.py again
8 years ago
Craig Tiller
2808be6641
Fix regex filtering
8 years ago
Nicolas "Pixel" Noble
9183314435
Addressing comments.
8 years ago
siddharthshukla
0589e533cd
Make testing toolchain python 3.x compliant
...
six is necessary for making these scripts cross compatible
between python 2.x and 3.x
Changes:
Add six to python_deps.include
Include python_deps.include to all Dockerfile templates in test directory
Include python_deps.include to all Dockerfile templates in stress_test directory
Include python_deps.include to all Dockerfile templates in interop_test directory
Replace print statements with print function calls (from futute..)
Replace .iteritems() with .items() wherever necessary
use six.moves to import BaseHTTPServer
Generate new dockerfiles using generate_projects.sh
9 years ago
siddharthshukla
c478214e47
Enable py35 and py36 testing
...
Add dockerfile template for python_pyenv_x64 docker image
Generate the dockerfile using generate_projects.sh
Modify run_tests.py to include python3.5 and python3.6
Runs python_jessie_x64 for python versions 2.7 and 3.4, and
python_pyenv_x64 for python versions 3.5 and 3.6
9 years ago
Jorge Canizales
6eade6dcd7
Podspecs for Protoc and the gRPC plugin
...
The examples under <repo_root>/examples now rely on the released
versions. Those under src/objective-c/examples, as well as the tests,
rely on protoc and the plugin as compiled from head.
9 years ago
Ken Payson
189d685cc5
Added timeout to port server
9 years ago
Masood Malekghassemi
cab9d4f74b
Make Python tests run on Windows
9 years ago