| /freebsd/sys/contrib/openzfs/scripts/ |
| H A D | zloop.sh | 46 [-I <max iterations>] [-- [extra ztest parameters]] 48 This script runs ztest repeatedly with randomized arguments. 49 If a crash is encountered, the ztest logs, any associated 52 after the -- end-of-options marker will be passed to ztest. 56 -f Specify working directory for ztest vdev files. 58 -l Create 'ztest.core.N' symlink to core directory. 106 prog=$ZTEST 120 df -h "$workdir" >>ztest.out 125 zdbcmd="$ZDB -U "$workdir/zpool.cache" -dddMmDDG ztest" 127 echo -e "$zdbcmd\n" >>ztest.zdb [all …]
|
| H A D | common.sh.in | 14 export ZTEST="${ZTEST:-$SBIN_DIR/ztest}"
|
| /freebsd/cddl/usr.bin/ztest/tests/ |
| H A D | ztest.sh | 2 # Test Case: ztest 4 atf_test_case ztest 7 atf_set "descr" "Run ztest" 18 ztest ${ARGS} 34 atf_add_test_case ztest 42 TC_ARTIFACTS_DIR=`atf_config_get artifacts_dir`/cddl/usr.bin/ztest/$(atf_get ident) 48 mv *ztest*.core* $TC_ARTIFACTS_DIR || true 49 mv ${TC_CORE_DIR}/*ztest*.core* $TC_ARTIFACTS_DIR || true
|
| H A D | Makefile | 3 ATF_TESTS_SH+= ztest
|
| /freebsd/sys/contrib/openzfs/man/man1/ |
| H A D | ztest.1 | 32 .Nm ztest 110 .Pa ztest.* 161 .It Fl p , -pool-name Ns = (default: Sy ztest ) 176 .It Fl B , -alt-ztest Ns = 178 .Nm ztest 207 .Dl # ztest -f / 212 .Dl # ztest -f / -VVV 215 .Nm ztest 219 .Dl # ztest -f / -V -T 120 232 results with utilities other than ztest are undefined.
|
| H A D | raidz_test.1 | 102 .Xr ztest 1
|
| H A D | zhack.1 | 186 .Xr ztest 1 ,
|
| /freebsd/sys/contrib/openzfs/.github/workflows/ |
| H A D | zloop.yml | 60 - name: Ztest log 63 grep -B10 -A1000 'ASSERT' $CORE_DIR/*/ztest.out || tail -n 1000 $CORE_DIR/*/ztest.out 67 sed -n '/Backtraces (full)/q;p' $CORE_DIR/*/ztest.gdb 71 cat $CORE_DIR/*/ztest.zdb
|
| /freebsd/sys/contrib/openzfs/cmd/ |
| H A D | Makefile.am | 45 sbin_PROGRAMS += ztest program 46 CPPCHECKTARGETS += ztest 49 %D%/ztest.c
|
| H A D | ztest.c | 37 * The overall design of the ztest program is as follows: 61 * testing is enabled ztest will sometimes run the "older" version 62 * of ztest after a SIGKILL. 73 * When run with no arguments, ztest runs for about five minutes and 84 * When ztest invokes itself it passes all relevant information through a 89 * must remain backwards compatible with older versions of ztest so that 90 * ztest can invoke them during backwards compatibility testing (-B). 213 #define DEFAULT_POOL "ztest" 627 zfs_dbgmsg_print(STDERR_FILENO, "ztest"); in dump_debug_buffer() 665 (void) sprintf(buf, "ztest: "); in fatal() [all …]
|
| /freebsd/sys/contrib/openzfs/contrib/debian/ |
| H A D | openzfs-zfs-test.install | 1 usr/sbin/ztest 5 usr/share/man/man1/ztest.1
|
| /freebsd/cddl/usr.bin/ztest/ |
| H A D | Makefile | 7 PROG= ztest 8 MAN= ztest.1
|
| /freebsd/lib/msun/tests/ |
| H A D | next_test.c | 100 #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 D | Makefile.am | 9 # used to implement debugging tools (zdb) and code validation tools (ztest). 13 # CMDS: zhack/ztest/ zfs/zpool/zed/
|
| /freebsd/cddl/usr.bin/ |
| H A D | Makefile | 12 ztest \
|
| /freebsd/targets/pseudo/userland/cddl/ |
| H A D | Makefile.depend | 33 cddl/usr.bin/ztest \
|
| /freebsd/sys/contrib/openzfs/ |
| H A D | TEST | 7 ### ztest
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/include/ |
| H A D | commands.cfg | 173 ztest
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/removal/ |
| H A D | remove_expanded.ksh | 28 # 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 D | log_spacemap_import_logs.ksh | 29 # are not tested outside of ztest and pools with DEBUG bits doing
|
| /freebsd/sys/contrib/openzfs/lib/libspl/ |
| H A D | thread.c | 88 * ENVIRONMENT VARIABLES sections of the ztest(1) man page. in zk_thread_create()
|
| /freebsd/sys/contrib/openzfs/cmd/zstream/ |
| H A D | zstream.c | 80 * we can get more info. Unlike ztest, we don't bail out if we can't in main()
|
| /freebsd/sys/contrib/openzfs/module/icp/ |
| H A D | illumos-crypto.c | 55 * compiled and used in both userspace and kernel space (for ztest and
|
| /freebsd/sys/contrib/openzfs/lib/libspl/include/ |
| H A D | umem.h | 36 * something other than ztest, you are likely not going to notice or care.
|
| /freebsd/sys/contrib/openzfs/man/ |
| H A D | Makefile.am | 13 %D%/man1/ztest.1 \
|