Use gRPC for test_normal_work

This commit is contained in:
Erik Grinaker
2025-06-09 22:51:15 +02:00
parent ec17ae0658
commit f4d51c0f5c

View File

@@ -17,7 +17,7 @@ def check_tenant(
config_lines = [
f"neon.safekeeper_proto_version = {safekeeper_proto_version}",
]
endpoint = env.endpoints.create_start("main", tenant_id=tenant_id, config_lines=config_lines)
endpoint = env.endpoints.create_start("main", tenant_id=tenant_id, config_lines=config_lines, grpc=True)
# we rely upon autocommit after each statement
res_1 = endpoint.safe_psql_many(
queries=[