test suite for complicated cases
test suite for complicated cases
Posted Jun 22, 2024 15:17 UTC (Sat) by aszs (subscriber, #50252)Parent article: Rust for filesystems
I'm a little surprised there's no mention here about building a test suite for these "complicated cases" -- that's the obvious way to make sure two independent implementations conform. And it has some benefits:
* the grunt work doesn't have to be done by time-constrained core developers
* getting a nice test suite out of this effort could be a good sweetener to motivate Rust-resistant maintainers
* the grunt work doesn't have to be done by time-constrained core developers
* getting a nice test suite out of this effort could be a good sweetener to motivate Rust-resistant maintainers