Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw committed Dec 1, 2024
1 parent 85bfcf8 commit c5502e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec/02-integration/18-hybrid_rpc/04-concentrator_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ local function obtain_dp_node_id() -- luacheck: ignore
end


-- register a test rpc service in custom plugin rpc-framework-test
-- register a test rpc service in custom plugin rpc-hello-test
for _, strategy in helpers.each_strategy() do
describe("Hybrid Mode RPC over DB concentrator #" .. strategy, function()

Expand All @@ -46,7 +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",
plugins = "bundled,rpc-hello-test",
cluster_incremental_sync = "off",
}))

Expand All @@ -59,7 +59,7 @@ for _, strategy in helpers.each_strategy() do
cluster_listen = "127.0.0.1:" .. helpers.get_available_port(),
nginx_conf = "spec/fixtures/custom_nginx.template",
cluster_rpc = "on",
plugins = "bundled,rpc-framework-test",
plugins = "bundled,rpc-hello-test",
cluster_incremental_sync = "off",
}))

Expand All @@ -73,7 +73,7 @@ for _, strategy in helpers.each_strategy() do
proxy_listen = "0.0.0.0:9002",
nginx_conf = "spec/fixtures/custom_nginx.template",
cluster_rpc = "on",
plugins = "bundled,rpc-framework-test",
plugins = "bundled,rpc-hello-test",
cluster_incremental_sync = "off",
}))
end)
Expand Down

0 comments on commit c5502e8

Please sign in to comment.