Commit df4d992
committed
test(operator): exclude PlacementStatus from cross-field fuzz filler
Register no-op custom fuzzers for the v1alpha1 and v1beta1
PlacementStatus so the round-trip fuzz filler does not draw random
bits for Placement.
Rationale:
- Placement round-trip is already covered explicitly by
TestDGD_RoundTrip_Status (Score=ptr.To(0.87), State=Reported).
- Not consuming RNG bits for Placement keeps the fuzz stream stable
as DGDStatus grows, so field additions do not shift the stream
onto payloads that surface unrelated latent bugs in downstream
conversion paths.
- Follows the existing dynamoFuzzerFuncs pattern for constraining
fuzzer input to admissible shapes.
Signed-off-by: ashnamehrotra <ashnamehrotra@gmail.com>1 parent e3b76e7 commit df4d992
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
219 | 227 | | |
220 | 228 | | |
221 | 229 | | |
| |||
0 commit comments