Jan Tattermusch
b0bcfb4ea5
use python stretch3.7 image for interop tests
6 years ago
Jan Tattermusch
7f38ed6b24
update go interop image to go1.11
6 years ago
Jan Tattermusch
71ee19cb16
fix interop docker build
6 years ago
Matt Kwong
c2158edea4
Fix Dart interop tests by upgrading to Dart 2
6 years ago
Matt Kwong
4d5200f99a
Install pip for Python3.4 in all Dockerfiles used for Python testing
7 years ago
Eric Gribkoff
795be954a2
Remove scripts for running Android interop on Jenkins
7 years ago
murgatroid99
9d2275864a
Use different docker image for Node pure JS interop tests
7 years ago
Jakob Roland Andersen
cb36a2a92b
Use pre-built Dart docker image.
7 years ago
Jakob Roland Andersen
c7dd4b4309
WIP: Add Dart support in interop
7 years ago
Jan Tattermusch
e6ca4f0b79
consolidate C# interop test docker images
7 years ago
jiangtaoli2016
3aaa5ea028
minor fix
7 years ago
Eric Gribkoff
2b7c4ddfcc
Install Android SDK tools in Dockerfile
7 years ago
Eric Gribkoff
e5de5e5ffa
Run Android interops on Firebase
8 years ago
Jan Tattermusch
7e91ebb41d
license fixes
8 years ago
Jan Tattermusch
4d5c3102a1
fix remaining license notices
8 years ago
Yong Ni
4a60e7ec3a
Create Dockerfile.include for java to be shared for java and java_oracle8.
8 years ago
Yong Ni
b92813b18b
Created a Java Oracle8 Dockerfile directory and moved all build_interop.sh to under template/. Added java_oracle8 to the client matrix.
8 years ago
Yong Ni
b2e4bfa1ef
Merge matrix feature branch into master.
...
Features included in this merge:
- Added script to build and upload docker image for matrix test.
- Added script to create test cases and created go__master testcases based on it.
- Created dictionary for runtimes and gRPC releases for supported languages.
- Added go 1.7 and 1.8 Dockerfile/templates.
See tools/interop_matrix/README.md for details.
8 years ago
Yong Ni
8998cbc47c
Added go 1.7 and 1.8 template and Dockerfile(s) for go/grpc-matrix test setup.
8 years ago
Jan Tattermusch
3c344d2f69
adjust run_tests scripts
8 years ago
Eric Gribkoff
358f1024ea
backport #10100 and #10377
8 years ago
Menghan Li
846242dd5e
update go version in Dockerfile to 1.8
8 years ago
Eric Gribkoff
76a3943ab9
update dockerfile to version 2.6.1 of h2
8 years ago
Menghan Li
e0f8940877
update go version in Dockerfile to 1.8
8 years ago
Eric Gribkoff
01deb9d748
add hyper to Dockerfile.template
8 years ago
Yuchen Zeng
f6d8aae8d5
Dockerfile template update for http2_badserver_interop
8 years ago
Stanley Cheung
b7223bbfe9
PHP Proto3: update templates
8 years ago
Jan Tattermusch
e70f20b5a0
enable runing C# interop tests under coreclr
8 years ago
Jan Tattermusch
a98a2ad7fd
enable runing C# interop tests under coreclr
8 years ago
Stanley Cheung
fa1e4fa7f1
php: add php7 to jenkins basic and interop tests
8 years ago
Stanley Cheung
99955ab0af
php: remove protobuf-php clone hack
8 years ago
Stanley Cheung
2e2cdffe9d
php: add php7 to jenkins basic and interop tests
8 years ago
Stanley Cheung
47168ea6ee
php: remove protobuf-php clone hack
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
9 years ago
Jan Tattermusch
24b68cd62f
generate interop test Dockerfiles using templates
9 years ago