summaryrefslogtreecommitdiff
path: root/tests/generic/241
blob: 8abb525ee94a68815a7ac45cb31a8b50a1f58a41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#! /bin/bash
# SPDX-License-Identifier: GPL-2.0
# Copyright (c) 2010 Red Hat, Inc.  All Rights Reserved.
#
# FS QA Test No. 241
#
# Run parallel dbench & check for filesystem corruption
# This corrupted ext4 inode bitmaps due to races at one point
#
#
. ./common/preamble
_begin_fstest auto

# Import common functions.
. ./common/filter

_supported_fs generic
_require_test

[ "$DBENCH_PROG" = "" ] && _notrun "dbench not found"

echo "Silence is golden."

# real QA test starts here

rm -rf $TEST_DIR/dbench
mkdir $TEST_DIR/dbench

dbench -t 60 -D $TEST_DIR/dbench 4 >> $seqres.full

status=$?
exit