Home
last modified time | relevance | path

Searched full:ztest (Results 1 – 25 of 44) sorted by relevance

12

/freebsd/sys/contrib/openzfs/scripts/
H A Dzloop.sh42 [-I <max iterations>] [-- [extra ztest parameters]]
44 This script runs ztest repeatedly with randomized arguments.
45 If a crash is encountered, the ztest logs, any associated
48 after the -- end-of-options marker will be passed to ztest.
52 -f Specify working directory for ztest vdev files.
54 -l Create 'ztest.core.N' symlink to core directory.
104 prog=$ZTEST
118 df -h "$workdir" >>ztest.out
123 zdbcmd="$ZDB -U "$workdir/zpool.cache" -dddMmDDG ztest"
125 echo -e "$zdbcmd\n" >>ztest.zdb
[all …]
H A Dcommon.sh.in14 export ZTEST="${ZTEST:-$SBIN_DIR/ztest}"
/freebsd/cddl/usr.bin/ztest/tests/
H A Dztest.sh2 # Test Case: ztest
4 atf_test_case ztest
7 atf_set "descr" "Run ztest"
10 atf_set "require.progs" ztest
19 ztest ${ARGS}
35 atf_add_test_case ztest
43 TC_ARTIFACTS_DIR=`atf_config_get artifacts_dir`/cddl/usr.bin/ztest/$(atf_get ident)
49 mv *ztest*.core* $TC_ARTIFACTS_DIR || true
50 mv ${TC_CORE_DIR}/*ztest*.core* $TC_ARTIFACTS_DIR || true
H A DMakefile3 ATF_TESTS_SH+= ztest
/freebsd/sys/contrib/openzfs/man/man1/
H A Dztest.118 .Dt ZTEST 1
22 .Nm ztest
100 .Pa ztest.*
151 .It Fl p , -pool-name Ns = (default: Sy ztest )
171 .It Fl B , -alt-ztest Ns =
173 .Nm ztest
205 .Dl # ztest -f /
210 .Dl # ztest -f / -VVV
213 .Nm ztest
217 .Dl # ztest
[all...]
H A Draidz_test.192 .Xr ztest 1
H A Dzhack.1285 .Xr ztest 1 ,
/freebsd/sys/contrib/openzfs/.github/workflows/
H A Dzloop.yml59 - name: Ztest log
62 grep -B10 -A1000 'ASSERT' $CORE_DIR/*/ztest.out || tail -n 1000 $CORE_DIR/*/ztest.out
66 sed -n '/Backtraces (full)/q;p' $CORE_DIR/*/ztest.gdb
70 cat $CORE_DIR/*/ztest.zdb
/freebsd/sys/contrib/openzfs/cmd/
H A DMakefile.am45 sbin_PROGRAMS += ztest program
46 CPPCHECKTARGETS += ztest
49 %D%/ztest.c
H A Dztest.c28 * The overall design of the ztest program is as follows:
52 * testing is enabled ztest will sometimes run the "older" version
53 * of ztest after a SIGKILL.
64 * When run with no arguments, ztest runs for about five minutes and
75 * When ztest invokes itself it passes all relevant information through a
80 * must remain backwards compatible with older versions of ztest so that
81 * ztest can invoke them during backwards compatibility testing (-B).
209 #define DEFAULT_POOL "ztest"
629 zfs_dbgmsg_print(STDERR_FILENO, "ztest"); in sig_handler()
667 (void) sprintf(buf, "ztest in fatal()
[all...]
/freebsd/sys/contrib/openzfs/contrib/debian/
H A Dopenzfs-zfs-test.install1 usr/sbin/ztest
5 usr/share/man/man1/ztest.1
/freebsd/cddl/usr.bin/ztest/
H A DMakefile7 PROG= ztest
8 MAN= ztest.1
/freebsd/lib/msun/tests/
H A Dnext_test.c100 #define ztest(prec) \ in ATF_TC_BODY() macro
106 ztest(); in ATF_TC_BODY()
107 ztest(f); in ATF_TC_BODY()
108 ztest(l); in ATF_TC_BODY()
109 #undef ztest in ATF_TC_BODY()
/freebsd/sys/contrib/openzfs/lib/
H A DMakefile.am9 # used to implement debugging tools (zdb) and code validation tools (ztest).
13 # CMDS: zhack/ztest/ zfs/zpool/zed/
/freebsd/cddl/usr.bin/
H A DMakefile12 ztest \
/freebsd/targets/pseudo/userland/cddl/
H A DMakefile.depend33 cddl/usr.bin/ztest \
/freebsd/sys/contrib/openzfs/
H A DTEST7 ### ztest
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dcommands.cfg173 ztest
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/removal/
H A Dremove_expanded.ksh24 # ztest hit an issue where it ran zdb and zdb failed because
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/log_spacemap/
H A Dlog_spacemap_import_logs.ksh25 # are not tested outside of ztest and pools with DEBUG bits doing
/freebsd/sys/contrib/openzfs/lib/libspl/
H A Dthread.c78 * ENVIRONMENT VARIABLES sections of the ztest(1) man page. in zk_thread_create()
/freebsd/sys/contrib/openzfs/module/icp/
H A Dillumos-crypto.c44 * compiled and used in both userspace and kernel space (for ztest and
/freebsd/sys/contrib/openzfs/lib/libspl/include/
H A Dumem.h25 * something other than ztest, you are likely not going to notice or care.
/freebsd/sys/contrib/openzfs/man/
H A DMakefile.am13 %D%/man1/ztest.1 \
/freebsd/contrib/netbsd-tests/lib/libc/time/
H A Dt_strptime.c214 ztest(const char *fmt) in ztest() function
493 ztest("%z"); in ATF_TC_BODY()
508 ztest("%Z"); in ATF_TC_BODY()

12