Commit Graph

297 Commits

Author SHA1 Message Date
Jan Tattermusch 1468d4b8d5 Merge pull request #6848 from thinkerou/default_roots_pem
Load default roots.pem in PHP via grpc_set_ssl_roots_override_callback
2016-06-20 13:50:02 -07:00
Vijay Pai ddf694cc62 Merge branch 'master' into wheezy 2016-06-17 13:41:38 -07:00
Jan Tattermusch f6e2cb78e2 Merge pull request #6902 from sreecha/php_stress_test
PHP stress client in stress test framework
2016-06-17 11:28:31 -07:00
thinkerou f3bc3b62a7 Load default roots.pem in PHP via grpc_set_ssl_roots_override_callback 2016-06-17 09:41:04 +08:00
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
2016-06-16 02:17:09 -07:00
Vijay Pai a9e62c2ddb no ccache 2016-06-16 02:05:45 -07:00
Vijay Pai b9e927afcc Merge branch 'master' into wheezy 2016-06-15 22:57:21 -07:00
Sree Kuchibhotla 7ed39a1ef1 PHP stress client in stress test framework 2016-06-14 12:54:02 -07:00
Jan Tattermusch 0aa23d83ad Merge pull request #6704 from yang-g/distribtest
Add distrib test utilities for c++
2016-06-13 22:30:51 -07:00
yang-g 46f4a681d2 minor fixes 2016-06-13 15:31:27 -07:00
Jan Tattermusch 136307756c Merge pull request #6438 from y-zeng/reflection_separate_lib
Proto server reflection
2016-06-13 14:16:06 -07:00
Jan Tattermusch 6d258c59d3 add support for clang3.5, clang3.7 and gcc4.6 2016-06-11 09:30:35 -07:00
Vijay Pai 203b20c9b2 Add g++ 2016-06-09 15:50:02 -07:00
Yuchen Zeng d23710787b Merge remote-tracking branch 'upstream/master' into reflection_separate_lib 2016-06-07 15:00:52 -07:00
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).
2016-06-06 18:55:43 -07:00
Yuchen Zeng 7ae31a8898 Add more comments, fix format issues 2016-06-06 14:35:51 -07:00
Yuchen Zeng 1495cb5b24 Addressed reveiw comments about naming 2016-06-06 10:58:29 -07:00
Yuchen Zeng ea09adc84b Add a sanity test: check if the generated pb files are up-to-date 2016-05-31 10:50:24 -07:00
yang-g e3975e72d2 Move grpc installation from docker file to script. 2016-05-30 15:13:19 -07:00
yang-g 933fbaf5ac Add distrib test support for c++. 2016-05-24 13:53:52 -07:00
Jan Tattermusch 348ca76cf7 hotfix for sanity tests 2016-05-22 20:23:21 -04:00
jboeuf e28415bdec Merge pull request #6444 from nicolasnoble/clang-format-pinned
Pinning the llvm repository on 3.8.
2016-05-10 15:25:15 -07:00
Jan Tattermusch 3a4b903bf0 Merge pull request #6419 from sreecha/python_stress_test_docker
Python stress test docker config files and related changes
2016-05-06 15:31:22 -07:00
Nicolas 'Pixel' Noble f4fef88911 Pinning the llvm repository on 3.8. 2016-05-05 10:48:25 -07:00
Masood Malekghassemi 010eb48d21 Use manylinux 2016-05-04 15:30:30 -07:00
Masood Malekghassemi 616b2793fd Fix docker build 2016-05-04 15:30:30 -07:00
Masood Malekghassemi af3158350e Integrate Python protoc Linux artifact builders 2016-05-04 15:30:30 -07:00
Masood Malekghassemi 58d24c259a Add sanity test for grpcio protoc package 2016-05-04 15:30:30 -07:00
Masood Malekghassemi d039a98a94 Add Python grpcio protoc package 2016-05-04 15:30:30 -07:00
Sree Kuchibhotla 1bdd5319b0 Python dockerfiles and config files for stress testing 2016-05-03 17:15:09 -07:00
Jan Tattermusch 5a779537f1 Merge pull request #6376 from murgatroid99/node_test_multiple_versions
Made Node tests support multiple versions and set the Node default version to 4 everywhere possible
2016-05-03 13:16:32 -07:00
Sree Kuchibhotla 7edab7c5e3 Ruby docker files and config 2016-05-02 19:36:58 -07:00
Sree Kuchibhotla 67df784bbc C# Dockerfile and Config scripts 2016-04-29 19:10:30 -07:00
murgatroid99 9fab438669 Made Node tests support multiple versions and set the Node default version to 4 everywhere possible 2016-04-29 15:05:00 -07:00
Jan Tattermusch 24b68cd62f generate interop test Dockerfiles using templates 2016-04-27 15:31:11 -07:00
Jan Tattermusch c218d05029 move interop test docker files to a subdir 2016-04-27 15:27:55 -07:00
Jan Tattermusch 31bad328b3 get rid of the unused grpc_base Dockerfile 2016-04-27 15:27:55 -07:00
Jan Tattermusch a6316693bc get rid of the old homebrew/linuxbrew tests 2016-04-27 15:27:55 -07:00
Jan Tattermusch 6da28b26bf cleanup interop test scripts 2016-04-27 15:27:55 -07:00
Jan Tattermusch ee9de2faee cleanup build_interop.sh for python 2016-04-26 18:59:47 -07:00
Jan Tattermusch 549da44e80 also update interop_http2 image 2016-04-21 07:23:00 -07:00
Jan Tattermusch ac0f020ddc upgrade go docker image to golang:1.5 2016-04-21 07:11:52 -07:00
Jan Tattermusch c807ddd5dd Merge pull request #6213 from sreecha/java_stress_docker
Run Java stress tests on GKE
2016-04-20 14:00:11 -07:00
Sree Kuchibhotla 9d4e4ffbad Fix back slashes in the template and break the RUN steps 2016-04-19 12:24:14 -07:00
Sree Kuchibhotla 9192498a08 Java stress test docker images 2016-04-19 09:53:25 -07:00
Sree Kuchibhotla edaa6ebae4 Go Stress test: Docker stress test images and config files to run on GKE 2016-04-18 12:15:31 -07:00
Jan Tattermusch fd8d273526 cleanup of C# interop dockerimage 2016-04-11 11:09:17 -07:00
Matthew Iselin 50df82ffe4 Add a sanity check to make sure vsprojects stays usable. 2016-04-07 09:33:08 -07:00
Sree Kuchibhotla 79e3f09e1a Code review comments 2016-04-05 16:51:05 -07:00
Sree Kuchibhotla aecac88e02 fix copyrights 2016-04-04 22:48:15 -07:00