Y
Hacker News
new
|
ask
|
show
|
jobs
by
mixmastamyk
574 days ago
Is there not some sort of standardized, stringent filesystem test yet? Like Jepsen is for databases? If passed, one can be sure it is reasonably free from bugs? Guess not.
1 comments
pantalaimon
574 days ago
The thing is that filesystems are inherently statful, so the same test might trigger different edge cases depending on the state of the fs.
link
mixmastamyk
574 days ago
Databases are for saving state, no?
link