Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #17407 from jtattermusch/interop_csharp_sni_fix | Jan Tattermusch | 2018-12-21 |
|\ | | | | | better testing of SNI for C-based languages | ||
| * | do not use server override in python interop client by default | Jan Tattermusch | 2018-12-20 |
| | | |||
* | | Upgrade sanity Docker image to debian:stretch | Lidi Zheng | 2018-12-10 |
|/ | | | | | | | | * Use latest pylint in Python 3.7 (they dropped support for PY2) * Make latest pylint happy * Forced to upgrade to shellcheck 0.4.4 * Make shellcheck 0.4.4 happy * Adopt reviewers' advice to reduce global disabled rules | ||
* | Fix a number of spelling errors. | Chris Lamb | 2018-08-22 |
| | |||
* | Eliminate broad-except suppression | Mehrdad Afshari | 2018-04-19 |
| | |||
* | Upgrade yapf to 0.20.0 | Mehrdad Afshari | 2018-01-02 |
| | | | | Upgrade yapf version to 0.20.0 and reformat Python files. | ||
* | Clean up even more uses of gRPC in _pb2.py files | Nathaniel Manista | 2017-09-21 |
| | |||
* | Clean up a few more uses of gRPC in _pb2.py files | Nathaniel Manista | 2017-09-15 |
| | | | | | | | Were this not done these would break when the default behavior of gRPC Python Protoc Plug-In is changed to be the put-gRPC-code-elements-only- in-_pb2_grpc.py-files behavior that currently happens only when the grpc_2_0 flag is passed. | ||
* | auto-fix most of licenses | Jan Tattermusch | 2017-06-08 |
| | |||
* | Update tests to current gRPC code elements | Nathaniel Manista | 2017-03-17 |
| | |||
* | Re-run yapf code, and pin version | Ken Payson | 2017-02-06 |
| | |||
* | Run Python formatting | Masood Malekghassemi | 2017-01-17 |
| | |||
* | Implement wait-for-ready behavior in Python stress and qps client | ncteisen | 2017-01-10 |
| | | | | | The clients now block until the channel is in the READY state. This fixes some test flakiness issues we have had. | ||
* | Add new flags to Python stress client | Noah Eisen | 2016-11-22 |
| | | | | | | Add use_tls, use_test_ca, and server_host_override flags to Python stress client. These are needed to run the stress client against a local server that is using tls. | ||
* | Migrate distrib, interop, and stress to GA API | Nathaniel Manista | 2016-08-11 |
| | |||
* | Organize Python tests to use grpcio-tools directly | Masood Malekghassemi | 2016-07-01 |
Moves all tests into a separate package. This does not change existing supported means of running tests (e.g. through run_tests.py). |