From 95d558074f086b5ca50bf83ca3dffb5c780350ee Mon Sep 17 00:00:00 2001 From: chronolaw Date: Tue, 24 Sep 2024 10:33:26 +0800 Subject: [PATCH] dedicated_config_processing = "off" in tests --- spec/02-integration/18-hybrid_rpc/03-inert_spec.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/spec/02-integration/18-hybrid_rpc/03-inert_spec.lua b/spec/02-integration/18-hybrid_rpc/03-inert_spec.lua index 4a6d73cf659c..5377a267e021 100644 --- a/spec/02-integration/18-hybrid_rpc/03-inert_spec.lua +++ b/spec/02-integration/18-hybrid_rpc/03-inert_spec.lua @@ -41,7 +41,7 @@ for _, strategy in helpers.each_strategy() do cluster_cert_key = "spec/fixtures/kong_clustering.key", database = strategy, cluster_listen = "127.0.0.1:9005", - cluster_rpc = "off", + cluster_rpc = "off", -- disable rpc nginx_conf = "spec/fixtures/custom_nginx.template", })) @@ -52,7 +52,8 @@ for _, strategy in helpers.each_strategy() do cluster_cert = "spec/fixtures/kong_clustering.crt", cluster_cert_key = "spec/fixtures/kong_clustering.key", cluster_control_plane = "127.0.0.1:9005", - cluster_rpc = "off", + cluster_rpc = "off", -- disable rpc + dedicated_config_processing = "off", -- worker 0 proxy_listen = "0.0.0.0:9002", nginx_conf = "spec/fixtures/custom_nginx.template", }))