Actions
Bug #8072
closedzfs-tests: several test cases incorrectly spell TESTPOOL
Start date:
2017-04-14
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:
Description
$ grep -Ir TESTPOOl usr/src/test/zfs-tests usr/src/test/zfs-tests/tests/functional/cli_user/misc/zfs_set_001_neg.ksh: ACTUAL=$(zfs get $PROP -o value -H snapdir $TESTPOOl/$TESTFS/prop ) usr/src/test/zfs-tests/tests/functional/cli_user/misc/zfs_get_001_neg.ksh: ACTUAL=$( zfs get $PROP -o value -H snapdir $TESTPOOl/$TESTFS/prop ) usr/src/test/zfs-tests/tests/functional/cli_user/misc/zfs_promote_001_neg.ksh: log_fail "Clone $TESTPOOl/$TESTFS/clone was actually promoted!" $ grep -FIr TESTPOL usr/src/test/zfs-tests usr/src/test/zfs-tests/tests/functional/cli_root/zfs_promote/zfs_promote_006_neg.ksh: "$TESTPOOL/$TESTVOL" "$TESTPOL $TESTPOOL/$TESTFS" \
Updated by Yuri Pankov about 6 years ago
- Status changed from New to In Progress
- Assignee set to Yuri Pankov
- % Done changed from 0 to 50
Updated by Electric Monk about 6 years ago
- Status changed from In Progress to Closed
- % Done changed from 50 to 100
git commit f0e8a3d8e67418155c5316a52ebd6aacaf493b09
commit f0e8a3d8e67418155c5316a52ebd6aacaf493b09 Author: Yuri Pankov <yuri.pankov@nexenta.com> Date: 2017-05-16T22:28:24.000Z 8072 zfs-tests: several test cases incorrectly spell TESTPOOL Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: John Kennedy <jwk404@gmail.com> Approved by: Richard Lowe <richlowe@richlowe.net>
Actions