From 546cea6f364cb5d51e589186503764595543123a Mon Sep 17 00:00:00 2001 From: Qu Wenruo Date: Mon, 5 Feb 2018 14:47:12 +0800 Subject: btrfs-progs: tests: Add test case with valid orphan inode Regression test for false alerts in lowmem mode. Signed-off-by: Qu Wenruo [ update test ] Signed-off-by: David Sterba --- .../fsck-tests/029-valid-orphan-item/orphan_inode.img.xz | Bin 0 -> 1620 bytes tests/fsck-tests/029-valid-orphan-item/test.sh | 15 +++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 tests/fsck-tests/029-valid-orphan-item/orphan_inode.img.xz create mode 100755 tests/fsck-tests/029-valid-orphan-item/test.sh (limited to 'tests') diff --git a/tests/fsck-tests/029-valid-orphan-item/orphan_inode.img.xz b/tests/fsck-tests/029-valid-orphan-item/orphan_inode.img.xz new file mode 100644 index 00000000..26e4cf8a Binary files /dev/null and b/tests/fsck-tests/029-valid-orphan-item/orphan_inode.img.xz differ diff --git a/tests/fsck-tests/029-valid-orphan-item/test.sh b/tests/fsck-tests/029-valid-orphan-item/test.sh new file mode 100755 index 00000000..d8068f63 --- /dev/null +++ b/tests/fsck-tests/029-valid-orphan-item/test.sh @@ -0,0 +1,15 @@ +#!/bin/bash +# To check if btrfs check can handle valid orphan items. +# Orphan item is a marker for deleted inodes that were open at the time of +# deletion. # Orphan inode/root will is not referenced and will have an orphan +# item, which should not be reported as error. + +source "$TEST_TOP/common" + +check_prereq btrfs + +check_image() { + run_check "$TOP/btrfs" check "$1" +} + +check_all_images -- cgit v1.2.3