public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Milos Malik <mmalik@redhat.com>
To: git-commits@fedoraproject.org
Subject: [tests/selinux] pr775-checkpolicy-revdeps: use a larger file for mkfs.xfs testing
Date: Fri, 11 Sep 2026 13:20:14 GMT	[thread overview]
Message-ID: <178913281451.1.14960757255989628810.tests-selinux-289ec8d0b8da@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : tests/selinux
            Branch : pr775-checkpolicy-revdeps
            Commit : 289ec8d0b8dab555da3d2c59380a362083910288
            Author : Milos Malik <mmalik@redhat.com>
            Date   : 2022-11-01T10:52:27+01:00
            Stats  : +1/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/tests/selinux/c/289ec8d0b8dab555da3d2c59380a362083910288?branch=pr775-checkpolicy-revdeps

            Log:
            use a larger file for mkfs.xfs testing

The automated test used to work with 100MB files. Unfortunately,
the mkfs.xfs program started to complain recently:

  Filesystem must be larger than 300MB.

In order to use the automated test successfully in the future,
the allocated space was increased to 400MB.

---
diff --git a/other/mounting/runtest.sh b/other/mounting/runtest.sh
index c8532b3..34b6815 100755
--- a/other/mounting/runtest.sh
+++ b/other/mounting/runtest.sh
@@ -38,7 +38,7 @@ rlJournalStart
         rlAssertRpm "dosfstools"
 
         # create a loopback device
-        rlRun "fallocate -l 100M loop_file"
+        rlRun "fallocate -l 400M loop_file"
         rlRun "losetup -f loop_file"
         rlRun "losetup -l | grep loop_file"
         DEV="$(losetup -l | tail -n 1 | cut -f1 -d' ')"

                 reply	other threads:[~2026-09-11 13:20 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178913281451.1.14960757255989628810.tests-selinux-289ec8d0b8da@fedoraproject.org \
    --to=mmalik@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox