Skip to content

ZFS Test Suite (on NixOS) #11466

Answered by ghost
Mindavi asked this question in Q&A
Jan 14, 2021 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

sanity.run will be a good starting point. You can prune some of the longer tests based on the results of a run through it as you see fit. The sanity tests are mostly there as a quick check before we bother going through the full test suite, so it's already not comprehensive of course.

To debug you really only get what the logs give you. Each test has separate log files saved in the test_results dir, so you can only look at the logs for failing tests. There is quite a bit of extra info dumped by testfail callbacks in the failing test logs, such as dmesg, that can often be ignored. You can of course modify the test scripts to add further output as needed for debugging. Generally you're look…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Mindavi
Comment options

Answer selected by Mindavi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant