aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio_tests/tests/stress
Commit message (Collapse)AuthorAge
* Merge pull request #17407 from jtattermusch/interop_csharp_sni_fixGravatar Jan Tattermusch2018-12-21
|\ | | | | better testing of SNI for C-based languages
| * do not use server override in python interop client by defaultGravatar Jan Tattermusch2018-12-20
| |
* | Upgrade sanity Docker image to debian:stretchGravatar Lidi Zheng2018-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.Gravatar Chris Lamb2018-08-22
|
* Eliminate broad-except suppressionGravatar Mehrdad Afshari2018-04-19
|
* Upgrade yapf to 0.20.0Gravatar Mehrdad Afshari2018-01-02
| | | | Upgrade yapf version to 0.20.0 and reformat Python files.
* Clean up even more uses of gRPC in _pb2.py filesGravatar Nathaniel Manista2017-09-21
|
* Clean up a few more uses of gRPC in _pb2.py filesGravatar Nathaniel Manista2017-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 licensesGravatar Jan Tattermusch2017-06-08
|
* Update tests to current gRPC code elementsGravatar Nathaniel Manista2017-03-17
|
* Re-run yapf code, and pin versionGravatar Ken Payson2017-02-06
|
* Run Python formattingGravatar Masood Malekghassemi2017-01-17
|
* Implement wait-for-ready behavior in Python stress and qps clientGravatar ncteisen2017-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 clientGravatar Noah Eisen2016-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 APIGravatar Nathaniel Manista2016-08-11
|
* Organize Python tests to use grpcio-tools directlyGravatar Masood Malekghassemi2016-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).