Open
Bug 1828179
Opened 2 years ago
Updated 1 year ago
[perfdocs] Prevent perfdocs from running when `./mach lint` is run without a specifier
Categories
(Testing :: Performance, defect, P2)
Testing
Performance
Tracking
(Not tracked)
NEW
People
(Reporter: sparky, Unassigned)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [fxp])
This bug is for disabling the perfdocs linter from running by default when ./mach lint isn't called with a linter specified.
This will resolve an issue that we are seeing in Lando that triggers failures intermittently on large patches. This happens because mach lint batches the files and runs perfdocs multiple times, all at the same time causing race conditions (since we parse the full tree every run).
See here for two examples:
https://lando.services.mozilla.com/D175250/
https://lando.services.mozilla.com/D173757/
Updated•2 years ago
|
Comment 1•2 years ago
•
|
||
another recent instance https://lando.services.mozilla.com/D182680/
3 months since the last one (AFAIK), so that is good news
Comment 2•2 years ago
|
||
Another recent one, different output but related
| Reporter | ||
Updated•1 year ago
|
Blocks: perftest-docs
You need to log in
before you can comment on or make changes to this bug.
Description
•