Open arithx opened 5 years ago
Add functionality to be able to declare specific expected failure cases for negative testing rather than assuming that any failure is expected.
The current system allows potential regressions to be masked if the test run still fails for other reasons.
Originally brought up in https://github.com/coreos/ignition/pull/746#discussion_r260448340
Any thoughts on how to do this without log parsing?
Not off the top of my head.
Misc thought: we could do better than what we do now and specify which stage should fail
Feature Request
Desired Feature
Add functionality to be able to declare specific expected failure cases for negative testing rather than assuming that any failure is expected.
The current system allows potential regressions to be masked if the test run still fails for other reasons.
Other Information
Originally brought up in https://github.com/coreos/ignition/pull/746#discussion_r260448340