From b88a88c341b49136a4fe0bd7f3bac675007d88bb Mon Sep 17 00:00:00 2001 From: Karim Shamazov Date: Wed, 18 Feb 2026 17:31:29 +0300 Subject: [PATCH] [k2] add rpc client tests --- tests/kphp_ci_pipeline_runner.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/kphp_ci_pipeline_runner.py b/tests/kphp_ci_pipeline_runner.py index 682dd9c082..a3a3e37b27 100755 --- a/tests/kphp_ci_pipeline_runner.py +++ b/tests/kphp_ci_pipeline_runner.py @@ -483,6 +483,7 @@ def _calculate_pytest_jobs_count(default_percent: int = 95) -> int: cxx_name=args.cxx_name, k2_bin=args.k2_bin, tests_dir=" ".join([ + os.path.join(args.kphp_tests_repo, "python/tests/k2_rpc_client/"), os.path.join(args.kphp_tests_repo, "python/tests/k2_rpc_server/"), os.path.join(args.kphp_tests_repo, "python/tests/confdata/"), ]),