diff options
author | Brian Behlendorf <[email protected]> | 2020-12-03 10:49:39 -0800 |
---|---|---|
committer | GitHub <[email protected]> | 2020-12-03 10:49:39 -0800 |
commit | 8f158ae6ad98d7b4f4c583a77a44009580dee91c (patch) | |
tree | 964500a8381ce7e7afec4a0e9e42076c41065703 /tests/runfiles/common.run | |
parent | 766e06695f881fcd9634f5091eba999f861ae19e (diff) |
Add sanity.run file
This run file contains a subset of functional tests which exercise
as much functionality as possible while still executing relatively
quickly. The included tests should take no more than a few seconds
each to run at most. This provides a convenient way to sanity test a
change before committing to a full test run which takes several hours.
$ ./scripts/zfs-tests.sh -r sanity
...
Results Summary
PASS 813
Running Time: 00:14:42
Percent passed: 100.0%
Reviewed-by: Ryan Moeller <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #11271
Diffstat (limited to 'tests/runfiles/common.run')
-rw-r--r-- | tests/runfiles/common.run | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/runfiles/common.run b/tests/runfiles/common.run index 280537fe5..7ca4194e1 100644 --- a/tests/runfiles/common.run +++ b/tests/runfiles/common.run @@ -8,6 +8,12 @@ # source. A copy of the CDDL is also available via the Internet at # http://www.illumos.org/license/CDDL. # +# This run file contains all of the common functional tests. When +# adding a new test consider also adding it to the sanity.run file +# if the new test runs to completion in only a few seconds. +# +# Approximate run time: 4-5 hours +# [DEFAULT] pre = setup |