Page MenuHomeFreeBSD

tests: Fix reliability issues in POSIX ACL tests
ClosedPublic

Authored by des on Thu, May 28, 11:46 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jun 21, 3:54 PM
Unknown Object (File)
Sat, Jun 20, 9:14 PM
Unknown Object (File)
Sat, Jun 20, 5:17 PM
Unknown Object (File)
Sat, Jun 20, 10:47 AM
Unknown Object (File)
Sat, Jun 20, 5:19 AM
Unknown Object (File)
Tue, Jun 16, 2:21 AM
Unknown Object (File)
Mon, Jun 8, 10:44 AM
Unknown Object (File)
Mon, Jun 8, 10:33 AM
Subscribers

Details

Summary

The ACL tests use UIDs and GIDs 41, 42, and 43 and expect them to be
unassigned. Since GID 43 is now assigned to the audio group, some
tests have begun to fail.

While here, also fix a benign Perl syntax issue in the test runner.

MFC after: 1 week

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

des requested review of this revision.Thu, May 28, 11:46 AM
markj added inline comments.
tests/sys/acl/tools-posix.test
92

This line and others still need to be updated if these UIDs/GIDs are claimed, right?

This revision is now accepted and ready to land.Thu, May 28, 12:07 PM
tests/sys/acl/tools-posix.test
92

ah shit, I didn't notice it was also using 44 and 45

This revision now requires review to proceed.Thu, May 28, 12:23 PM
des marked an inline comment as done.Thu, May 28, 12:24 PM
This revision was not accepted when it landed; it landed in state Needs Review.Thu, May 28, 12:28 PM
This revision was automatically updated to reflect the committed changes.