Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw committed Jan 14, 2025
1 parent a278f2b commit b646fd4
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
local helpers = require "spec.helpers"


-- register a rpc connected event in custom plugin rpc-get-delta-test
-- ENABLE rpc sync on cp side for testing sync.v2.get_delta
-- DISABLE rpc sync on dp side
for _, strategy in helpers.each_strategy() do
describe("Hybrid Mode RPC #" .. strategy, function()

Expand All @@ -22,7 +25,6 @@ for _, strategy in helpers.each_strategy() do
cluster_rpc_sync = "on", -- enable rpc sync
}))

-- register a rpc connected event in custom plugin rpc-get-delta-test
assert(helpers.start_kong({
role = "data_plane",
database = "off",
Expand Down

0 comments on commit b646fd4

Please sign in to comment.