If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
What is the exact error message displayed, and which test is it displayed for?
In older versions of BurnInTest (early V6.0) there was a watchdog timer on all tests, "No operations reported in timeout period": There where no operations during the last watchdog time period (2 minutes) or the test did not start. This error is a warning that investigation is required.
What is the exact error message displayed, and which test is it displayed for?
In older versions of BurnInTest (early V6.0) there was a watchdog timer on all tests, "No operations reported in timeout period": There where no operations during the last watchdog time period (2 minutes) or the test did not start. This error is a warning that investigation is required.
I don't remember what the exact error message is. The message is displayed when I conducted test on HDD.
Let me ask in the another way. If the disk does not respond, how will Burn-in software handle? Any timeout mechanism? Or will the software become non-responding because of a pending I/O operation?
BurnInTest does not explicitly set timeouts on the disk test writes, reads and seeks.
There is a timeout on unmounting volumes from a physcial disk when testing a physical disk number (rather than a disk volume).
There is also a timeout on retrieving SMART data from a disk.
There is a seperate software thread for each BurnInTest disk test. So, generally speaking, if there is a serious error with a disk where it does not respond to a write, read or seek, then that disk test software thread will block (hang). BurnInTest itself will not hang.
In saying this, it is also possible that the disk device driver could include a timeout, and hence return to BurnInTest with a failure. It is possible this is reported as a timeout in the more detailed BurnInTest logs.
Comment