Issue20964
Created on 2014-03-17 23:23 by vstinner, last changed 2022-04-11 14:58 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| check_time_delta.patch | vstinner, 2014-03-17 23:23 | review | ||
| Messages (2) | |||
|---|---|---|---|
| msg213914 - (view) | Author: STINNER Victor (vstinner) * ![]() |
Date: 2014-03-17 23:23 | |
Follow-up of issue #20910: add a support.check_time_delta() function an a --check-time-delta command line option for Lib/test/regrtest.py. By default, the function tolerate a difference of 500 ms for the maximum delta. The idea is to set the --check-time-delta option on slowest buildbots to tolerate larger difference. For example, test_time_and_call_at() of test_asyncio takes 2000 ms instead of 100 ms on the "AMD64 OpenIndiana 3.x" buildbot: http://bugs.python.org/issue20336#msg208714 |
|||
| msg213917 - (view) | Author: STINNER Victor (vstinner) * ![]() |
Date: 2014-03-17 23:25 | |
I ran test_time and test_asyncio on Linux and Windows with --check-time-delta=1e-9 and the tests passed. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:58:00 | admin | set | github: 65163 |
| 2015-10-02 21:07:03 | vstinner | set | status: open -> closed resolution: out of date |
| 2014-03-17 23:25:06 | vstinner | set | messages: + msg213917 |
| 2014-03-17 23:23:14 | vstinner | create | |
