Closed
Bug 1746206
Opened 4 years ago
Closed 3 years ago
Windows browsertime visual metrics dependencies not installing correctly
Categories
(Testing :: Performance, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: kimberlythegeek, Assigned: kshampur)
References
Details
(Whiteboard: [fxp][developer-experience])
When running a browsertime test with --browsertime-visualmetrics, the dependencies should be installed but appear to be failing often.
(unresolved)
On windows, when attempting to run test with visual metrics:
- imagemagick download URL gives 404, fix for this: https://bugzilla.mozilla.org/show_bug.cgi?id=1735540
- after updating url:
Missing browsertime files...attempting to install
OSError(8, '%1 is not a valid Win32 application', None, 193, None)
see https://searchfox.org/mozilla-central/source/testing/raptor/mach_commands.py#258
- tried running a test,
ffmpegconvertandcompareFAIL - ran
mach browsertime --clobber --setup --install-vismet-reqs - dependencies install correctly
- tried running a test,
ffmpegconvertandcompareFAILagain - downloaded ffmpeg and added to PATH, currently this does not appear to be working, still investigating
| Reporter | ||
Updated•4 years ago
|
Priority: -- → P2
Comment 1•4 years ago
|
||
The severity field is not set for this bug.
:kimberlythegeek, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(ksereduck)
| Reporter | ||
Updated•4 years ago
|
Severity: -- → S3
Flags: needinfo?(ksereduck)
| Assignee | ||
Comment 2•3 years ago
|
||
Should now be resolved by Bug 1677559
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Updated•2 years ago
|
Whiteboard: [fxp]
Updated•1 month ago
|
Whiteboard: [fxp] → [fxp][developer-experience]
Updated•1 month ago
|
Severity: S3 → S2
Updated•10 days ago
|
Assignee: nobody → kshampur
You need to log in
before you can comment on or make changes to this bug.
Description
•