Skip to content

Commit

Permalink
tests(clustering): enable incremental sync in node-id-persistence_spec (
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw authored Nov 20, 2024
1 parent 7c17e3b commit 4ab1a4a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ local function start_kong_debug(env)
end


--- XXX FIXME: enable inc_sync = on
for _, inc_sync in ipairs { "off" } do
for _, inc_sync in ipairs { "on", "off" } do
for _, strategy in helpers.each_strategy() do
describe("node id persistence " .. " inc_sync=" .. inc_sync, function()

Expand All @@ -111,6 +110,7 @@ for _, strategy in helpers.each_strategy() do
untrusted_lua = "on",
nginx_conf = "spec/fixtures/custom_nginx.template",
cluster_incremental_sync = inc_sync,
worker_state_update_frequency = 1,
}

local admin_client
Expand Down

1 comment on commit 4ab1a4a

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bazel Build

Docker image available kong/kong:4ab1a4a31d8a1f171161b610805f68fbc775678f
Artifacts available https://github.com/Kong/kong/actions/runs/11927617162

Please sign in to comment.