Carter Tinney

Results 6 issues of Carter Tinney

It seems as though the socket timeout for establishing a connection is set to 5 seconds with no way of changing it, due to there being no way to set...

Type: Enhancement
Status: Available

* Removed `RetryStage` and associated tests * API calls that enable/disable a feature can now fail if the enable/disable fails * Added tests for enable/disable failure

* Removed `AutoConnectStage` from the pipeline * Removed `auto_connect` kwarg from factory methods * Updated DPS `.register()` to manually do a connect in lieu of auto-connect functionality * Updated tests...

- Horton is being deprecated, removed pipeline jobs that used it

Latest security fix for requests has broken requests-unixsocket. [It appears they do not plan to fix the breakage](https://github.com/psf/requests/issues/6707), and are suggesting it be the responsibility of consuming libraries. Will there...

* Updated to modern versions of `pytest` and `pytest-asyncio` * Removed manual async pytestmark Currently these changes work for unit, but not E2E testing. More investigation is required.