Closed zshipko closed 2 months ago
@nilslice any idea why this test is failing: https://github.com/extism/go-sdk/actions/runs/10889996025/job/30217772116?pr=75#step:5:46
@zshipko, hmm... I don't, but I have a change to that test here in #74 (unmerged): https://github.com/extism/go-sdk/pull/74/files#diff-0ce78c2bb443b7841d9e5aac51ecf3b4739860b7c29cc113aac745616ca3cc77R504-R509
The failing test actual output includes a trace
log, vs. the expected which doesn't. So maybe we merged a new log.wasm
that includes it, but didn't update the test to expect the trace log?
okay, thanks i will look into that!
We can wait until the next wazero release to make another release of the go-sdk, but for now using the latest wazero on main will unblock the testing of the python pdk