6xAuLeN4xl1AGjO9Qc5I8L changeset

Changeset353663623561 (b)
ParentNone (a)
ab
0+diff --git a/tests/btrfs/159 b/tests/btrfs/159
0+index ad98ee1f..f3cc13fd 100755
0+--- a/tests/btrfs/159
0++++ b/tests/btrfs/159
0+@@ -64,7 +64,7 @@ _require_metadata_journaling $SCRATCH_DEV
0+ _init_flakey
0+ _mount_flakey
0+ 
0+-# Create our test file with 831 extents of 256Kb each. Before each extent, there
0++# Create our test file with 832 extents of 256Kb each. Before each extent, there
0+ # is a 256Kb hole (except for the first extent, which starts at offset 0). This
0+ # creates two leafs in the filesystem tree, with the extent at offset 216530944
0+ # being the last item in the first leaf and the extent at offset 217055232 being
0+@@ -78,6 +78,8 @@ done
0+ # Now persist everything done so far.
0+ sync
0+ 
0++btrfs-debug-tree $SCRATCH_DEV >>$seqres.full 2>&1
0++
0+ # Now punch a hole that covers part of the extent at offset 216530944.
0+ $XFS_IO_PROG -c "fpunch $((216530944 + 128 * 1024 - 4000)) 256K" \
0+             -c "fsync" \
...
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
--- Revision None
+++ Revision 353663623561
@@ -0,0 +1,22 @@
+diff --git a/tests/btrfs/159 b/tests/btrfs/159
+index ad98ee1f..f3cc13fd 100755
+--- a/tests/btrfs/159
++++ b/tests/btrfs/159
+@@ -64,7 +64,7 @@ _require_metadata_journaling $SCRATCH_DEV
+ _init_flakey
+ _mount_flakey
+
+-# Create our test file with 831 extents of 256Kb each. Before each extent, there
++# Create our test file with 832 extents of 256Kb each. Before each extent, there
+ # is a 256Kb hole (except for the first extent, which starts at offset 0). This
+ # creates two leafs in the filesystem tree, with the extent at offset 216530944
+ # being the last item in the first leaf and the extent at offset 217055232 being
+@@ -78,6 +78,8 @@ done
+ # Now persist everything done so far.
+ sync
+
++btrfs-debug-tree $SCRATCH_DEV >>$seqres.full 2>&1
++
+ # Now punch a hole that covers part of the extent at offset 216530944.
+ $XFS_IO_PROG -c "fpunch $((216530944 + 128 * 1024 - 4000)) 256K" \
+ -c "fsync" \