Nicolas "Pixel" Noble
970f5d9c1d
Removing some bashisms.
10 years ago
Tim Emiola
2988e736df
Adds the command to the interop test runner to run the jwt ruby auth test cmd
10 years ago
Donna Dionne
5547edfa09
Adding python to cloud prod tests.
10 years ago
Masood Malekghassemi
b553476be7
Add Python cloud prod gen interop command
10 years ago
Masood Malekghassemi
650cb25610
Fix documentation typo
10 years ago
Donna Dionne
81ce8dde30
Adding links to individual test logs in test result page.
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
Donna Dionne
e8382dedbe
Also fixing docker file to ensure service account is copied.
10 years ago
Donna Dionne
5887383770
python auth test command change
10 years ago
Masood Malekghassemi
746f5cb156
Fix wrong docker instance in Python interop tests
10 years ago
Donna Dionne
1c96a8fdb5
Adding php client to interop tests.
10 years ago
Craig Tiller
8cca9abeda
Thread local storage for grpc
10 years ago
Masood Malekghassemi
e6b0038223
Add OAuth interop tests to Python
...
Also adds the commands to the grpc_docker shell library script to
support running in docker.
10 years ago
Tim Emiola
c76b5652d4
Use the release tag specified by the version
10 years ago
Craig Tiller
0ff7e692b0
Better defaulting of attributes
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
Tim Emiola
ded51698fd
Update the libgrpc debian package to depend on the experimental version of openssl
10 years ago
Tim Emiola
0c62832cc1
Updated the version to 0.6.0
10 years ago
Tim Emiola
1e3361c161
Use the local version of the distpackages when build debian files
10 years ago
Masood Malekghassemi
2b34e5adf1
Version update to 0.5.0
10 years ago
Masood Malekghassemi
451887ba2c
Enable PyPI package management
10 years ago
Tim Emiola
0bfdfa126d
Simplifies the work needed to create a new deb
...
- automates much of the workflow for building a deb package
- adds a version.txt file that is used configure the version on the deb package
* updates the Dockerfile to make use of this
10 years ago
Tim Emiola
f82b378314
Add the version of the built deb to be configured by a file
10 years ago
Tim Emiola
2a113f6edc
Add the version of the built deb to be configured by a file
10 years ago
Nicolas "Pixel" Noble
a727fe22b6
Created Visual Studio 2010 project files.
...
Also removed the unused shared projects.
10 years ago
murgatroid99
650b2c71b9
Generate interop-related code in docker build
10 years ago
murgatroid99
3781a634b0
Changed PHP version to 5.5 in Dockerfiles
10 years ago
murgatroid99
80df992f98
Added composer commands to PHP Dockerfiles
10 years ago
Yang Gao
b946b5ea74
Refactor and add a unit test
10 years ago
murgatroid99
d081a22368
Removed ruby installation change
10 years ago
murgatroid99
92e86f946f
Updated php_base Dockerfile to install PHP instead of compiling it
10 years ago
Nicolas "Pixel" Noble
fd2b09329b
Adding a simple 'buildonly' test.
10 years ago
Nicolas "Pixel" Noble
b8b3e01c4b
Adding Dockerfile for grpc/scan-build.
...
This can be simply used that way:
docker run -p 8182:8181 grpc/scan-build
This will grab grpc's latest github code, compile it through clang's scan-build tool (http://clang-analyzer.llvm.org/scan-build.html ) and output the result on stdout. This will also start an HTTP server on port 8182 on your machine, displaying the report nicely.
As a nice side-effect, this will also produce scan reports for openssl and protobuf.
The server can be then stopped this way:
docker ps -l # figure out the container-id
docker kill container-id
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
Eric Anderson
55420b07bc
Use protobuf java and nano from Maven Central
...
The protobuf jars are now available from Maven Central. Use them instead
of building our own.
10 years ago
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