Skip to content

Commit

Permalink
remove dyn log lvl tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw committed Oct 16, 2024
1 parent 97ddfed commit 56ed930
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions spec/02-integration/18-hybrid_rpc/01-rpc_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ for _, strategy in helpers.each_strategy() do
if v.ip == "127.0.0.1" and v.rpc_capabilities and #v.rpc_capabilities ~= 0 then
table.sort(v.rpc_capabilities)
assert.near(14 * 86400, v.ttl, 3)
-- kong.debug.log_level.v1 should be the first rpc service
assert.same("kong.debug.log_level.v1", v.rpc_capabilities[1])
-- TODO: check the available rpc service
return true
end
end
Expand Down
3 changes: 3 additions & 0 deletions spec/02-integration/18-hybrid_rpc/04-concentrator_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ for _, strategy in helpers.each_strategy() do
helpers.stop_kong()
end)

-- TODO: test with other rpc
--describe("XXX over RPC", function()
--end)
end)
end -- for _, strategy
end -- for inc_sync

0 comments on commit 56ed930

Please sign in to comment.