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

Add fuzz testing to golang components #786

Open
nandor-magyar opened this issue Aug 11, 2023 · 3 comments
Open

Add fuzz testing to golang components #786

nandor-magyar opened this issue Aug 11, 2023 · 3 comments
Assignees
Labels
issue:hacktoberfest Issue marked as suitable for Hacktoberfest lang:golang

Comments

@nandor-magyar
Copy link
Contributor

nandor-magyar commented Aug 11, 2023

There are specific functions that are good candidates for fuzzing tests.

Fuzzing in general is good way to discover unexpected pathways in functions.

Some material to get started with fuzzing:
https://blog.jetbrains.com/go/2022/12/14/understanding-fuzz-testing-in-go/
https://www.youtube.com/watch?v=7KWPiRq3ZYI

@nandor-magyar
Copy link
Contributor Author

I've started creating issues for exact files and cases, I'll leave this issue open for a while as a thread for suggestions where fuzzing could be applied.

@polaroi8d
Copy link
Collaborator

Anyone can check our code coverage here to identify areas for improvement. You can find the code coverage report at: https://app.codecov.io/gh/polaroi8d/dyrectorio/tree/develop/golang

@Dkingofcode
Copy link

Can i work on this issue, i am new to golang by the way, so it might take time for me to finish,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue:hacktoberfest Issue marked as suitable for Hacktoberfest lang:golang
Projects
None yet
Development

No branches or pull requests

3 participants