lrewega / stressapptest

Automatically exported from code.google.com/p/stressapptest
Apache License 2.0
0 stars 0 forks source link

concurrent usage of the same disk resources should be avoided #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. stressapptest -f stresstest -f stresstest

What is the expected output? What do you see instead?

It should start only one thread per file/device and possibly complain 
about concurrent usage of the same file. The File/device should be opened 
exclusively.

What version of the product are you using? On what operating system?

Stats: SAT revision 1.0.1_autoconf, 64 bit binary
Debian Lenny

Original issue reported on code.google.com by kfd.schr...@googlemail.com on 3 Dec 2009 at 3:27

GoogleCodeExporter commented 9 years ago
Yep, should be opened exclusively, and maybe warn on dups.

Original comment by nsanders@google.com on 31 Dec 2009 at 12:49