mirror of
https://github.com/versity/scoutfs.git
synced 2026-01-05 11:45:09 +00:00
The test harness provides a TMP directory for tests to use. It's badly named. It's meant to be more of a scratch directory that is not on the FS being tested. Tests use it both for small log files that give insight into the platform and for large generated files that are not worth saving. We want to save the directory after test runs to get at the log files, but we don't want to burn a ton of space also saving large generated files This updates the handful of tests to remove their handful of files that are large enough to be a problem. With these out of the way we can save the tmp/ directory without its space consumption getting out of hand. Signed-off-by: Zach Brown <zab@versity.com>
29 lines
482 B
Plaintext
29 lines
482 B
Plaintext
== make tmp sparse data dev files
|
|
== make scratch fs
|
|
== small new data device fails
|
|
rc: 1
|
|
== check sees data device errors
|
|
rc: 1
|
|
rc: 0
|
|
== preparing while mounted fails
|
|
rc: 1
|
|
== preparing without recovery fails
|
|
rc: 1
|
|
== check sees metadata errors
|
|
rc: 1
|
|
rc: 1
|
|
== preparing with file data fails
|
|
rc: 1
|
|
== preparing after emptied
|
|
rc: 0
|
|
== checks pass
|
|
rc: 0
|
|
rc: 0
|
|
== using prepared
|
|
== preparing larger and resizing
|
|
rc: 0
|
|
equal_prepared
|
|
large_prepared
|
|
resized larger test rc: 0
|
|
== cleanup
|