Skip to content

Commit

Permalink
dedicated_config_processing = "off" in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw committed Sep 24, 2024
1 parent d81b020 commit 95d5580
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions spec/02-integration/18-hybrid_rpc/03-inert_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}))

Expand All @@ -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",
}))
Expand Down

0 comments on commit 95d5580

Please sign in to comment.