Craig Tiller
0aeb7aa550
get directories right
9 years ago
Craig Tiller
f418260787
make windows tests run
9 years ago
Craig Tiller
456ce490ea
Enable msbuild running parallel jobs
9 years ago
Craig Tiller
7bb3efdaf9
stuff
9 years ago
Craig Tiller
6fd238443e
Use msbuild for tests
9 years ago
Craig Tiller
bd4e378445
Windows tweak
9 years ago
Craig Tiller
d5904820aa
Windows tweak
9 years ago
Craig Tiller
4a71ce2633
Increase msan timeout also
9 years ago
Craig Tiller
b2ea0b9f48
Up asan/tsan timeouts - they need it
9 years ago
Craig Tiller
8b5f4dcc7f
Fix typo
9 years ago
Craig Tiller
abd37fd278
Make run_tests.py robust against port_server not starting
9 years ago
Craig Tiller
e69426448a
Windows builds need longer
9 years ago
Craig Tiller
711bbe6364
Exclude qps_test from tsan runs
...
The TSAN deadlock detector has some problems that prevents this test
from running successfully.
Issue #2994 has been filed to re-enable these in the future.
9 years ago
yang-g
6c1fdc6c89
Only run built binaries
9 years ago
Craig Tiller
c85357e051
Reduce mac CI load
9 years ago
Craig Tiller
9a0c10efc6
Windows fix
9 years ago
Craig Tiller
9429b619d9
Fix typo
9 years ago
Craig Tiller
d50993d49b
Add linux, mac as test platforms, only run _with_poll tests on linux
9 years ago
Craig Tiller
db0d23466a
Give make a long timeout, tests a small one, and interop a slightly longer one
9 years ago
Craig Tiller
ef12559f0f
Rework restart facility to be more portable
9 years ago
Craig Tiller
f53d9c8d0d
Testing port server
...
run_tests.py will start a server (if it's not running, or if the running
port server mismatches the 'current' one) that serves ports to use for
tests. The server is left running after run_tests.py finishes, so that
in environments such as Mac and Windows where tests run unshielded from
each other, we don't start jumping on already used ports.
9 years ago
Jan Tattermusch
9d67d8deaf
add HealthCheck tests to run_tests.py
9 years ago
Masood Malekghassemi
2b84162bd4
Use py.test from run_tests.py
...
Also updates the version of grpcio_test. Now that grpcio and its tests
are in different project packages, the version numbers should be kept in
sync.
9 years ago
Jorge Canizales
d0b32e9a55
Make plugin & server, and pod install via run_tests.py
9 years ago
Jorge Canizales
a0b3bfa356
Start integrating ObjC tests in run_tests.py
9 years ago
murgatroid99
a43c14fef8
Make ruby tests see changes to C core
9 years ago
Nicolas "Pixel" Noble
4243ca878e
Supporting FreeBSD for Jenkins.
9 years ago
Craig Tiller
1ada6ad8e5
Added connectivity tests, fixed bugs
10 years ago
Masood Malekghassemi
e5f7002617
Add Python3 testing support
...
Conditionally runs the tests depending on the availability of Python
versions (because Travis is the worst).
10 years ago
Craig Tiller
bb30971cec
Fix run_tests forever mode
10 years ago
Craig Tiller
73f36bdb6c
Fix run_tests forever mode
10 years ago
Nicolas "Pixel" Noble
5937b5bc5a
Exporting XML reports, JUnit-compatible.
10 years ago
Craig Tiller
f75fc12e3a
Add a test that headers are properly in build.json
...
Clean up anything that failed
10 years ago
Craig Tiller
f7b7c89351
Dont do nothing for eternity
10 years ago
Craig Tiller
7552f0f958
Ensure tests are built during run_tests runs
...
The issue remains that we don't test our tools, but at least we test
that they compile.
10 years ago
Jan Tattermusch
12e8a049e4
backslashes break build on jenkins
10 years ago
Craig Tiller
0680527a78
Dont force GRPC_TRACE outside of Travis
10 years ago
Craig Tiller
74e770d5e8
Speed up hash checks, crash on first TSAN error
10 years ago
Craig Tiller
69cd237ba5
Speed up hash checks, crash on first TSAN error
10 years ago
Craig Tiller
71ec6cb332
Fix valgrind
10 years ago
David Garcia Quintas
79e389f431
Improvements to the way we randomize test runs.
10 years ago
Craig Tiller
50e53e27d5
Fix bug with finite runs per test
10 years ago
Jan Tattermusch
b00aa67b3c
run_tests.py support for C# on windows
10 years ago
David Garcia Quintas
e90cd37a1d
Added "inf" as a valid option to run_test.py's -n flag.
...
Especially useful in combination with -f.
10 years ago
Craig Tiller
6fbdd49875
Enable LSAN report_objects by default
10 years ago
Craig Tiller
d4b1362308
Enable LSAN report_objects by default
10 years ago
Craig Tiller
533b1a22b4
Add fast stop
...
Allows run_tests to early out as soon as a test fails.
Plays well with -f.
10 years ago
Craig Tiller
cd43da82f8
Add fast stop
...
Allows run_tests to early out as soon as a test fails.
Plays well with -f.
10 years ago
Craig Tiller
ce192ed4f3
Fix 4.4 build
10 years ago
Craig Tiller
c82a866c99
Fix typo
10 years ago