Closed
Bug 1373563
Opened 8 years ago
Closed 6 years ago
Mozscreenshots: intermittent controlCenter_localFile on Windows 10
Categories
(Testing :: mozscreenshots, enhancement, P3)
Testing
mozscreenshots
Tracking
(firefox64 fixed)
RESOLVED
FIXED
mozilla64
Tracking | Status | |
---|---|---|
firefox64 | --- | fixed |
People
(Reporter: johannh, Assigned: MattN)
References
(Blocks 1 open bug)
Details
Attachments
(3 files)
Our Windows 10 machines are using temporary task_* paths for builds, which means we get comparisons like this:
https://screenshots.mattn.ca/comparisons/mozilla-central/c8f3df191e354062025352a45ac421e557ed324c/mozilla-central/a8f8e440d627d686fa8898483aa9c5da928a8fa4/windows10-64-vm/controlCenter_02_noLWT_localFile.png
I think we can live without the local file screenshot on Windows 10 (it's not an important screenshot test in general, IMO).
Reporter | ||
Updated•8 years ago
|
Component: General → mozscreenshots
Priority: -- → P3
Product: Firefox → Testing
Comment hidden (mozreview-request) |
Assignee | ||
Comment 2•8 years ago
|
||
mozreview-review |
Comment on attachment 8887845 [details]
Bug 1373563 - Mozscreenshots: disable intermittent controlCenter_localFile on Windows 10 and OSX.
https://reviewboard.mozilla.org/r/158762/#review168586
::: browser/tools/mozscreenshots/mozscreenshots/extension/configurations/ControlCenter.jsm:211
(Diff revision 1)
> +// Local file paths include temporary task identifiers on OSX and Win10.
> +if (AppConstants.platform != "macosx" &&
> + !AppConstants.isPlatformAndVersionAtLeast("win", "10")) {
> + this.ControlCenter.localFile = async function applyConfig() {
> + let channel = NetUtil.newChannel({
This isn't the best way to skip a screenshot, instead you should implement the `validateConfig` method and leave it in the same order so the combination number stays consistent across OSs. This issue will affect all TC jobs and I want to shut BB ones off soon so I think we should fix the test (e.g. point to a different dir which is consistent)
Attachment #8887845 -
Flags: review?(MattN+bmo)
Assignee | ||
Comment 3•8 years ago
|
||
I'll put a short-term verifyConfig in for now to avoid the noise.
Keywords: leave-open
Pushed by mozilla@noorenberghe.ca:
https://hg.mozilla.org/integration/mozilla-inbound/rev/2691dd1e7db4
Skip the ControlCenter localFile mozscreenshots configuration due to changing paths. r=me
Comment 5•8 years ago
|
||
bugherder |
Comment 6•7 years ago
|
||
Assigning to Chris to try to address the intermittent and re-enable.
Assignee: jhofmann → chochri5
Reporter | ||
Updated•7 years ago
|
Blocks: mozscreenshots-inconsistencies
Updated•7 years ago
|
Mentor: jaws, mconley
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 7•6 years ago
|
||
Assignee | ||
Comment 8•6 years ago
|
||
Depends on D8814
Pushed by mozilla@noorenberghe.ca:
https://hg.mozilla.org/integration/autoland/rev/30a7005f36e4
Skip the content blocking intro in mozscreenshots for ControlCenter images. r=johannh
Assignee | ||
Updated•6 years ago
|
Keywords: leave-open
Comment 10•6 years ago
|
||
bugherder |
Comment 11•6 years ago
|
||
Pushed by mozilla@noorenberghe.ca:
https://hg.mozilla.org/integration/mozilla-inbound/rev/9c7087c21750
More specific mozscreenshots cropping for PermissionPrompts and ControlCenter. r=johannh
Assignee | ||
Updated•6 years ago
|
Keywords: leave-open
Comment 12•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
You need to log in
before you can comment on or make changes to this bug.
Description
•