Skip to content

Commit

Permalink
disable inc_sync for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw authored and dndx committed Oct 16, 2024
1 parent b3ebbdf commit bea39b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kong/templates/kong_defaults.lua
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ cluster_max_payload = 16777216
cluster_use_proxy = off
cluster_dp_labels = NONE
cluster_rpc = on
cluster_incremental_sync = on
cluster_incremental_sync = off
cluster_cjson = off
lmdb_environment_path = dbless.lmdb
Expand Down
2 changes: 1 addition & 1 deletion spec/02-integration/20-wasm/10-wasmtime_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ describe("#wasm wasmtime (role: " .. role .. ")", function()
end)

-- XXX FIXME: incremental sync
pending("does not introduce any errors", function()
it("does not introduce any errors", function()
local function assert_no_errors()
assert.logfile(log).has.no.line("[error]", true, 0)
assert.logfile(log).has.no.line("[alert]", true, 0)
Expand Down

0 comments on commit bea39b8

Please sign in to comment.