Linux Btrfs filesystem development
 help / color / mirror / Atom feed
* [PATCH 0/4] btrfs-progs: make some of the fsck-tests run without root
@ 2023-04-10 18:11 Josef Bacik
  2023-04-10 18:11 ` [PATCH 1/4] btrfs-progs: fix fsck-tests/056 to " Josef Bacik
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Josef Bacik @ 2023-04-10 18:11 UTC (permalink / raw)
  To: linux-btrfs

Hello,

While running tests on my ctree sync patches I noticed these tests were failing
when I ran as a normal user.  Most of them are just needing to call
setup_root_helper before calling the loop device helpers, some need a
$SUDO_HELPER added to a few places.  With these patches in place I can run make
test-fsck as a normal user.  Thanks,

Josef

Josef Bacik (4):
  btrfs-progs: fix fsck-tests/056 to run without root
  btrfs-progs: fix fsck-tests/057 to run without root
  btrfs-progs: fix fsck-tests/059 to run without root
  btrfs-progs: fix fsck-tests/060 to run without root

 tests/fsck-tests/056-raid56-false-alerts/test.sh | 6 +++---
 tests/fsck-tests/057-seed-false-alerts/test.sh   | 8 ++++----
 tests/fsck-tests/059-shrunk-device/test.sh       | 4 ++--
 tests/fsck-tests/060-degraded-check/test.sh      | 4 ++--
 4 files changed, 11 insertions(+), 11 deletions(-)

-- 
2.39.2


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-04-11 23:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-10 18:11 [PATCH 0/4] btrfs-progs: make some of the fsck-tests run without root Josef Bacik
2023-04-10 18:11 ` [PATCH 1/4] btrfs-progs: fix fsck-tests/056 to " Josef Bacik
2023-04-10 18:11 ` [PATCH 2/4] btrfs-progs: fix fsck-tests/057 " Josef Bacik
2023-04-10 18:11 ` [PATCH 3/4] btrfs-progs: fix fsck-tests/059 " Josef Bacik
2023-04-10 18:11 ` [PATCH 4/4] btrfs-progs: fix fsck-tests/060 " Josef Bacik
2023-04-11 17:00 ` [PATCH 0/4] btrfs-progs: make some of the fsck-tests " Neal Gompa
2023-04-11 23:56 ` David Sterba

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox