Re: git: 46adaf3642cf - main - tests: Serialize kern_descrip_test
- In reply to: Enji Cooper : "Re: git: 46adaf3642cf - main - tests: Serialize kern_descrip_test"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 03 May 2025 20:08:41 UTC
On Sat, May 03, 2025 at 12:42:47PM -0700, Enji Cooper wrote: > > > On May 2, 2025, at 17:05, Mark Johnston <markj@freebsd.org> wrote: > > > > The branch main has been updated by markj: > > > > URL: https://cgit.FreeBSD.org/src/commit/?id=46adaf3642cff045b9ac87bd2e8b32124bd66ba2 > > > > commit 46adaf3642cff045b9ac87bd2e8b32124bd66ba2 > > Author: Mark Johnston <markj@FreeBSD.org> > > AuthorDate: 2025-05-02 23:59:55 +0000 > > Commit: Mark Johnston <markj@FreeBSD.org> > > CommitDate: 2025-05-03 00:04:32 +0000 > > > > tests: Serialize kern_descrip_test > > > > It can trigger failures in unrelated tests when it modifies the maxfiles > > limit. > > I need to check back in with this, but does this test require (allow.+)system_side_effects? Yes. > It seems like it should (also, is_exclusive and system_side_effects seem like they should overlap with one another..). Yes, require.config allow_system_side_effects should imply is_exclusive, that makes perfect sense to me.