aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/interop_matrix
Commit message (Collapse)AuthorAge
* update readmeGravatar Adele Zhou2017-10-18
|
* Add newer versionsGravatar Adele Zhou2017-10-18
|
* Merge pull request #13043 from murgatroid99/grpc-node_interopGravatar Michael Lumish2017-10-17
|\ | | | | Switch Node interop tests to use grpc-node repo
| * Switch Node interop tests to use grpc-node repoGravatar murgatroid992017-10-17
| |
* | Add suite name, client lang, server name to shortname for displaying on ↵Gravatar Adele Zhou2017-10-11
| | | | | | | | Sponge and being able to use upload_interop_results_to_bq func
* | record results to bqGravatar Adele Zhou2017-10-11
| |
* | Added allow_flakes flag and set to True by default.Gravatar Adele Zhou2017-10-10
| |
* | Exit 1 when there are failures.Gravatar Adele Zhou2017-10-06
| |
* | Added cloud gateway4 backend and auth testsGravatar Adele Zhou2017-10-06
|/
* Added step-by-step instrution on how to add a new release to grpc backward ↵Gravatar Yong Ni2017-09-27
| | | | compatiblity test.
* Added all previous minor releases of gRPC to the matrix. Modified the ↵Gravatar Yong Ni2017-07-18
| | | | testsuite name format for better display test results in sponge.
* Added c++ to interop_matrix. Per earlier conversation, interop_matrix will ↵Gravatar Yong Ni2017-07-14
| | | | 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.
* Added timestamp to the xml report and minor changes to the API per review ↵Gravatar Yong Ni2017-07-05
| | | | feedback.
* Replaced 'docker run' with 'gcloud docker -- run' to take care of docker ↵Gravatar Yong Ni2017-06-30
| | | | image downloading.
* Created test driver to run matrix test against different docker images in ↵Gravatar Yong Ni2017-06-30
| | | | GCR and generate a Junit like test result file.
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Added testcases/java__master for interop_matrix.Gravatar Yong Ni2017-05-31
|
* Created a Java Oracle8 Dockerfile directory and moved all build_interop.sh ↵Gravatar Yong Ni2017-05-31
| | | | to under template/. Added java_oracle8 to the client matrix.
* Fix sanityGravatar ncteisen2017-05-20
|
* Merge matrix feature branch into master.Gravatar Yong Ni2017-05-19
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.