Skip to content

test(fuzz): exercise every editable resource field - #15262

Draft
thomaseizinger wants to merge 6 commits into
mainfrom
fuzz-edit-all-resource-fields
Draft

test(fuzz): exercise every editable resource field#15262
thomaseizinger wants to merge 6 commits into
mainfrom
fuzz-edit-all-resource-fields

Conversation

@thomaseizinger

Copy link
Copy Markdown
Member

Replace the resource-specific edit actions with one EditResource transition that can mutate every non-id field of DNS, CIDR, static device pool, and dynamic device pool resources, as well as change resource type. Generated field enums and exhaustive matches make new fields require an explicit decision in the generator, reference model, and dispatcher. Internet resources remain excluded because the Portal does not permit editing them.

The reference model predicts edits independently of the SUT payload. The dispatcher applies the corresponding client, gateway, DNS, and device-access updates, while packet and flow assertions remain in place for unaffected traffic.

@coveralls

coveralls commented Sep 14, 2026

Copy link
Copy Markdown

Coverage Status

coverage: 73.943% (+0.04%) from 73.9% — fuzz-edit-all-resource-fields into main

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.

3 participants