Print this page
NEX-13546 zfs-tests: stress tests need to be fixed after the merge (fix incremental)
NEX-13546 zfs-tests: stress tests need to be fixed after the merge
Reviewed by: Jean McCormack <jean.mccormack@nexenta.com>
Reviewed by: Steve Peng <steve.peng@nexenta.com>
8071 zfs-tests: 7290 missed some cases
Reviewed by: Matthew Ahrens <mahrens@delphix.com>
Reviewed by: John Kennedy <jwk404@gmail.com>
Approved by: Richard Lowe <richlowe@richlowe.net>
NEX-9752 backport illumos 6950 ARC should cache compressed data
Reviewed by: Saso Kiselkov <saso.kiselkov@nexenta.com>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
6950 ARC should cache compressed data
Reviewed by: Prakash Surya <prakash.surya@delphix.com>
Reviewed by: Dan Kimmel <dan.kimmel@delphix.com>
Reviewed by: Matt Ahrens <mahrens@delphix.com>
Reviewed by: Paul Dagnelie <pcd@delphix.com>
Reviewed by: Don Brady <don.brady@intel.com>
Reviewed by: Richard Elling <Richard.Elling@RichardElling.com>
Approved by: Richard Lowe <richlowe@richlowe.net>
NEX-4793 need casesensitivity/normalization test cases for zfs-tests
Reviewed by: Gordon Ross <gordon.ross@nexenta.com>
Reviewed by: Kevin Crowe <kevin.crowe@nexenta.com>
6369 remove SVM tests from ZFS test suite
Reviewed by: John Kennedy <john.kennedy@delphix.com>
Reviewed by: Prakash Surya <prakash.surya@delphix.com>
Reviewed by: Albert Lee <trisk@omniti.com>
Approved by: Dan McDonald <danmcd@omniti.com>
2605 want to resume interrupted zfs send
Reviewed by: George Wilson <george.wilson@delphix.com>
Reviewed by: Paul Dagnelie <pcd@delphix.com>
Reviewed by: Richard Elling <Richard.Elling@RichardElling.com>
Reviewed by: Xin Li <delphij@freebsd.org>
Reviewed by: Arne Jansen <sensille@gmx.net>
Approved by: Dan McDonald <danmcd@omniti.com>
5767 fix several problems with zfs test suite
Reviewed by: Matthew Ahrens <mahrens@delphix.com>
Reviewed by: Christopher Siden <christopher.siden@delphix.com>
Approved by: Gordon Ross <gwr@nexenta.com>
NEX-4254 zfs-tests uses prtconf cmd which is not always present for admin
Reviewed by: Kevin Crowe <kevin.crowe@nexenta.com>
Reviewed by: Steve Peng <steve.peng@nexenta.com>
NEX-3258 Remove dependency upon SVM from zfs-tests
Reviewed by: Josef Sipek <josef.sipek@nexenta.com>
Reviewed by: Steve Peng <steve.peng@nexenta.com>
Reviewed by: Alek Pinchuk <alek.pinchuk@nexenta.com>
4206 history_003_pos relies on exact size of history log and entries
4207 history_008_pos depends on obsolete internal history log message
4208 Typo in zfs_main.c: "posxiuser"
4209 Populate zfstest with the remainder of the STF tests
Reviewed by: Sonu Pillai <sonu.pillai@delphix.com>
Reviewed by: Will Guyette <will.guyette@delphix.com>
Reviewed by: Eric Diven <eric.diven@delphix.com>
Reviewed by: Christopher Siden <christopher.siden@delphix.com>
Approved by: Richard Lowe <richlowe@richlowe.net>
| Split |
Close |
| Expand all |
| Collapse all |
--- old/usr/src/test/zfs-tests/include/commands.cfg
+++ new/usr/src/test/zfs-tests/include/commands.cfg
1 1 #
2 2 # This file and its contents are supplied under the terms of the
3 3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 4 # You may only use this file in accordance with the terms of version
5 5 # 1.0 of the CDDL.
6 6 #
7 7 # A full copy of the text of the CDDL should have accompanied this
8 8 # source. A copy of the CDDL is also available via the Internet at
9 9 # http://www.illumos.org/license/CDDL.
10 10 #
11 11
12 12 #
13 13 # Copyright (c) 2016, 2018 by Delphix. All rights reserved.
14 14 #
15 15
16 16 #
17 17 # These variables are used by zfstest.ksh to constrain which utilities
18 18 # may be used by the suite. The suite will create a directory which is
19 19 # the only element of $PATH and create symlinks from that dir to the
20 20 # binaries listed below.
21 21 # Please keep the contents of each variable sorted for ease of reading
22 22 # and maintenance.
23 23 #
24 24 export USR_BIN_FILES='awk
25 25 base64
26 26 basename
27 27 bc
28 28 bunzip2
29 29 bzcat
30 30 cat
31 31 cd
32 32 chgrp
33 33 chmod
34 34 chown
35 35 cksum
36 36 cmp
37 37 compress
38 38 coreadm
39 39 cp
40 40 cpio
41 41 cut
42 42 date
43 43 dd
44 44 df
45 45 diff
46 46 dircmp
47 47 dirname
48 48 du
49 49 echo
50 50 egrep
51 51 expr
52 52 false
53 53 file
54 54 find
55 55 fio
56 56 getent
57 57 grep
58 58 head
59 59 hostname
60 60 id
61 61 iostat
62 62 isainfo
63 63 kill
64 64 ksh
65 65 ln
66 66 logname
67 67 ls
68 68 md5sum
69 69 mdb
70 70 mkdir
71 71 mktemp
72 72 mpstat
73 73 mv
74 74 nawk
75 75 pack
76 76 pagesize
77 77 pax
78 78 pfexec
79 79 pgrep
80 80 pkginfo
81 81 pkill
82 82 ppriv
83 83 print
84 84 printf
85 85 ps
86 86 pwd
87 87 python
88 88 readlink
89 89 rm
90 90 rmdir
91 91 rsh
92 92 runat
93 93 sed
94 94 seq
95 95 shuf
96 96 sleep
97 97 sort
98 98 stat
99 99 strings
100 100 su
101 101 sudo
102 102 sum
103 103 svcs
104 104 sync
105 105 tail
106 106 tee
107 107 timeout
108 108 touch
109 109 tr
110 110 true
111 111 truncate
112 112 umask
113 113 uname
114 114 uncompress
115 115 unpack
116 116 vmstat
117 117 wait
118 118 wc
119 119 xargs
120 120 zlook
121 121 zonename'
122 122
123 123 export USR_SBIN_FILES='arp
124 124 clri
125 125 dtrace
126 126 dumpadm
127 127 ff
128 128 format
129 129 fsck
130 130 fsdb
131 131 fsirand
132 132 fstyp
133 133 getmajor
134 134 groupadd
|
↓ open down ↓ |
134 lines elided |
↑ open up ↑ |
135 135 groupdel
136 136 groupmod
137 137 labelit
138 138 lockfs
139 139 lofiadm
140 140 mkfile
141 141 mknod
142 142 ncheck
143 143 newfs
144 144 ping
145 + prtconf
145 146 prtvtoc
146 147 psrinfo
147 148 quotaon
148 149 share
149 150 svcadm
150 151 swap
151 152 tar
152 153 tunefs
153 154 ufsdump
154 155 ufsrestore
155 156 unshare
156 157 useradd
157 158 userdel
158 159 usermod
159 160 zdb
160 161 zhack
161 162 zinject
162 163 zoneadm
163 164 zonecfg
164 165 zstreamdump'
|
↓ open down ↓ |
10 lines elided |
↑ open up ↑ |
165 166
166 167 export SBIN_FILES='fdisk
167 168 mount
168 169 swapadd
169 170 umount
170 171 umountall
171 172 zfs
172 173 zpool'
173 174
174 175 export ZFSTEST_FILES='chg_usr_exec
176 + dataset_create_write_destroy
177 + dataset_create_write_destroy_acl
178 + dataset_create_write_destroy_exattr
179 + dataset_run_xattr
175 180 devname2devid
176 181 dir_rd_update
177 182 dos_ro
178 183 file_check
179 184 file_trunc
180 185 file_write
181 186 getholes
182 187 largest_file
183 188 mkbusy
184 189 mkfiles
185 190 mkholes
186 191 mktree
187 192 mmapwrite
188 193 randfree_file
189 194 readmmap
190 195 rename_dir
191 196 rm_lnkcnt_zero_file'
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX