Create Fuzz tests for placement policy parsing #216

Closed
opened 2024-04-27 10:03:22 +00:00 by fyrchik · 2 comments
Owner

We need to fuzz:

  1. Parsing it from the text format (no panic).
  2. Applying it to some network map (let's say 16 nodes) -- fuzz test will fail if it takes too long or there is an infinite recursion somewhere.
We need to fuzz: 1. Parsing it from the text format (no panic). 2. Applying it to some network map (let's say 16 nodes) -- fuzz test will fail if it takes too long or there is an infinite recursion somewhere.
fyrchik added the
enhancement
internal
labels 2024-04-27 10:03:22 +00:00
dstepanov-yadro was assigned by fyrchik 2024-05-02 07:01:33 +00:00
Author
Owner

This task is only about writing the tests and short local execution to find low-hanging fruit.
We will later execute this on CI.

This task is only about writing the tests and short local execution to find low-hanging fruit. We will later execute this on CI.

Added fuzz test for policy parcing.

Added fuzz test for policy parcing.
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-sdk-go#216
No description provided.