Skip to content

Commit

Permalink
Revert "fix(tests): enable inc sync for 01-sync_spec.lua"
Browse files Browse the repository at this point in the history
This reverts commit 54d0f54.
  • Loading branch information
chobits authored and chronolaw committed Oct 16, 2024
1 parent 50bd3e7 commit 783fe91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion spec/02-integration/09-hybrid_mode/01-sync_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ local uuid = require("kong.tools.uuid").uuid
local KEY_AUTH_PLUGIN


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

describe("CP/DP communication #" .. strategy .. " inc_sync=" .. inc_sync, function()
Expand Down
2 changes: 1 addition & 1 deletion spec/02-integration/20-wasm/06-clustering_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ end


-- XXX TODO: enable inc_sync = "on"
for _, inc_sync in ipairs { "off", "on" } do
for _, inc_sync in ipairs { "off" } do
describe("#wasm - hybrid mode #postgres" .. " inc_sync=" .. inc_sync, function()
local cp_prefix = "cp"
local cp_errlog = cp_prefix .. "/logs/error.log"
Expand Down

0 comments on commit 783fe91

Please sign in to comment.