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

fuzzing queue.go #165

Merged
merged 8 commits into from
Jun 20, 2023
Merged

fuzzing queue.go #165

merged 8 commits into from
Jun 20, 2023

Conversation

onokatio
Copy link
Contributor

@onokatio onokatio commented Dec 13, 2022

Description

Add fuzzing unit test for Meson client.

(OPTIONAL) Fixes #issue

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • run fuzz
cd client
go test -fuzz ./...

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules
  • I have checked that any new log messages doesn't inavertedly link compromising information to an external observer about the Meson Mixnet.

relate #127

@Mikerah Mikerah requested a review from a team December 13, 2022 01:10
@onokatio onokatio changed the title fuzzing client fuzzing queue.go Jan 16, 2023
@onokatio onokatio marked this pull request as ready for review January 16, 2023 15:10
@onokatio onokatio requested review from a team and removed request for a team January 16, 2023 15:10
Copy link
Collaborator

@Mikerah Mikerah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Add instructions to README on how to running fuzz tests

@onokatio onokatio requested a review from sc0Vu June 19, 2023 19:46
@onokatio onokatio merged commit 93e4913 into develop Jun 20, 2023
@onokatio onokatio deleted the feature/fuzzing-init branch June 20, 2023 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants