aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/interop-test-descriptions.md
Commit message (Collapse)AuthorAge
* Change the test name to long_lived_channelGravatar Adele Zhou2018-09-12
|
* Added long_connection test.Gravatar Adele Zhou2018-09-12
|
* Add interop test for status description with special charactersGravatar Eric Anderson2018-07-24
| | | | Fixes #16113
* Add description of new experimental interopsGravatar ncteisen2018-07-18
|
* Update compression test for languages without compression bitGravatar Eric Gribkoff2017-07-10
|
* doc/interop: Simplify language to fix missed x-user-ipGravatar Eric Anderson2017-04-21
|
* doc/interop: Fix link for CacheableUnaryCallGravatar Eric Anderson2017-04-21
|
* Update include pathsGravatar Craig Tiller2017-03-28
|
* interop-test-descriptions.md: correct proto for custom_metadata'sGravatar Eric Gribkoff2017-01-06
| | | | FullDuplexCall
* updated the interop spec to conform with recent name changeGravatar Noah Eisen2016-10-24
|
* manually fixed merge conflict. caused by the addition of a different new ↵Gravatar Noah Eisen2016-10-12
|\ | | | | | | interop test
| * trivial change to kick off jenkins runGravatar Makarand Dharmapurikar2016-10-12
| |
| * s/flat/flagGravatar Makarand Dharmapurikar2016-09-30
| |
* | updated interop test doc. unimplemented test no longer checks error message, ↵Gravatar Noah Eisen2016-09-29
| | | | | | | | since some server languages set it to empty string, and some set it to a non empty message
* | fixed typo in the updated interop test description fileGravatar Noah Eisen2016-09-28
| |
* | Update interop-test-descriptions.mdGravatar Noah Eisen2016-09-28
| |
| * more doc fixesGravatar Makarand Dharmapurikar2016-09-28
| |
| * added comment about setting cacheable flag.Gravatar Makarand Dharmapurikar2016-09-28
| |
| * doc fixes and max-age set to 60Gravatar Makarand Dharmapurikar2016-09-28
| |
| * trivial doc fix.Gravatar Makarand Dharmapurikar2016-09-28
| |
| * Addressed review feedbackGravatar Makarand Dharmapurikar2016-09-27
| | | | | | | | | | 1. modified documentation 2. changed test slightly to make it more robust to accidental cache hits
| * Add interop test for Cacheable Unary CallsGravatar Makarand Dharmapurikar2016-09-14
|/ | | | | | modified interop test spec doc added CacheableUnaryCall to test.proto modified server and client implmenentations to support new method
* Merge pull request #7162 from dgquintas/interop-cred-flag-fixGravatar David G. Quintas2016-07-01
|\ | | | | Removed invalid sentence from interop flag description
| * Removed invalid sentenceGravatar David Garcia Quintas2016-06-29
| |
* | Fix Python server interop spec noncomplianceGravatar Nathaniel Manista2016-06-29
|/ | | | Also fix spelling mistakes in the spec itself.
* moar pr commentsGravatar David Garcia Quintas2016-06-15
|
* pr commentsGravatar David Garcia Quintas2016-06-14
|
* spec comments addressedGravatar David Garcia Quintas2016-06-10
|
* Reworded spec.Gravatar David Garcia Quintas2016-06-09
|
* Completed interop spec, as well as code for c++Gravatar David Garcia Quintas2016-06-09
|
* more changes after offline chat with ejonaGravatar David Garcia Quintas2016-06-08
|
* Fixed wrong spec and reworked streaming compressed caseGravatar David Garcia Quintas2016-06-08
|
* updated interop specGravatar David Garcia Quintas2016-06-07
|
* Fix another pathGravatar Craig Tiller2016-03-25
|
* fix broken linksGravatar Stanley Cheung2016-03-03
|
* Update interop test service url to grpc-test.sandbox.googleapis.com.Gravatar Adele Zhou2016-01-20
|
* Fix dead link in docGravatar Carl Mastrangelo2015-11-17
|
* Merge pull request #3266 from grpc/jtattermusch-patch-2Gravatar Yang Gao2015-09-09
|\ | | | | Allow using service account credential for per_rpc_creds interop test.
| * Allow using service account credential for per_rpc_creds interop test.Gravatar Jan Tattermusch2015-09-04
| |
* | allow usable auth for JWT token creds interop testGravatar Jan Tattermusch2015-09-04
|/
* address commentsGravatar yang-g2015-09-02
|
* Update auth tests definitionGravatar yang-g2015-09-02
|
* fix linksGravatar Stanley Cheung2015-08-27
|
* replace all grpc-common occurances with examplesGravatar Stanley Cheung2015-08-27
|
* Added compression specsGravatar David Garcia Quintas2015-08-25
|
* Clarify interop specGravatar Masood Malekghassemi2015-08-06
|
* Suffixed -bin for server descrioption of echo trailing metadataGravatar Abhishek Kumar2015-07-30
|
* Suffixed -bin, added service nameGravatar Abhishek Kumar2015-07-30
|
* Resolved merge conflictsGravatar Abhishek Kumar2015-07-21
|\
| * Addressed review commentsGravatar Abhishek Kumar2015-07-21
| | | | | | | | | | | | Added server feature spec to echo metadata. Clarified client spec for testing metadata. Removed Status for tests that are now ready for implementation. Modified the spec for UnimplementedCall to take an Empty request.