Print this page
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>

*** 23,32 **** --- 23,36 ---- # # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # + # + # Copyright (c) 2013 by Delphix. All rights reserved. + # + . $STF_SUITE/include/libtest.shlib . $STF_SUITE/tests/functional/cli_root/zpool_get/zpool_get.cfg # # DESCRIPTION:
*** 79,89 **** i=$(( $i + 1 )) COUNT=$($WC /tmp/values.$$ | $AWK '{print $1}') if [ $i -ne $COUNT ] then ! log_fail "Length of output $COUNT was not equal to number of props + 1." fi $RM /tmp/values.$$ --- 83,93 ---- i=$(( $i + 1 )) COUNT=$($WC /tmp/values.$$ | $AWK '{print $1}') if [ $i -ne $COUNT ] then ! log_fail "Found zpool features not in the zpool_get test config." fi $RM /tmp/values.$$