Adele Zhou
c62a836299
remove redundant python versions.
7 years ago
Adele Zhou
ab8fce5338
Disable node 1.7
7 years ago
Adele Zhou
4fba378edf
Switch back to using template located at _IMAGE_BUILDER because the previous change will break Go, Java and Node.
7 years ago
Adele Zhou
99986d76a5
fix
7 years ago
Menghan Li
a4f0320643
Add go release versions to client_matrix.py
7 years ago
Carl Mastrangelo
4c1713af84
Add java 1.8
7 years ago
Adele Zhou
a00f972b21
Fix manual docker command output for Python.
7 years ago
Jan Tattermusch
b90cd3c4a7
fix interop_matrix C# tests for v1.1.4
7 years ago
Jan Tattermusch
608b73e916
modify interop_matrix commands for csharp v1.2.5
7 years ago
Adele Zhou
fe783c19ff
Removed Python because of test timeouts
7 years ago
Adele Zhou
d21204cd42
Update C# versions
7 years ago
Adele Zhou
317641d6fc
Added C#
7 years ago
Adele Zhou
f7f38d1bec
Add Csharp
7 years ago
Adele Zhou
9fe79dce96
Add php test case file.
7 years ago
Adele Zhou
bcd23cdb11
Added info for Node. Also use the dockerfile from the specified release to build docker images instead of using the one master.
7 years ago
Adele Zhou
1487c9fa52
Add Python
7 years ago
Adele Zhou
1751af1743
Add newer versions
7 years ago
Yong Ni
bbd348c5e1
Added all previous minor releases of gRPC to the matrix. Modified the testsuite name format for better display test results in sponge.
7 years ago
Yong Ni
51750dc7d1
Added c++ to interop_matrix. Per earlier conversation, interop_matrix will not run against different compiler/toolchains so we are not addding _<runtime> to c++. This simplifies our setup and reduces unnecesary complexities in the infrastructure.
7 years ago
Jan Tattermusch
7897ae9308
auto-fix most of licenses
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
Craig Tiller
ddc8a8243d
Fix port server on Windows
8 years ago
Siddharth Shukla
d194f59939
Make testing scripts python3.x compatible
...
Update run_tests/*.py to use six based isomorphisms and print function
from __future__ module.
8 years ago
Craig Tiller
6d48602324
Improve tool readability
8 years ago
Craig Tiller
cba864bfbe
Eliminate port server env var, force its use always, consolidate code
8 years ago
Mehrdad Afshari
1a967c31c3
Added Pylint to sanity tests
...
Pylint is only enabled for "grpcio/grpc" package,
and various specific checks that currently fail are disabled,
each with a respective TODO item in the .pylintrc file.
8 years ago
Craig Tiller
6169d5f7b0
Update copyrights
9 years ago
Nicolas "Pixel" Noble
acbfb6f556
Adding a sanity check for Windows DLL builds.
9 years ago
murgatroid99
d7e1a10628
Bundled C core with Ruby library
9 years ago
murgatroid99
530c0b9b1f
Changed how ruby versions are selected again
10 years ago
murgatroid99
c921865c39
Changed how ruby version is selected
10 years ago
murgatroid99
6a4c4fabf3
Added ruby tests to run_tests.py
10 years ago
Craig Tiller
94640a3df9
Rework python, expand tool to make this easier
10 years ago
Nathaniel Manista
c25a3b35bd
Python source reorganization.
...
A top-level "grpc" package is added and RPC Framework
is made public.
10 years ago
Craig Tiller
c2c792113e
Add copyrights to Python code
10 years ago
Nathaniel Manista
b8b0adfbf9
Refactoring of the Python build.
...
The source code is moved from src/python to
src/python/src. A setup.py is added at
src/python. The build_python.sh and
run_python.sh scripts are updated to build
and run the Python tests by building a
package and installing it in the developer's
Python 2.7 virtual environment.
10 years ago
Nathaniel Manista
59d095a7df
The logging_pool module.
10 years ago