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.
10 years ago
Johan Euphrosine
0e46e349ab
dockerfiles/go: go install from GOPATH and remove bash from CMD
10 years ago
Nicolas "Pixel" Noble
2f02bb051f
Further cleanup.
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
Craig Tiller
af08efe29f
This looks more serious
10 years ago
Donna Dionne
b47b89cedb
Adding test command to test node auth compute engine credentials.
10 years ago
Craig Tiller
5be9e3b421
Another update
10 years ago
Craig Tiller
e1163283fb
Update suppressions file
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
Eric Anderson
a04a64d368
Update Java Dockerfile to proto3-alpha-2 and add nanoproto
10 years ago
Craig Tiller
e1d0d1c549
Make timeout red
10 years ago
Nicolas "Pixel" Noble
20ee44ff06
Removing the ssh setup of the dockerfile.
10 years ago
Craig Tiller
9b3cc7461a
Force-kill long running processes
...
To get at least some information on them
10 years ago
Nicolas "Pixel" Noble
9db7c3b174
Adding flaky attribute for tests.
10 years ago
Jan Tattermusch
f0a801eb5e
running python tests on travis
10 years ago
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.
10 years ago
Craig Tiller
904da8cab6
Fix sorting
10 years ago
Craig Tiller
b84728d6dd
Better logging for Travis
10 years ago
Craig Tiller
9d6139a6f6
Add timer to run_tests.py
...
For future profiling work to eliminate/speed-up slow tests.
10 years ago
Nicolas "Pixel" Noble
a7df3f9e2c
Improving travis output.
10 years ago
Jan Tattermusch
28ab96c0bb
fix the version of debian package builder script
10 years ago
murgatroid99
03e2634173
Updated dockerfile with correct node executable
10 years ago
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.
10 years ago
Craig Tiller
c1f1162787
Drastic speed up
10 years ago
Tim Emiola
b7a64640bb
Fixes the GCE creds test flags
10 years ago
Tim Emiola
d2bff8e8ca
Updates the docker test commands
10 years ago
Tim Emiola
635dbbe2fc
Fixes the GCE creds test flags
10 years ago
Tim Emiola
fa4a4b52d8
Updates the docker test commands
10 years ago
Donna Dionne
fc975090b5
Fixing go commands
...
Fixing test names
10 years ago
Donna Dionne
5d9f62a49a
Adding auth test into suite to be run automatically
...
Temporarly taking out time out as it is not working properly on gcloud command
Restore a flag incorrectly removed earlier
10 years ago
Masood Malekghassemi
59d9ff4d9f
Updated Python protoc plugin testing.
10 years ago
murgatroid99
09e4583751
Fixed node cloud-prod commands
10 years ago
murgatroid99
f5c6625847
Fixed environment variable passing in node cloud-prod command
10 years ago
Julien Boeuf
9fff77e4f8
Addressing comments.
10 years ago
Craig Tiller
23d2f3f2b1
Support writes failing
10 years ago
Craig Tiller
336ad50973
Use signals instead of sleep to wait for jobs
10 years ago
Craig Tiller
fe406ec601
Support taking a regex on test short name
...
Allows run_tests to focus on one particular test if necessary.
Useful in combination with runs_per_test.
10 years ago
Craig Tiller
a6e8c20115
Add copyrights to some Dockerfiles
10 years ago
Donna Dionne
a6d738414d
Adding go auth tests
...
Adding python to images to be pulled after building
10 years ago
Craig Tiller
42bc87c097
Update C++ server with new core API
...
And reflects the C++ API in ServerBuilder.
10 years ago
Jan Tattermusch
f839503111
Dockerfile to test that debian packages can be used with ruby instead of make install
10 years ago