jboeuf
3de87ee4a9
Merge pull request #933 from ctiller/bugscrub2
...
A couple of fixes + a test for client side authentication of hostnames
2015-03-03 16:10:17 -08:00
Jan Tattermusch
1970a5b7de
added C# to run_tests.py
2015-03-03 15:17:25 -08:00
Craig Tiller
c9f660daf8
Add a test that bad hostnames fail
2015-03-03 11:01:48 -08:00
Nicolas Noble
961141002a
Merge pull request #912 from ctiller/disconnect
...
Deflake fling_test
2015-03-02 13:54:14 -08:00
murgatroid99
5c4052d771
Removed logging, returned other tests to .travis.yml
2015-03-02 13:28:12 -08:00
murgatroid99
238c23b453
Added more logging
2015-03-02 12:13:20 -08:00
murgatroid99
fb0b99ea8f
Fixed ldd logging
2015-03-02 11:56:00 -08:00
murgatroid99
985c5bf2e0
Added logging for python tests
2015-03-02 11:50:23 -08:00
murgatroid99
d6fea899b8
Added TODO to re-enable commented test
2015-03-02 11:09:46 -08:00
Craig Tiller
bb88a048cd
Add clarifying comment
2015-03-02 10:56:33 -08:00
murgatroid99
aa88dced55
Merge branch 'master' into travis_python
2015-03-02 10:42:56 -08:00
murgatroid99
cedab130c2
Put tests back in a useful state
2015-03-02 10:42:24 -08:00
murgatroid99
a2af8a1a98
Changed how python versions are specified
2015-03-02 10:31:40 -08:00
murgatroid99
0af2a46d7c
Add more logging
2015-03-02 10:10:40 -08:00
Craig Tiller
45115845cc
Mark fling_*test non-flaky
...
Also, make the flaky: tag a little more visible in build.json
2015-03-02 10:05:10 -08:00
murgatroid99
d1d1626263
Added another log line
2015-02-27 16:44:32 -08:00
murgatroid99
7d33c2a90f
Added log line
2015-02-27 16:33:47 -08:00
Craig Tiller
f5065c5b65
Enable asan for C core
...
Also speed up a test, and disable some rarely touched but long running tests
2015-02-27 16:17:39 -08:00
murgatroid99
b7063f1416
Added python tests to .travis.yml
2015-02-27 16:12:24 -08:00
Nicolas Noble
21bcda3e1d
Merge pull request #879 from murgatroid99/ruby_run_tests
...
Added ruby tests to run_tests.py
2015-02-27 16:04:33 -08:00
Craig Tiller
3986427671
Merge branch 'ruby_run_tests' of github.com:murgatroid99/grpc into asan2
2015-02-27 15:55:19 -08:00
murgatroid99
530c0b9b1f
Changed how ruby versions are selected again
2015-02-27 14:38:34 -08:00
murgatroid99
ea14cfb493
Further changed ruby version handling
2015-02-27 14:21:45 -08:00
murgatroid99
c921865c39
Changed how ruby version is selected
2015-02-27 14:08:46 -08:00
murgatroid99
6a4c4fabf3
Added ruby tests to run_tests.py
2015-02-27 12:08:57 -08:00
Craig Tiller
2cc2b84a13
Allow starting from non-root directory
2015-02-27 11:43:26 -08:00
Masood Malekghassemi
6e0b280389
Merge pull request #855 from nathanielmanistaatgoogle/python-test-port
...
Drop fixed port from python_plugin_test
2015-02-27 10:56:25 -08:00
Craig Tiller
86fa1c5541
Save makefile var clobbering
2015-02-27 09:57:58 -08:00
Craig Tiller
8451e87ced
Extend timeouts for Travis 2x
2015-02-27 09:25:51 -08:00
Craig Tiller
e1d0d1c549
Make timeout red
2015-02-27 08:54:23 -08:00
Nicolas Noble
dadafd6c93
Merge pull request #867 from ctiller/timeout2
...
Force-kill long running processes
2015-02-26 22:57:02 -08:00
Craig Tiller
9b3cc7461a
Force-kill long running processes
...
To get at least some information on them
2015-02-26 22:26:39 -08:00
Nicolas "Pixel" Noble
9db7c3b174
Adding flaky attribute for tests.
2015-02-27 06:50:16 +01:00
Craig Tiller
d05cdaf140
Merge branch 'travis_python' of github.com:jtattermusch/grpc into travis-c++
...
Conflicts:
.travis.yml
2015-02-26 17:04:35 -08:00
Jan Tattermusch
f0a801eb5e
running python tests on travis
2015-02-26 16:57:43 -08:00
Nathaniel Manista
732cf09a93
Drop fixed port from python_plugin_test
...
There may be some aspect of mortal sin in the way that context
management is now done in this test.
2015-02-27 00:47:38 +00:00
Craig Tiller
904da8cab6
Fix sorting
2015-02-26 15:59:15 -08:00
Craig Tiller
b84728d6dd
Better logging for Travis
2015-02-26 15:40:39 -08:00
Craig Tiller
9d6139a6f6
Add timer to run_tests.py
...
For future profiling work to eliminate/speed-up slow tests.
2015-02-26 15:24:43 -08:00
Nicolas "Pixel" Noble
a7df3f9e2c
Improving travis output.
2015-02-26 22:48:30 +01:00
Yang Gao
0e32857bfd
Merge pull request #784 from ctiller/timeout
...
Introduce slowdown factor for unit test deadlines
2015-02-26 09:30:36 -08:00
Masood Malekghassemi
02a74dd244
Merge pull request #785 from nathanielmanistaatgoogle/early-adopter-changes
...
Final changes to the early_adopter API.
2015-02-25 12:34:28 -08:00
Nathaniel Manista
afae27cf5e
Merge pull request #739 from soltanmm/py-update
...
Updated Python protoc plugin and Python plugin testing.
2015-02-25 09:19:33 -08:00
Nathaniel Manista
9280790a5d
Final changes to the early_adopter API.
...
This makes grpc.early_adopter much more independent of RPC
Framework and cleaner at the cost of reexporting most of the
interfaces and writing several delegation classes.
2015-02-25 17:14:11 +00:00
Craig Tiller
c1f1162787
Drastic speed up
2015-02-25 09:09:59 -08:00
Craig Tiller
36ccead403
Merge pull request #735 from jboeuf/fix_ssl_san
...
Verifying the peer name on the X509 Certs correctly.
2015-02-24 21:11:26 -08:00
Masood Malekghassemi
59d9ff4d9f
Updated Python protoc plugin testing.
2015-02-24 19:11:08 -08:00
Julien Boeuf
9fff77e4f8
Addressing comments.
2015-02-24 16:50:35 -08:00
Craig Tiller
23d2f3f2b1
Support writes failing
2015-02-24 15:23:32 -08:00
Craig Tiller
336ad50973
Use signals instead of sleep to wait for jobs
2015-02-24 14:57:20 -08:00