Jan Tattermusch
e82435922d
fixes to run_tests.py to at least start building tests on Windows
10 years ago
Craig Tiller
c8b357f7c8
Run capable test suites against grpc_unsecure
10 years ago
Craig Tiller
9a5a94086b
Get run_tests.py forever mode working again
10 years ago
Craig Tiller
08453374b2
Introduce ahead-of-time registration of (method,host) pairs
10 years ago
Yang Gao
084ef52672
Remove outdated protos
10 years ago
Vijay Pai
6dfa7e6ea3
Move files to a new "profiling" directory to better distinguish from census
...
statistics
10 years ago
Craig Tiller
d180e03d20
Update build files
10 years ago
Craig Tiller
8cca9abeda
Thread local storage for grpc
10 years ago
Craig Tiller
d625d81e9b
Allow restricting platforms for certain tests
10 years ago
Craig Tiller
d5cc8aca76
Spam cleanup
10 years ago
Craig Tiller
5058c69209
Initial porting of run_tests to Windows
10 years ago
Yang Gao
b946b5ea74
Refactor and add a unit test
10 years ago
Nicolas "Pixel" Noble
fd2b09329b
Adding a simple 'buildonly' test.
10 years ago
Nicolas "Pixel" Noble
9f72864caf
Adding basic sanity test.
10 years ago
Yang Gao
cdb2a6e071
Protect on some overflow scenarios, add a test and build/run the test
10 years ago
David Klempner
559543ec0d
Unconditionally add a newline if a test times out or fails.
...
Failure should generally result in output unless something goes wrong,
but timeout currently doesn't, but should be printed 100% of the time.
10 years ago
Nathaniel Manista
4e6fd0a3ae
Merge the base and base.packets packages
...
They were two halves of the same whole.
10 years ago
Masood Malekghassemi
65af063ad7
Fix Python test ignorance of build config
10 years ago
Nicolas "Pixel" Noble
1fb5e821a4
Defaulting run_tests to just opt.
10 years ago
Nicolas Noble
f358573091
FreeBSD preliminary work.
...
-) You can't assume bash is installed. Scripts needs to be cleaned out of bashisms.
-) You can't assume python is in /usr/bin. Use env instead.
-) AF_INET is in sys/socket.h
-) Added port_platform's basic structure for FreeBSD, based off Darwin.
-) FreeBSD doesn't have and doesn't need libdl for OpenSSL.
10 years ago
Yang Gao
005eb88c45
Rename anonymous to generic globally
10 years ago
Yang Gao
0cb6c25e71
A first test with typed async client and untyped service for a simple rpc
10 years ago
Nathaniel Manista
31e65beaed
Eliminate the Python "assembly" package
...
This completes issue #726 . All that cascading activation stuff just
didn't work out as cleanly as I had hoped it would.
10 years ago
Nathaniel Manista
a25af852c7
Include interop tests in python_tests.json
10 years ago
Masood Malekghassemi
b2d4a8de95
Have Python protoc plugin test run with other tests
10 years ago
Craig Tiller
49f6132053
Teach run_tests about individual Python tests
...
Allows:
- running python tests in parallel
- clearer Travis output
- subjects each python test to the five minute run_tests timeout,
instead of ALL the tests to the five minute timeout
- easier benchmarking of which tests are slow
10 years ago
murgatroid99
132ce6a232
Added CONFIG environment variable to build and test scripts, fixed some bugs
10 years ago
Jan Tattermusch
1970a5b7de
added C# to run_tests.py
10 years ago
Craig Tiller
c9f660daf8
Add a test that bad hostnames fail
10 years ago
murgatroid99
5c4052d771
Removed logging, returned other tests to .travis.yml
10 years ago
murgatroid99
238c23b453
Added more logging
10 years ago
murgatroid99
fb0b99ea8f
Fixed ldd logging
10 years ago
murgatroid99
985c5bf2e0
Added logging for python tests
10 years ago
murgatroid99
d6fea899b8
Added TODO to re-enable commented test
10 years ago
Craig Tiller
bb88a048cd
Add clarifying comment
10 years ago
murgatroid99
cedab130c2
Put tests back in a useful state
10 years ago
murgatroid99
a2af8a1a98
Changed how python versions are specified
10 years ago
murgatroid99
0af2a46d7c
Add more logging
10 years ago
Craig Tiller
45115845cc
Mark fling_*test non-flaky
...
Also, make the flaky: tag a little more visible in build.json
10 years ago
murgatroid99
d1d1626263
Added another log line
10 years ago
murgatroid99
7d33c2a90f
Added log line
10 years ago
Craig Tiller
f5065c5b65
Enable asan for C core
...
Also speed up a test, and disable some rarely touched but long running tests
10 years ago
murgatroid99
b7063f1416
Added python tests to .travis.yml
10 years ago
murgatroid99
530c0b9b1f
Changed how ruby versions are selected again
10 years ago
murgatroid99
ea14cfb493
Further changed ruby version handling
10 years ago
murgatroid99
c921865c39
Changed how ruby version is selected
10 years ago
murgatroid99
6a4c4fabf3
Added ruby tests to run_tests.py
10 years ago
Craig Tiller
2cc2b84a13
Allow starting from non-root directory
10 years ago
Craig Tiller
86fa1c5541
Save makefile var clobbering
10 years ago
Craig Tiller
8451e87ced
Extend timeouts for Travis 2x
10 years ago