Could this be straightforwardly extended to validating correctness of filesystems?
I'm thinking of the case of developing a FUSE-based filesystem -- it'd be nice to have a test suite you can run that guarantees you haven't broken your filesystem's consistency.
Or are there already tools for this that every budding filesystem developer should look to?
dang|4 years ago
Elle: Black-box transactional safety checker based on cycle detection (Jespen) - https://news.ycombinator.com/item?id=22692162 - March 2020 (1 comment)
Elle: An open source transactional consistency checker for black-box databases - https://news.ycombinator.com/item?id=22690299 - March 2020 (1 comment)
Scramblejams|4 years ago
I'm thinking of the case of developing a FUSE-based filesystem -- it'd be nice to have a test suite you can run that guarantees you haven't broken your filesystem's consistency.
Or are there already tools for this that every budding filesystem developer should look to?
earleybird|4 years ago
dang|4 years ago
buryat|4 years ago
Daishiman|4 years ago