Tim Emiola
0d949f5dec
Updates the structure and name of the tar.gz archive
...
- the name includes a version
- the top-level directory of the tar has the same name as the archive
10 years ago
Tim Emiola
64af6830f3
Corrects some spelling mistakes
10 years ago
Tim Emiola
fb23f1c0e4
Adds a file containing the version
10 years ago
Donna Dionne
1ee2e4f2e4
Add csharp server to interop tests
10 years ago
Yang Gao
8f72c0b3d8
Add jwt_token_creds test case to interop test for c++
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
Tim Emiola
3dbaf171f9
Adds a dockerfile and script for building a tar archive containing protoc and the grpc plugins
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
Nathaniel Manista
b1ef2f146f
Update Python Dockerfile's unit test list
...
The removal of grpc.framework.assembly.implementations_test should have
happened along with the removal of the test itself in 31e65be
.
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
cbc540edcf
Add the Python interop client to gce_setup files
10 years ago
Nicolas "Pixel" Noble
b072a4ff75
Adding MSVC's grpc++ project file.
10 years ago
Donna Dionne
679c2539a1
Modifying after review comments.
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
Jan Tattermusch
01b851f87c
Fixed run server command in csharp_mono dockerfile.
10 years ago
Nathaniel Manista
a25af852c7
Include interop tests in python_tests.json
10 years ago
Donna Dionne
9e87bb7a17
Added timeout for tests that hang
...
Added prettier cloud to prod output and a history of results
10 years ago
Masood Malekghassemi
b2d4a8de95
Have Python protoc plugin test run with other tests
10 years ago
Donna Dionne
ea85c2c30e
Adding csharp to test suite
...
temp remove timing out test to investigate
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
cfc7864fb3
fix gce script for cloud to cloud C# client
10 years ago
Donna Dionne
38bf129a3e
Just a few more changes to include csharp into build and test
10 years ago
Jan Tattermusch
961e4a5f7c
addressed comments
10 years ago
Jan Tattermusch
1970a5b7de
added C# to run_tests.py
10 years ago
Jan Tattermusch
44d2cc7944
adding C# support to gce_setup scripts
10 years ago
Jan Tattermusch
0a1d090406
Polishing C# Dockerfiles
10 years ago
Craig Tiller
c9f660daf8
Add a test that bad hostnames fail
10 years ago
Stephen Thorne
093a4ebd3e
Fix backslash line endings for grpc_python/Dockerfile.
...
Without the correct line endings docker had errors interpreting '&&' as a command.
10 years ago
Qi Zhao
4705a5a01a
Revert "dockerfiles/go: go install from GOPATH and remove bash from CMD"
10 years ago
Donna Dionne
1542d7dbb0
adding a build images script and remove some tests while investigating timeout
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
Jan Tattermusch
fa4efbd157
added docker files for c#
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
Nicolas "Pixel" Noble
1ff52d5278
Guard headers tool.
10 years ago
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