All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] fstests: fix a major test setup performance regression
@ 2022-05-20  1:23 Dave Chinner
  2022-05-20  1:23 ` [PATCH 1/2] fstests: tests should not source common/rc directly Dave Chinner
  2022-05-20  1:23 ` [PATCH 2/2] common/rc: fix test init performance regression on XFS Dave Chinner
  0 siblings, 2 replies; 7+ messages in thread
From: Dave Chinner @ 2022-05-20  1:23 UTC (permalink / raw)
  To: fstests

Hi folks,

I've been seeing symptoms of this issue described in patch 2 for
most of this merge cycle, and it's slowly been getting worse, to
the point where I had to fix it to be able to get any amount of
testing done. Turns out we're doing something that is not smart
with XFS test setup, and recent changes to mkfs.xfs caused that
to be exposed. These patches fix it.

The first patch is a cleanup - no test should be including common/rc
directly anymore - _being_fstest() does that now. The second patch
fixes the XFS issues in init_rc() which is called from _begin_fstest
when is sources common/rc....

Cheers,

Dave.



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

end of thread, other threads:[~2022-05-20 11:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-20  1:23 [PATCH 0/2] fstests: fix a major test setup performance regression Dave Chinner
2022-05-20  1:23 ` [PATCH 1/2] fstests: tests should not source common/rc directly Dave Chinner
2022-05-20  1:59   ` Darrick J. Wong
2022-05-20 11:40   ` Christian Brauner
2022-05-20  1:23 ` [PATCH 2/2] common/rc: fix test init performance regression on XFS Dave Chinner
2022-05-20  2:00   ` Darrick J. Wong
2022-05-20  4:42   ` Zorro Lang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.