You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.
start N workers that randomly lock and unlock regions of a file
# using the POSIX lockf(3) locking mechanism. Each worker creates
# a 64 KB file and attempts to hold a maximum of 1024 concurrent
# locks with a child process that also tries to hold 1024 concur‐
# rent locks. Old locks are unlocked in a first-in, first-out
# basis.
This test when run under Graphene hangs for any number of stressors. I have attached the logs for lockf running with 8 stressors as well as 1 stressor. lockf_8stressor.log lockf_1stressor.log
Description of the problem
Description of lockf test
Link to the lockf stress-ng test source code: https://github.com/ColinIanKing/stress-ng/blob/master/stress-lockf.c
This test when run under Graphene hangs for any number of stressors. I have attached the logs for lockf running with 8 stressors as well as 1 stressor.
lockf_8stressor.log
lockf_1stressor.log
Steps to reproduce
Commands to run the lockf stressor
Expected results
Actual results
The text was updated successfully, but these errors were encountered: