Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRegression tests run out of memory in CI #57
Comments
|
I was running into this as well, and for a little while assumed the fuzzer was just running out of memory (as the
In my case, the input bytes were being modified, which |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We're not sure if this is a bug in Fuzzit, but our regression tests seem to be failing:
Full log here:
https://github.com/caddyserver/caddy/runs/521935588
(And related discussion, toward the end of caddyserver/caddy#3152)
Is that something in our code that is causing out-of-memory? I thought that the fuzzer itself shouldn't run out of memory, but maybe I'm reading this wrong. Thanks!