-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Reinstitute fuzzing once known parser issues are resolved #1843
Labels
Comments
tsandall
changed the title
Remove Fuzzit testing and Regression
Reinstitute fuzzing once known parser issues are resolved
Oct 21, 2019
The fuzzit integration has been disabled because the fuzzer was running into a known issue in the generated parser. Once the underlying issue in the parser is resolved we could re-enable fuzzit. |
tsandall
added a commit
to tsandall/opa
that referenced
this issue
Oct 21, 2019
Once the underlying parser issues are resolved, we can revisit the fuzzit integration. Until then, it's not providing value for us. Tracking issue: open-policy-agent#1843 (comment) Signed-off-by: Torin Sandall <torinsandall@gmail.com>
tsandall
added a commit
that referenced
this issue
Oct 22, 2019
Once the underlying parser issues are resolved, we can revisit the fuzzit integration. Until then, it's not providing value for us. Tracking issue: #1843 (comment) Signed-off-by: Torin Sandall <torinsandall@gmail.com>
Closed
This issue has been automatically marked as inactive because it has not had any activity in the last 30 days. |
Oooold. We're now fuzzing in our nightly tests. With #4451, we'll use Go1.18's native fuzzing features. |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
We recently removed Fuzzit testing and Regression from the CI #1842.
If we plan to remove Fuzzit testing entirely, we need to clean it up from the README, Makefile, scripts etc.
The text was updated successfully, but these errors were encountered: