Skip to content

Conversation

@fmeum
Copy link
Contributor

@fmeum fmeum commented Oct 16, 2023

StressTest required a lot of memory since it collected all init and mutate return values in a list. Instead, cross values off a short list for "contains" type checks and use hashCode() to stand in for the actual value in statistical tests.

Verified locally that the test now passes with --jvmopt=-Xmx512M.

@fmeum fmeum requested a review from a team October 16, 2023 09:00
StressTest required a lot of memory since it collected all `init` and
`mutate` return values in a list. Instead, cross values off of a short
list for "contains" type checks and use `hashCode()` to stand in for the
actual value in statistical tests.

Verified locally that the test now passes with `--jvmopt=-Xmx512M`.
@fmeum fmeum force-pushed the FUZZ-818-deflake-stress-test branch from ccfed6d to 7f6d143 Compare October 16, 2023 09:02
@fmeum fmeum merged commit e7b9fd5 into main Oct 16, 2023
@fmeum fmeum deleted the FUZZ-818-deflake-stress-test branch October 16, 2023 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants