Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | update readme | Adele Zhou | 2017-10-18 |
| | |||
* | Add newer versions | Adele Zhou | 2017-10-18 |
| | |||
* | Merge pull request #13043 from murgatroid99/grpc-node_interop | Michael Lumish | 2017-10-17 |
|\ | | | | | Switch Node interop tests to use grpc-node repo | ||
| * | Switch Node interop tests to use grpc-node repo | murgatroid99 | 2017-10-17 |
| | | |||
* | | Add suite name, client lang, server name to shortname for displaying on ↵ | Adele Zhou | 2017-10-11 |
| | | | | | | | | Sponge and being able to use upload_interop_results_to_bq func | ||
* | | record results to bq | Adele Zhou | 2017-10-11 |
| | | |||
* | | Added allow_flakes flag and set to True by default. | Adele Zhou | 2017-10-10 |
| | | |||
* | | Exit 1 when there are failures. | Adele Zhou | 2017-10-06 |
| | | |||
* | | Added cloud gateway4 backend and auth tests | Adele Zhou | 2017-10-06 |
|/ | |||
* | Added step-by-step instrution on how to add a new release to grpc backward ↵ | Yong Ni | 2017-09-27 |
| | | | | compatiblity test. | ||
* | Added all previous minor releases of gRPC to the matrix. Modified the ↵ | Yong Ni | 2017-07-18 |
| | | | | testsuite name format for better display test results in sponge. | ||
* | Added c++ to interop_matrix. Per earlier conversation, interop_matrix will ↵ | Yong Ni | 2017-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 ↵ | Yong Ni | 2017-07-05 |
| | | | | feedback. | ||
* | Replaced 'docker run' with 'gcloud docker -- run' to take care of docker ↵ | Yong Ni | 2017-06-30 |
| | | | | image downloading. | ||
* | Created test driver to run matrix test against different docker images in ↵ | Yong Ni | 2017-06-30 |
| | | | | GCR and generate a Junit like test result file. | ||
* | auto-fix most of licenses | Jan Tattermusch | 2017-06-08 |
| | |||
* | Added testcases/java__master for interop_matrix. | Yong Ni | 2017-05-31 |
| | |||
* | Created a Java Oracle8 Dockerfile directory and moved all build_interop.sh ↵ | Yong Ni | 2017-05-31 |
| | | | | to under template/. Added java_oracle8 to the client matrix. | ||
* | Fix sanity | ncteisen | 2017-05-20 |
| | |||
* | Merge matrix feature branch into master. | Yong Ni | 2017-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. |