Closed
Bug 1333835
Opened 9 years ago
Closed 9 years ago
Add pytest plugin for retrying failures
Categories
(www.mozilla.org :: Bedrock, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: pmac, Assigned: pmac)
Details
This will be much more efficient than having Jenkins retry the tests since the pytest plugin can retry individual tests whereas Jenkins can only rerun the entire test suite.
I believe the plugin in question is:
https://github.com/pytest-dev/pytest-rerunfailures
| Assignee | ||
Comment 1•9 years ago
|
||
Turns out we already have said plugin installed \o/
We should enable it via the commands we run for more things and reduce the retry numbers in the Jenkinsfile.
| Assignee | ||
Comment 2•9 years ago
|
||
We have enabled it.
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•