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 method limit_param_set to ValuePoolFuzzer class #7

Merged
merged 5 commits into from
May 30, 2024

Conversation

hoegma
Copy link
Collaborator

@hoegma hoegma commented May 30, 2024

  • Implemented limit_param_set method which reduces the number of elements in a param_set to a specified number
  • Tested function by implementing the method into the test function "test_map_range()"

Matthias Högel added 3 commits May 30, 2024 17:49
- Implemented limit_param_set method which reduces the number of
  elements in a param_set to a specified number
- Tested function by implementing the method into the test function
  "test_map_range()"
- Implemented limit_param_set method which reduces the number of
  elements in a param_set to a specified number
- Tested function by implementing the method into the test function
  "test_map_range()"
- Implemented limit_param_set method which reduces the number of elements in a param_set to a specified number
- Tested function by implementing the method into the test function "test_map_range()"
ThorbenCarl

This comment was marked as outdated.

@ThorbenCarl ThorbenCarl self-requested a review May 30, 2024 17:13
Copy link
Owner

@ThorbenCarl ThorbenCarl left a comment

Choose a reason for hiding this comment

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

Short test on mine machine: works. Looks fine to me.

But I would not do it in the ValuePoolFuzzer class. I would do it in the ParamRunner class, so that you can limit sets independent if it comes from the ValuePoolFuzzer

@hoegma hoegma merged commit b78b12a into master May 30, 2024
@ThorbenCarl ThorbenCarl deleted the fuzzing/value_pools-limit_param branch May 31, 2024 10:17
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