This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: test_ossaudiodev timing failure
Type: Stage:
Components: Extension Modules Versions: Python 2.3
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: akuchling, fdrake
Priority: normal Keywords:

Created on 2003-08-05 03:14 by fdrake, last changed 2022-04-10 16:10 by admin. This issue is now closed.

Messages (2)
msg17614 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2003-08-05 03:14
test_audiodev reports a failure because the expected
output includes the line:

elapsed time: 2.9 sec

but when run on my system (RH 9.0), produces the output:

elapsed time: 3.0 sec

I'm not sure what the right fix is, but including that
bit of timing information seems somewhat fragile; you
don't want to number to be too low, but it should be ok
for it to be a little high since you can't control time
slices allocated to the test all that precisely.
msg17615 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2006-08-03 14:42
Logged In: YES 
user_id=11375

Duplicate of #1501330, which has been fixed.
History
Date User Action Args
2022-04-10 16:10:29adminsetgithub: 39010
2003-08-05 03:14:37fdrakecreate