Skip to content

Commit

Permalink
tests(wasm): add missing filter tags
Browse files Browse the repository at this point in the history
This adds some missing #off and #postgres tags that are used in CI to
filter out certain testing scenarios.
  • Loading branch information
flrgh committed Dec 9, 2024
1 parent 9951dcf commit 5bd6b7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions spec/02-integration/20-wasm/08-declarative_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ local function expect_field_error(res, field, err)
end


describe("#wasm declarative config", function()
describe("#wasm declarative config (db = #off)", function()
local admin
local proxy
local header_name = "x-wasm-dbless"
Expand Down Expand Up @@ -172,7 +172,7 @@ describe("#wasm declarative config", function()
end)


describe("#wasm declarative config (no installed filters)", function()
describe("#wasm declarative config (no installed filters) (db = #off)", function()
local tmp_dir

lazy_setup(function()
Expand Down Expand Up @@ -265,7 +265,7 @@ describe("#wasm declarative config (no installed filters)", function()
end)
end)

describe("#wasm declarative config (wasm = off)", function()
describe("#wasm declarative config (wasm = off) (db = #off)", function()
describe("POST /config", function()
local client

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 @@ -6,7 +6,7 @@ for _, v in ipairs({ {"off", "off"}, {"on", "off"}, {"on", "on"}, }) do

for _, role in ipairs({"traditional", "control_plane", "data_plane"}) do

describe("#wasm wasmtime (role: " .. role .. ")", function()
describe("#wasm wasmtime (role: " .. role .. ") (#postgres, #db)", function()
describe("kong prepare", function()
local conf
local prefix = "./wasm"
Expand Down

0 comments on commit 5bd6b7a

Please sign in to comment.