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>
NEX-5266 Move zfs-tests runfiles from nza-kernel-test repo to nza-kernel
Reviewed by: Steve Peng <steve.peng@nexenta.com>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/test/zfs-tests/runfiles/stress.run
          +++ new/usr/src/test/zfs-tests/runfiles/stress.run
↓ open down ↓ 2 lines elided ↑ open up ↑
   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      -# Copyright (c) 2015 by Delphix. All rights reserved.
       13 +# Copyright 2017 Nexenta Systems, Inc.
  14   14  #
  15   15  
  16   16  [DEFAULT]
       17 +pre = setup
  17   18  quiet = False
       19 +pre_user = root
  18   20  user = root
  19      -timeout = 1800
       21 +timeout = 3600
       22 +post_user = root
       23 +post = cleanup
  20   24  outputdir = /var/tmp/test_results
  21   25  
  22      -[/opt/zfs-tests/tests/stress/races]
  23      -tests = ['remove_file_while_remap']
       26 +[/opt/zfs-tests/tests/stress/mirror_002]
       27 +tests = ['mirror_002']
       28 +
       29 +[/opt/zfs-tests/tests/stress/mirror_003]
       30 +tests = ['mirror_003']
       31 +
       32 +[/opt/zfs-tests/tests/stress/mirror_004]
       33 +tests = ['mirror_004']
       34 +
       35 +[/opt/zfs-tests/tests/stress/mirror_005]
       36 +tests = ['mirror_005']
       37 +
       38 +[/opt/zfs-tests/tests/stress/mirror_006]
       39 +tests = ['mirror_006']
       40 +
       41 +[/opt/zfs-tests/tests/stress/raidz_001]
       42 +tests = ['raidz_001']
       43 +
       44 +[/opt/zfs-tests/tests/stress/raidz_002]
       45 +tests = ['raidz_002']
       46 +
       47 +[/opt/zfs-tests/tests/stress/slog_001]
       48 +tests = ['slog_001']
       49 +
       50 +[/opt/zfs-tests/tests/stress/slog_002]
       51 +tests = ['slog_002']
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX