-
Notifications
You must be signed in to change notification settings - Fork 658
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
Fuzzing tests are not run in CI and are invalid. #1693
Comments
Thanks for reaching out to us. We have draft PR #1291 that is in our backlog to correct this behavior. The old fuzz tests are invalid and should be deleted. We can delete the old tests, without waiting on the draft Pr work to be picked back up. |
@jasdel would it be possible to get an approximate time until there is a new release with the fuzzing tests removed? 😅 |
|
Describe the bug
The
internal/ini
package has a fuzz test, which is invalid. It tests theParse
function ininternal/ini/ini.go
, but it calls the function incorrectly, not providing the second argument.Due to the fact that tests in CI aren't failing, and
internal/ini/go.mod
is missinghttps://github.com/dvyukov/go-fuzz
, I don't think the test is being actually run in CI.Expected Behavior
Fuzzing tests are valid and are executed in CI.
Current Behavior
Fuzzing tests are invalid and are not executed in CI.
Reproduction Steps
We have fuzzing tests for our project, which threw an error because of this, ref: https://github.com/fluxcd/kustomize-controller/runs/6239372370?check_suite_focus=true
Possible Solution
No response
Additional Information/Context
No response
AWS Go SDK V2 Module Versions Used
Compiler and Version used
1.17
Operating System and version
Linux
The text was updated successfully, but these errors were encountered: