Skip to content

Commit

Permalink
rename to cluster_rpc_sync #2
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw committed Dec 17, 2024
1 parent 403e522 commit d515208
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions spec/02-integration/19-incrmental_sync/01-sync_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ describe("Incremental Sync RPC #" .. strategy, function()
cluster_listen = "127.0.0.1:9005",
nginx_conf = "spec/fixtures/custom_nginx.template",
cluster_rpc = "on",
cluster_incremental_sync = "on", -- incremental sync
cluster_rpc_sync = "on", -- incremental sync
}))

assert(helpers.start_kong({
Expand All @@ -50,7 +50,7 @@ describe("Incremental Sync RPC #" .. strategy, function()
nginx_conf = "spec/fixtures/custom_nginx.template",
nginx_worker_processes = 4, -- multiple workers
cluster_rpc = "on",
cluster_incremental_sync = "on", -- incremental sync
cluster_rpc_sync = "on", -- incremental sync
worker_state_update_frequency = 1,
}))
end)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ local function start_cp(strategy, port)
cluster_listen = "127.0.0.1:" .. port,
nginx_conf = "spec/fixtures/custom_nginx.template",
cluster_rpc = "on",
cluster_incremental_sync = "on", -- incremental sync
cluster_rpc_sync = "on", -- incremental sync
}))
end

Expand All @@ -26,7 +26,7 @@ local function start_dp(prefix, port)
nginx_conf = "spec/fixtures/custom_nginx.template",
nginx_worker_processes = 4, -- multiple workers
cluster_rpc = "on",
cluster_incremental_sync = "on", -- incremental sync
cluster_rpc_sync = "on", -- incremental sync
worker_state_update_frequency = 1,
}))
end
Expand Down

0 comments on commit d515208

Please sign in to comment.