mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
8c427eb7b8
Regression test for btrfs' incremental send feature: 1) Create several nested directories; 2) Create a read only snapshot; 3) Change the parentship of some of the deepest directories in a reverse way, so that parents become children and children become parents; 4) Create another read only snapshot and use it for an incremental send relative to the first snapshot. At step 4 btrfs' send entered an infinite loop, increasing the memory it used while building path strings until a krealloc was unable to allocate more memory, which caused a warning dump in dmesg. The following linux kernel patch fixes this issue. Btrfs: fix infinite path build loops in incremental send (https://patchwork.kernel.org/patch/3522361/) Signed-off-by: Filipe David Borba Manana <fdmanana@gmail.com> Reviewed-by: Josef Bacik <jbacik@fb.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
36 lines
586 B
Plaintext
36 lines
586 B
Plaintext
# QA groups control file
|
|
# Defines test groups and nominal group owners
|
|
# - do not start group names with a digit
|
|
# - comment line before each group is "new" description
|
|
#
|
|
001 auto quick
|
|
002 auto
|
|
003 auto
|
|
004 auto rw metadata
|
|
005 auto
|
|
006 auto quick
|
|
007 auto rw metadata
|
|
008 auto quick
|
|
009 auto quick
|
|
010 auto quick
|
|
011 auto
|
|
012 auto
|
|
013 auto quick
|
|
014 auto
|
|
015 auto quick
|
|
016 auto quick
|
|
017 auto quick
|
|
018 auto quick
|
|
019 auto quick
|
|
020 auto quick
|
|
021 auto quick
|
|
022 auto
|
|
023 auto
|
|
024 auto quick
|
|
025 auto quick
|
|
026 auto quick
|
|
027 auto quick
|
|
028 auto quick
|
|
029 auto quick
|
|
030 auto quick
|