Skip to content

Fix masking fuzz test

Arran Walker requested to merge ajwalker/fix-mask-fuzz into main

What does this MR do?

  • Fixes masking fuzz test (example of problem now: https://gitlab.com/gitlab-org/gitlab-runner/-/jobs/6684285587)
  • Adds a native FuzzMask test that uses the existing Fuzz() setup (using legacy go-fuzz, which is the only one supported by GitLab for now). This allows for easier testing of the function locally for now.

Why was this MR needed?

The fuzz test was broken.

What's the best way to test this MR?

Test in pipeline should pass.

What are the relevant issue numbers?

Edited by Arran Walker

Merge request reports