aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* tests: review every instance of $?наб2022-04-01147-1483/+558
* tests: include: math: simplify bc conditions, review $?наб2022-04-011-8/+3
* tests: clean out unused/single-use/useless commands from the listнаб2022-04-0113-149/+35
* tests: mixed_create_failure: explicitly note the errorнаб2022-04-011-10/+6
* tests: logapi: don't cat excessivelyнаб2022-04-011-34/+23
* tests: cmd: don't recurseнаб2022-04-01101-353/+181
* tests: {read,write}_dos_attributes: despaghettifyнаб2022-04-0110-377/+242
* fgrep -> grep -Fнаб2022-04-011-1/+1
* egrep -> grep -Eнаб2022-04-0117-74/+47
* tests: nawk -> awkнаб2022-04-0125-97/+68
* tests: review every awk(1) invocationнаб2022-04-01132-764/+404
* tests: zfs_rollback_commit: talkative failuresнаб2022-04-011-12/+3
* tests: README: note non-default mountd requirementнаб2022-04-011-0/+3
* tests: README: note that -d *must* be 777 for the deleg testsнаб2022-04-011-0/+1
* tests: vdev_zaps: cleanup libraryнаб2022-04-014-51/+17
* tests: vdev_zaps_007: actually test the new poolнаб2022-04-011-1/+1
* tests: get rid of whichнаб2022-04-015-11/+6
* tests: don't >-redirect without evalнаб2022-04-0151-265/+190
* tests: vdev_zaps_007: log_must with > must evalнаб2022-04-011-2/+2
* tests: redacted_send: explicitly assume instant /dev on non-Linuxнаб2022-04-011-0/+4
* tests: replace sum(1) with cksum(1)наб2022-04-0112-46/+31
* tests: snapshot_00[15]_pos: use cksum instead of sum -rнаб2022-04-012-17/+10
* tests: zfs_create_nomount: undefined local -> typesetнаб2022-04-011-1/+1
* tests: mixed_create_failure: undefined log_err -> log_failнаб2022-04-011-4/+4
* tests: don't fail if no fio or python3.sysctlнаб2022-04-0137-29/+74
* tests: nonspecific cleanupнаб2022-04-0124-253/+102
* tests: zfs_share_concurrent_shares: don't use log_musts in subprocessesнаб2022-04-011-69/+64
* tests: zfs_unshare_006: log_unsupported iff usershares are actually offнаб2022-04-012-13/+12
* tests: don't use share/unshare exportfs aliases, support FreeBSD NFSнаб2022-04-015-98/+75
* tests: don't always skip zfs_unshare tests on FreeBSDнаб2022-04-011-39/+1
* tests: zfs_unshare_001_pos: print which filesystem failedнаб2022-04-011-2/+2
* tests: standardise on no-arg uname with *) case for illumosнаб2022-04-012-71/+19
* Switch from _Noreturn to __attribute__((noreturn))Brian Behlendorf2022-03-232-10/+9
* ZTS: Log test name to /dev/kmsg on LinuxTony Hutter2022-03-231-9/+24
* Allow zfs send to exclude datasetsSean Eric Fagan2022-03-187-1/+363
* tests: validate getsubopt(3) expulsionнаб2022-03-1510-7/+42
* Forbid b{copy,zero,cmp}(). Don't include <strings.h> for <string.h>наб2022-03-159-28/+19
* Remove bcopy(), bzero(), bcmp()наб2022-03-156-49/+31
* tests: replace explicit $? || log_fail with log_mustнаб2022-03-158-73/+25
* tests: zfs_002_pos: simplify ZFS_ABORT testsнаб2022-03-151-6/+2
* tests: zfs_set_common: check_prop_inherit: print faulty valuesнаб2022-03-151-3/+5
* ZTS: Fix send_partial_dataset.kshBrian Behlendorf2022-03-131-12/+10
* Add physical device size to SIZE column in 'zpool list -v'Akash B2022-03-081-1/+5
* ZTS: /dev/null: accept no substitutesRich Ercolani2022-03-0815-42/+34
* Revert "ZTS: Avoid piping send directly to /dev/null"наб2022-03-081-3/+1
* Cleaning up a couple of ZTS tests setup scriptsBrian Atkinson2022-03-082-3/+4
* Added noexit variant for Raidz setup in ZTS testsBrian Atkinson2022-03-083-7/+8
* Fix ENOSPC when unlinking multiple files from full poolBrian Behlendorf2022-03-083-2/+63
* Expose additional file level attributesUmer Saleem2022-03-0720-48/+657
* Use _Noreturn (C11; GNU89) properlyAlejandro Colomar2022-03-042-3/+3