]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add sanity.run file
authorBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 3 Dec 2020 18:49:39 +0000 (10:49 -0800)
committerGitHub <noreply@github.com>
Thu, 3 Dec 2020 18:49:39 +0000 (10:49 -0800)
commit8f158ae6ad98d7b4f4c583a77a44009580dee91c
tree964500a8381ce7e7afec4a0e9e42076c41065703
parent766e06695f881fcd9634f5091eba999f861ae19e
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 <ryan@iXsystems.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #11271
tests/runfiles/Makefile.am
tests/runfiles/common.run
tests/runfiles/sanity.run [new file with mode: 0644]