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: Use build script from upstream and fix fuzzers #578

Merged
merged 2 commits into from
Dec 15, 2022

Conversation

pjbgf
Copy link
Member

@pjbgf pjbgf commented Dec 14, 2022

Uses the fuzz build script from upstream, to increase test reliability.

A dependency added at fuzzing time upgrades logrus to 1.9.0 which cases the building process to break. By bumping the
dependency Go's MVS won't make further changes later, and therefore fixes the fuzzers.

Relates to fluxcd/flux2#3346.

@pjbgf pjbgf added the area/ci CI related issues and pull requests label Dec 14, 2022
A dependency added at fuzzing time upgrades logrus to 1.9.0
which cases the building process to break. By bumping the
dependency Go's MVS won't make further changes later.

Signed-off-by: Paulo Gomes <[email protected]>
@pjbgf pjbgf marked this pull request as ready for review December 14, 2022 22:06
@pjbgf pjbgf changed the title fuzz: Use build script from upstream fuzz: Use build script from upstream and fix fuzzers Dec 14, 2022
@pjbgf pjbgf merged commit 9a17ee1 into fluxcd:main Dec 15, 2022
@pjbgf pjbgf deleted the improv-fuzz branch December 15, 2022 11:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ci CI related issues and pull requests
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants