-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[ADDED] Add fuzz tests #6728
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
[ADDED] Add fuzz tests #6728
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks interesting! Linter seems unhappy though, mind rebasing & taking a look?
Fixed. The linter should pass now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apologies for letting this sit for so long, overall looks good but could you rebase & then please fix the copyright years in the headers?
3e55808
to
8166de1
Compare
No problem! Fixed |
Ahh, the sign-off check is failing because of the commit message, may be easier to squash the three commits down into one and then add the |
8166de1
to
e62e8cd
Compare
yeah, my apologies for the interruption |
Signed-off-by: Sergey Sobolev <seregasobolev96@gmail.com>
e62e8cd
to
16a2a93
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for the contribution! Will wire this up to our test suites soon.
Includes the following: - #7031 - #7033 - #7034 - #7035 - #7036 - #7040 - #7043 - #7045 - #7047 - #7046 - #7050 - #7051 - #7052 - #7053 - #7061 - #7063 - #7064 - #7065 - #7066 - #7070 - #7072 - #7080 - #7026 - #6728 - #7074 - #7089 - #7095 - #7087 - #7094 - #7096 - #7099 Signed-off-by: Neil Twigg <neil@nats.io>
Minor changes related to fuzzing tests: Fixed the years in the copyright file The fuzz.go file is no longer needed since it was moved to parser_fuzz_test.go in #6728 Signed-off-by: Sergey Sobolev <seregasobolev96@gmail.com>
Add fuzz tests:
Signed-off-by: Sergey Sobolev seregasobolev96@gmail.com