Print this page
NEX-3974 Remove timing issues so the robot can run consistently
Reviewed by: Steve Peng <steve.peng@nexenta.com>
Reviewed by: Josef Sipek <josef.sipek@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/tests/functional/slog/slog.kshlib
          +++ new/usr/src/test/zfs-tests/tests/functional/slog/slog.kshlib
↓ open down ↓ 18 lines elided ↑ open up ↑
  19   19  # CDDL HEADER END
  20   20  #
  21   21  
  22   22  #
  23   23  # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
  24   24  # Use is subject to license terms.
  25   25  #
  26   26  
  27   27  #
  28   28  # Copyright (c) 2013, 2016 by Delphix. All rights reserved.
       29 +# Copyright 2015 Nexenta Systems, Inc.  All rights reserved.
  29   30  #
  30   31  
  31   32  . $STF_SUITE/include/libtest.shlib
  32   33  . $STF_SUITE/tests/functional/slog/slog.cfg
  33   34  
  34   35  function cleanup
  35   36  {
  36   37          if datasetexists $TESTPOOL ; then
  37      -                log_must zpool destroy -f $TESTPOOL
       38 +                log_must destroy_pool $TESTPOOL
  38   39          fi
  39   40          if datasetexists $TESTPOOL2 ; then
  40      -                log_must zpool destroy -f $TESTPOOL2
       41 +                log_must destroy_pool $TESTPOOL2
  41   42          fi
  42   43  }
  43   44  
  44   45  #
  45   46  # Try zpool status/iostat for given pool
  46   47  #
  47   48  # $1 pool
  48   49  #
  49   50  function display_status
  50   51  {
↓ open down ↓ 100 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX