Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/dev/raidframe Reduce disk image size for tests (PR 442...



details:   https://anonhg.NetBSD.org/src/rev/2b1e7ca48f21
branches:  trunk
changeset: 457648:2b1e7ca48f21
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Jul 10 06:10:54 2019 +0000

description:
Reduce disk image size for tests (PR 44239 has been fixed)

diffstat:

 tests/dev/raidframe/t_raid.sh |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 8dccf6119580 -r 2b1e7ca48f21 tests/dev/raidframe/t_raid.sh
--- a/tests/dev/raidframe/t_raid.sh     Wed Jul 10 05:57:43 2019 +0000
+++ b/tests/dev/raidframe/t_raid.sh     Wed Jul 10 06:10:54 2019 +0000
@@ -1,5 +1,5 @@
 #! /usr/bin/atf-sh
-#      $NetBSD: t_raid.sh,v 1.13 2018/01/18 00:32:49 mrg Exp $
+#      $NetBSD: t_raid.sh,v 1.14 2019/07/10 06:10:54 martin Exp $
 #
 # Copyright (c) 2010 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -113,8 +113,7 @@
        rump.halt
 }
 
-# make this smaller once 44239 is fixed
-export RAID_MEDIASIZE=32m
+export RAID_MEDIASIZE=4m
 
 atf_test_case raid1_compfail cleanup
 raid1_compfail_head()



Home | Main Index | Thread Index | Old Index