Message ID | 20250317055138.1132868-1-hch@lst.de (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | xfs/235: add to the auto group | expand |
On Mon, Mar 17, 2025 at 06:51:38AM +0100, Christoph Hellwig wrote: > xfs/235 is the only test effectively exercising the temporary enabling > of SB_ACTIVE during log recovery. Add it to the auto group to increase > coverage. > > Signed-off-by: Christoph Hellwig <hch@lst.de> > --- Welcome more stable enough cases to be auto group. Reviewed-by: Zorro Lang <zlang@redhat.com> > tests/xfs/235 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tests/xfs/235 b/tests/xfs/235 > index 5b201d930769..c959dfd6e33a 100755 > --- a/tests/xfs/235 > +++ b/tests/xfs/235 > @@ -8,7 +8,7 @@ > # then see how the kernel and xfs_repair deal with it. > # > . ./common/preamble > -_begin_fstest fuzzers rmap > +_begin_fstest auto fuzzers rmap > > # Import common functions. > . ./common/filter > -- > 2.45.2 > >
diff --git a/tests/xfs/235 b/tests/xfs/235 index 5b201d930769..c959dfd6e33a 100755 --- a/tests/xfs/235 +++ b/tests/xfs/235 @@ -8,7 +8,7 @@ # then see how the kernel and xfs_repair deal with it. # . ./common/preamble -_begin_fstest fuzzers rmap +_begin_fstest auto fuzzers rmap # Import common functions. . ./common/filter
xfs/235 is the only test effectively exercising the temporary enabling of SB_ACTIVE during log recovery. Add it to the auto group to increase coverage. Signed-off-by: Christoph Hellwig <hch@lst.de> --- tests/xfs/235 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)