[New-bugs-announce] [issue37707] Skip individual unit tests that are expensive for the PGO task

Neil Schemenauer report at bugs.python.org
Mon Jul 29 14:34:07 EDT 2019


New submission from Neil Schemenauer <nas-python at arctrix.com>:

Add a new support decorator, @skip_if_pgo_task and then use it to mark test cases.  I suspect the PGO task works well if it can exercise common code paths.  Running long tests likely have rapidly diminishing benefits.  The instrumented PGO executable runs quite a bit slower than a normal build and so it is useful to spend a bit of time to exclude expensive tests.

----------
components: Build
messages: 348677
nosy: nascheme
priority: normal
severity: normal
stage: patch review
status: open
title: Skip individual unit tests that are expensive for the PGO task
type: enhancement

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37707>
_______________________________________


More information about the New-bugs-announce mailing list