| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Strengthen the finite memory-pressure fixture with retained large imported strings, an initialized timer, and a GC count assertion. This regression requires the companion preview1 adapter fix before it can pass with the embedded adapter. Co-authored-by: Codex <noreply@openai.com>
|
The failing macOS job hits cannot leave component instance in poll_oneoff during Go GC—the timer-polling bug this regression is intended to catch. CI still uses the existing embedded adapter. This PR remains a draft until the adapter fix in bytecodealliance/wasmtime#14319 lands and componentize-go updates its embedded adapter. The strengthened test passes locally with that fix; the current CI failure is expected while that dependency is outstanding. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Strengthen the memory-pressure test from #60 to catch the remaining GC traps from #56. Retain large imported strings, initialize a timer, and assert that GC ran during the finite workload.
The test fails with the current adapter and passes with the Wasmtime fix on Go 1.26.3 and 1.27.1. Draft until the embedded adapter includes that fix.
Addresses #77.