From 18f7664b936fae61193189c8fb22b67034e7ea1d Mon Sep 17 00:00:00 2001 From: chronolaw Date: Sun, 1 Dec 2024 13:17:27 +0800 Subject: [PATCH] fix --- spec/02-integration/18-hybrid_rpc/04-concentrator_spec.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec/02-integration/18-hybrid_rpc/04-concentrator_spec.lua b/spec/02-integration/18-hybrid_rpc/04-concentrator_spec.lua index 0631c688ea92..b998641bf99d 100644 --- a/spec/02-integration/18-hybrid_rpc/04-concentrator_spec.lua +++ b/spec/02-integration/18-hybrid_rpc/04-concentrator_spec.lua @@ -46,6 +46,7 @@ for _, strategy in helpers.each_strategy() do admin_listen = "127.0.0.1:" .. helpers.get_available_port(), nginx_conf = "spec/fixtures/custom_nginx.template", cluster_rpc = "on", + plugins = "bundled,rpc-framework-test", cluster_incremental_sync = "off", })) @@ -59,7 +60,7 @@ for _, strategy in helpers.each_strategy() do nginx_conf = "spec/fixtures/custom_nginx.template", cluster_rpc = "on", plugins = "bundled,rpc-framework-test", - cluster_incremental_sync = inc_sync, -- incremental sync + cluster_incremental_sync = "off", })) assert(helpers.start_kong({