mirror of
https://github.com/outbackdingo/patroni.git
synced 2026-08-25 14:53:37 +00:00
Release 1.6.5 (#1503)
* bump version * update release notes * implement missing unit-tests and format code.
This commit is contained in:
@@ -33,6 +33,7 @@ def mock_config_map(*args, **kwargs):
|
||||
mock.metadata.resource_version = '2'
|
||||
return mock
|
||||
|
||||
|
||||
@patch('socket.TCP_KEEPIDLE', 4, create=True)
|
||||
@patch('socket.TCP_KEEPINTVL', 5, create=True)
|
||||
@patch('socket.TCP_KEEPCNT', 6, create=True)
|
||||
|
||||
Reference in New Issue
Block a user