You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Jobs created by cnfuzz do not properly cleanup old or previously created Jobs.
This becomes a problem when Jobs are being re-created, for example upon re-installation of cnfuzz.
The text was updated successfully, but these errors were encountered:
cnfuzz might start fuzzing an API, and if the API updates during the fuzzing process you might also run into this bug.
This raises the question of whether the existing job should be stopped because it might no longer be relevant.
It should stop and clear it's cache entry. Then the case is covered that a new api version is going to be fuzzed and if no new version is being deployed the fuzzer will (keep) retrying until completion when the pod is being rescheduled (or not).
Currently
Jobs
created bycnfuzz
do not properly cleanup old or previously createdJobs
.This becomes a problem when
Job
s are being re-created, for example upon re-installation ofcnfuzz
.The text was updated successfully, but these errors were encountered: