Skip to content

Commit

Permalink
fix(tests): 10-wasmtime_spec.lua: enable inc_sync
Browse files Browse the repository at this point in the history
  • Loading branch information
chobits committed Oct 12, 2024
1 parent 95f5cc6 commit 60b23e8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions spec/02-integration/20-wasm/10-wasmtime_spec.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
local helpers = require "spec.helpers"
local fmt = string.format

--- XXX FIXME: enable inc_sync = on
for _, inc_sync in ipairs { "off" } do
for _, inc_sync in ipairs { "off", "on" } do
for _, role in ipairs({"traditional", "control_plane", "data_plane"}) do

describe("#wasm wasmtime (role: " .. role .. ")", function()
Expand Down Expand Up @@ -134,7 +133,6 @@ describe("#wasm wasmtime (role: " .. role .. ")", function()
end
end)

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

0 comments on commit 60b23e8

Please sign in to comment.