From f4d51c0f5c1f15077cddf998167519ce1154c445 Mon Sep 17 00:00:00 2001 From: Erik Grinaker Date: Mon, 9 Jun 2025 22:51:15 +0200 Subject: [PATCH] Use gRPC for `test_normal_work` --- test_runner/regress/test_normal_work.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_runner/regress/test_normal_work.py b/test_runner/regress/test_normal_work.py index 44590ea4b9..cec555aef6 100644 --- a/test_runner/regress/test_normal_work.py +++ b/test_runner/regress/test_normal_work.py @@ -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=[