aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio_tests/tests/unit/_reconnect_test.py
Commit message (Collapse)AuthorAge
* Clean up server and channel objects in testsGravatar Eric Gribkoff2018-12-21
|
* Add basicConfig handler to unit testsGravatar Richard Belleville2018-10-30
|
* Remove Python background poller threadGravatar Ken Payson2018-02-20
|
* Sleep a second to deflake ReconnectTestGravatar Mehrdad Afshari2018-02-06
| | | | | | | | | The thread that watches connectivity on the channel might not pick up that the server has gone away before the request is dispatched, and return UNAVAILABLE instead of reconnecting prior to sending the request. The fundamental solution would basically be enabling retries in C-core. For now, we opt to sleep a second to deflake this particular test case.
* Fix port picking logic in Python testsGravatar Mehrdad Afshari2017-12-20
|
* Disable so_reuseport for Python testsGravatar Ken Payson2017-12-20
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Reconnect disconnected channels automaticallyGravatar Ken Payson2017-05-22