pkgsrc/devel/locktests/DESCR

10 lines
418 B
Text
Raw Normal View History

2011-05-03 14:32:40 +02:00
This test is aimed at stressing the fcntl locking functions.
A master process sets a lock on a file region (byte range locking).
Several slave processes try to perform operations on this region,
such as: read, write, set a new lock ... The expected results of
these operations are known. If the operation's result is the same
as the expected one, the test succeeds, otherwise it fails.
Locktests stress POSIX locks.