Jan Tattermusch
cfc7864fb3
fix gce script for cloud to cloud C# client
2015-03-04 10:37:13 -08:00
Donna Dionne
38bf129a3e
Just a few more changes to include csharp into build and test
2015-03-03 18:07:11 -08:00
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
donnadionne
cf1dec6324
Merge pull request #938 from jtattermusch/csharp_docker
...
adding C# support to gce_setup scripts
2015-03-03 15:31:02 -08:00
Jan Tattermusch
961e4a5f7c
addressed comments
2015-03-03 15:22:14 -08:00
Jan Tattermusch
1970a5b7de
added C# to run_tests.py
2015-03-03 15:17:25 -08:00
Jan Tattermusch
44d2cc7944
adding C# support to gce_setup scripts
2015-03-03 14:13:35 -08:00
Michael Lumish
df2186fb3f
Merge pull request #934 from jtattermusch/csharp_docker
...
Polishing C# Dockerfiles
2015-03-03 11:23:07 -08:00
Jan Tattermusch
0a1d090406
Polishing C# Dockerfiles
2015-03-03 11:19:00 -08:00
Craig Tiller
c9f660daf8
Add a test that bad hostnames fail
2015-03-03 11:01:48 -08:00
Tim Emiola
eb82c4e76b
Merge pull request #919 from donnadionne/test-mod
...
adding a build images script and remove some tests while investigating t...
2015-03-03 10:11:21 -08:00
Stephen Thorne
093a4ebd3e
Fix backslash line endings for grpc_python/Dockerfile.
...
Without the correct line endings docker had errors interpreting '&&' as a command.
2015-03-03 16:13:56 +00:00
Qi Zhao
4705a5a01a
Revert "dockerfiles/go: go install from GOPATH and remove bash from CMD"
2015-03-02 17:04:30 -08:00
Donna Dionne
1542d7dbb0
adding a build images script and remove some tests while investigating timeout
2015-03-02 14:42:35 -08:00
Nicolas Noble
961141002a
Merge pull request #912 from ctiller/disconnect
...
Deflake fling_test
2015-03-02 13:54:14 -08:00
Nicolas Noble
b9518217f0
Merge pull request #887 from murgatroid99/travis_python
...
Added python tests to .travis.yml
2015-03-02 13:52:41 -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
Tim Emiola
f42af60c7e
Merge pull request #913 from jtattermusch/csharp_docker
...
Docker files for c# (on mono)
2015-03-02 10:46:19 -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
Jan Tattermusch
fa4efbd157
added docker files for c#
2015-03-02 10:18:25 -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
Tim Emiola
d4a2171f52
Merge pull request #892 from proppy/docker-go
...
dockerfiles/go: go install from GOPATH and remove bash from CMD
2015-03-02 09:44:44 -08:00
Nicolas "Pixel" Noble
1ff52d5278
Guard headers tool.
2015-03-01 06:18:14 +01:00
Nicolas Noble
0c84e3c4e6
Merge pull request #886 from ctiller/asan2
...
Omit some tests, speed up others, prepare for ASAN
2015-02-28 10:17:55 -08:00
Nicolas Noble
4251ba4045
Merge pull request #897 from ctiller/asan
...
Suppressing a data race in OpenSSL
2015-02-28 10:16:41 -08:00
Craig Tiller
c24eb22860
Suppressing a data race in OpenSSL
...
This race is (probably) legit on some platforms, but (likely) safe on Intel at least.
For now, since it's a little outside our control, I'm suppressing it to focus on any remaining races in our code.
2015-02-28 17:09:48 +00:00
Johan Euphrosine
0e46e349ab
dockerfiles/go: go install from GOPATH and remove bash from CMD
2015-02-27 21:32:47 -08:00
Nicolas "Pixel" Noble
2f02bb051f
Further cleanup.
2015-02-28 05:58:22 +01:00
Nicolas "Pixel" Noble
706239bd5a
Merge branch 'master' of github.com:google/grpc into docker
2015-02-28 05:54:58 +01: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
Michael Lumish
41d524682d
Merge pull request #884 from donnadionne/auth-node-test
...
Auth node test
2015-02-27 16:26:49 -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
26cbd1a003
Merge pull request #883 from ctiller/asan
...
Update suppressions file
2015-02-27 16:05:22 -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
af08efe29f
This looks more serious
2015-02-27 23:53:45 +00:00
Donna Dionne
b47b89cedb
Adding test command to test node auth compute engine credentials.
2015-02-27 15:21:14 -08:00
Craig Tiller
5be9e3b421
Another update
2015-02-27 23:14:35 +00:00
Craig Tiller
e1163283fb
Update suppressions file
2015-02-27 23:08:28 +00: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