Page MenuHomeFreeBSD

lockf: add some tests
ClosedPublic

Authored by kevans on Nov 22 2023, 5:12 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jul 22, 9:17 AM
Unknown Object (File)
Tue, Jul 21, 6:14 AM
Unknown Object (File)
Tue, Jul 21, 3:39 AM
Unknown Object (File)
Mon, Jul 20, 2:06 AM
Unknown Object (File)
Thu, Jun 25, 1:25 PM
Unknown Object (File)
Thu, Jun 25, 7:09 AM
Unknown Object (File)
Jun 23 2026, 4:40 AM
Unknown Object (File)
Jun 21 2026, 9:57 PM

Details

Reviewers
allanjude
Group Reviewers
Klara
Commits
rG296a5a4db1fc: lockf: add some tests
Summary

Provide basic coverage for the existing options, nothing deeper (e.g.,
pipe closing behavior) is tested in this set.

Sponsored by: Klara, Inc.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 54562
Build 51451: arc lint + arc unit

Event Timeline

Stop waiting on some of the sleeps, improve reliability

0mp added inline comments.
usr.bin/lockf/tests/lockf_test.sh
95

What's the reason for that? Why is failing under 10 seconds considered a success?

allanjude added a subscriber: allanjude.

reviewed-by: allanjude

usr.bin/lockf/tests/lockf_test.sh
95

the -n flag means: exit immediately if testlock does not already exist

This revision is now accepted and ready to land.Nov 22 2023, 1:49 PM
des added inline comments.
usr.bin/lockf/tests/lockf_test.sh
38

style(9) no longer requires a blank line at the top of a function

This revision was automatically updated to reflect the committed changes.
kevans marked an inline comment as done.