Add data format backward compatibility tests (#2626)

This commit is contained in:
Alexander Bayandin
2022-10-25 16:41:50 +02:00
committed by Stas Kelvich
parent 3d2466607e
commit 323c4ecb4f
6 changed files with 352 additions and 12 deletions

View File

@@ -970,7 +970,7 @@ class NeonPageserverApiException(Exception):
class NeonPageserverHttpClient(requests.Session):
def __init__(self, port: int, is_testing_enabled_or_skip, auth_token: Optional[str] = None):
def __init__(self, port: int, is_testing_enabled_or_skip: Fn, auth_token: Optional[str] = None):
super().__init__()
self.port = port
self.auth_token = auth_token