Details
Description
The sleeptest in dbtests checks whether calling sleep returns within an arbitrary threshold:
sleepmicros( 1527123 );
|
ASSERT( t.micros() > 1000000 );
|
ASSERT( t.micros() < 2000000 );
|
No platform that I know of actually guarantees this test will pass, so it should be removed.