Page MenuHomeFreeBSD

lockf: add some tests
ClosedPublic

Authored by kevans on Nov 22 2023, 5:12 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Aug 17, 12:16 PM
Unknown Object (File)
Sun, Aug 16, 6:50 AM
Unknown Object (File)
Wed, Aug 12, 8:10 PM
Unknown Object (File)
Tue, Aug 11, 9:43 PM
Unknown Object (File)
Tue, Aug 11, 9:42 PM
Unknown Object (File)
Tue, Aug 11, 9:42 PM
Unknown Object (File)
Tue, Aug 11, 6:37 PM
Unknown Object (File)
Tue, Aug 11, 3:59 AM

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 54564
Build 51453: 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
94

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
94

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
37

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.