Stanley Cheung
20f900dc23
remove outdated php dockerfile dependency
8 years ago
Craig Tiller
5ca7e47493
Merge pull request #6737 from ctiller/delayed-write
...
Delay beginning most writes until we enter poll()
8 years ago
Masood Malekghassemi
e917486753
Install virtualenv in Python distribtest Dockerfiles
8 years ago
yang-g
d28fb6df8f
regenerate projects
8 years ago
Craig Tiller
8da7b1f779
Fix some failures
8 years ago
Masood Malekghassemi
1fa0faa2e2
Add src/compiler to clang format
8 years ago
siddharthshukla
0589e533cd
Make testing toolchain python 3.x compliant
...
six is necessary for making these scripts cross compatible
between python 2.x and 3.x
Changes:
Add six to python_deps.include
Include python_deps.include to all Dockerfile templates in test directory
Include python_deps.include to all Dockerfile templates in stress_test directory
Include python_deps.include to all Dockerfile templates in interop_test directory
Replace print statements with print function calls (from futute..)
Replace .iteritems() with .items() wherever necessary
use six.moves to import BaseHTTPServer
Generate new dockerfiles using generate_projects.sh
8 years ago
siddharthshukla
c478214e47
Enable py35 and py36 testing
...
Add dockerfile template for python_pyenv_x64 docker image
Generate the dockerfile using generate_projects.sh
Modify run_tests.py to include python3.5 and python3.6
Runs python_jessie_x64 for python versions 2.7 and 3.4, and
python_pyenv_x64 for python versions 3.5 and 3.6
8 years ago
Craig Tiller
eda85c6765
Expunge all references to zookeeper
9 years ago
Masood Malekghassemi
ac586ba21e
Remove tox
9 years ago
Jan Tattermusch
2c084ee31e
build experimental nugets with dotnet CLI
9 years ago
Jan Tattermusch
b6960d068f
switch CoreCLR to preview2
9 years ago
Jan Tattermusch
39ec1cbd7a
add csharp CoreCLR docker image
9 years ago
thinkerou
f3bc3b62a7
Load default roots.pem in PHP via grpc_set_ssl_roots_override_callback
9 years ago
Vijay Pai
8b79fdef7a
Disable ccache for clang-3.4 on Ubuntu 14.04 as this is not currently working.
...
Disabling it allows clang-3.4 to run C/C++ on docker
9 years ago
Vijay Pai
a9e62c2ddb
no ccache
9 years ago
Sree Kuchibhotla
7ed39a1ef1
PHP stress client in stress test framework
9 years ago
yang-g
46f4a681d2
minor fixes
9 years ago
Jan Tattermusch
6d258c59d3
add support for clang3.5, clang3.7 and gcc4.6
9 years ago
Vijay Pai
203b20c9b2
Add g++
9 years ago
Masood Malekghassemi
d4b4009c37
Use Python namespace packages
...
Before, namespace packages would break in auditwheel due to a
superfluous check (fixed in the commit referenced in the Dockerfiles).
Now, the auditwheel used in the manylinux1-support Docker images can
handle namespace packages, and we may thus use them. This should
alleviate future user pain w.r.t. installation of grpcio-tools causing
loss of grpcio files and vice versa (e.g. requiring a reinstall of
grpcio following installation of grpcio-tools).
9 years ago
Yuchen Zeng
7ae31a8898
Add more comments, fix format issues
9 years ago
Yuchen Zeng
1495cb5b24
Addressed reveiw comments about naming
9 years ago
Yuchen Zeng
ea09adc84b
Add a sanity test: check if the generated pb files are up-to-date
9 years ago
yang-g
e3975e72d2
Move grpc installation from docker file to script.
9 years ago
yang-g
933fbaf5ac
Add distrib test support for c++.
9 years ago
Jan Tattermusch
348ca76cf7
hotfix for sanity tests
9 years ago
Julien Boeuf
2b2f414dd1
Fixing headers.
9 years ago
Nicolas 'Pixel' Noble
f4fef88911
Pinning the llvm repository on 3.8.
9 years ago
Masood Malekghassemi
010eb48d21
Use manylinux
9 years ago
Masood Malekghassemi
616b2793fd
Fix docker build
9 years ago
Masood Malekghassemi
af3158350e
Integrate Python protoc Linux artifact builders
9 years ago
Masood Malekghassemi
58d24c259a
Add sanity test for grpcio protoc package
9 years ago
Masood Malekghassemi
d039a98a94
Add Python grpcio protoc package
9 years ago
Sree Kuchibhotla
1bdd5319b0
Python dockerfiles and config files for stress testing
9 years ago
Sree Kuchibhotla
7edab7c5e3
Ruby docker files and config
9 years ago
Sree Kuchibhotla
67df784bbc
C# Dockerfile and Config scripts
9 years ago
murgatroid99
9fab438669
Made Node tests support multiple versions and set the Node default version to 4 everywhere possible
9 years ago
Jan Tattermusch
24b68cd62f
generate interop test Dockerfiles using templates
9 years ago
Jan Tattermusch
c218d05029
move interop test docker files to a subdir
9 years ago
Jan Tattermusch
31bad328b3
get rid of the unused grpc_base Dockerfile
9 years ago
Jan Tattermusch
a6316693bc
get rid of the old homebrew/linuxbrew tests
9 years ago
Jan Tattermusch
6da28b26bf
cleanup interop test scripts
9 years ago
Jan Tattermusch
ee9de2faee
cleanup build_interop.sh for python
9 years ago
Jan Tattermusch
549da44e80
also update interop_http2 image
9 years ago
Jan Tattermusch
ac0f020ddc
upgrade go docker image to golang:1.5
9 years ago
Sree Kuchibhotla
9d4e4ffbad
Fix back slashes in the template and break the RUN steps
9 years ago
Sree Kuchibhotla
9192498a08
Java stress test docker images
9 years ago
Sree Kuchibhotla
edaa6ebae4
Go Stress test: Docker stress test images and config files to run on GKE
9 years ago
Jan Tattermusch
fd8d273526
cleanup of C# interop dockerimage
9 years ago