Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fuzz tests in CI #695

Closed
Tracked by #1256
rootulp opened this issue Sep 8, 2022 · 1 comment · Fixed by #2787
Closed
Tracked by #1256

Fuzz tests in CI #695

rootulp opened this issue Sep 8, 2022 · 1 comment · Fixed by #2787
Assignees
Labels
testing items that are strictly related to adding or extending test coverage

Comments

@rootulp
Copy link
Collaborator

rootulp commented Sep 8, 2022

Description

Tests are not run in fuzz mode by default on go test . so our current CI workflow does not run fuzz tests. If we want fuzz tests to be run in CI, we likely want to provide CLI flags like --fuzz=FuzzNewInfoReservedByte -fuzztime=10s.

We should explore how to run all fuzz tests in CI and consider editing our existing test workflow or adding a new one.

Links

@rootulp
Copy link
Collaborator Author

rootulp commented Nov 15, 2023

For posterity this was closed by #2787 which adds CI job that runs nightly.

Ref:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing items that are strictly related to adding or extending test coverage
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants