| Commit message (Collapse) | Author | Age |
|
|
|
|
| |
It's been confusing that these tests have been called "interop" but
are not actually tests of interoperation.
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Manual changes:
- Fixed use of Exception.message in _invalid_metadata_test.py
- Fixed merge of one_failed_as_unavailable in rpc_server_spec.rb
- Added "set -e" to generate_build_additions.sh
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
It was a mistake that requests might be sent; the test specification
calls for no requests to be sent. It was a mistake that the response
future's cancelled() method was called; the cancelled() method returns
something more like "was this object's cancel() method called earlier?"
than "did the RPC terminate with status code CANCELLED?". Since it's
something that we'd well enough like to work I've retained the
cancelled() call with a different failure message.
|
| | |
|
|/
|
|
|
|
|
| |
Add the code for three new interop tests: unimplemented_method,
unimplemented_service, and custom_metadata.
Fix and refactor the code for status_code_and_message.
|
| |
|
| |
|
| |
|
|
Moves all tests into a separate package. This does not change existing
supported means of running tests (e.g. through run_tests.py).
|