Closed
Bug 1329424
Opened 8 years ago
Closed 5 years ago
Intermittent test_screenshot.py TestScreenCaptureChrome.test_capture_flags | AssertionError: u'iVBORw0KGgoA... (images unexpectedly equal)
Categories
(Testing :: Marionette Client and Harness, defect, P1)
Tracking
(firefox-esr60 disabled, firefox67 disabled, firefox68 disabled, firefox69 fixed)
RESOLVED
FIXED
mozilla69
People
(Reporter: intermittent-bug-filer, Assigned: whimboo)
References
Details
(Keywords: intermittent-failure, Whiteboard: [stockwell disabled])
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Assignee | ||
Updated•8 years ago
|
Assignee | ||
Updated•8 years ago
|
Summary: Intermittent test_screenshot.py TestScreenCaptureChrome.test_capture_flags | AssertionError: u'iVBORw0KGgoAAAANSUhEUgAAAT4AAAIqCAYAAAC9lyYgAAARQElEQVR4nO3dTVIi+4LG4dwPMnIfPcXIUS/hzHtWGMG0p26gxOjsUS9DywF7qA/r67iDfw8ATRBQUUngfZ6IN24J8lGc6++S6rlZ3d/fFzOzpFVd → Intermittent test_screenshot.py TestScreenCaptureChrome.test_capture_flags | AssertionError: u'iVBORw0KGgoA... (images unexpectedly equal)
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Comment 16•7 years ago
|
||
This happens mostly on Windows 10 nowadays. Joel, is there anyone checking for test failures on this new platform for tests?
Flags: needinfo?(jmaher)
Comment 17•7 years ago
|
||
we did a lot of work to check for new failures- but this is a "fragile" platform still and some jobs get enabled on accident. Should we leave this running, or disable it for now? If we just have 1 failure, we should fix it or skip it for the time being so the other tests are getting coverage.
Flags: needinfo?(jmaher)
Assignee | ||
Comment 18•7 years ago
|
||
(In reply to Joel Maher ( :jmaher) from comment #17)
> we did a lot of work to check for new failures- but this is a "fragile"
> platform still and some jobs get enabled on accident. Should we leave this
> running, or disable it for now? If we just have 1 failure, we should fix it
> or skip it for the time being so the other tests are getting coverage.
It's up to you. Last week we got 30 failures so that we hit the threshold of a warning for priority. I think it might make sense to skip it on this platform to get it fixed.
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 23•7 years ago
|
||
while this has a lot of failures, it seems to be very few failures after the 18th.
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 26•7 years ago
|
||
:gbrown, I think we should disable this test given the very high failure rate
Flags: needinfo?(gbrown)
Whiteboard: [stockwell needswork]
Comment hidden (Intermittent Failures Robot) |
Comment 28•7 years ago
|
||
Pushed by gbrown@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/1dde9a9f7745
Skip TestScreenCaptureChrome.test_capture_flags for frequent failures; r=me,test-only
Updated•7 years ago
|
Flags: needinfo?(gbrown)
Keywords: leave-open
Whiteboard: [stockwell needswork] → [stockwell disabled]
Comment 29•7 years ago
|
||
bugherder |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Updated•7 years ago
|
Keywords: test-disabled
Priority: -- → P3
Updated•7 years ago
|
Priority: P3 → P5
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Comment 36•6 years ago
|
||
As it looks like this test has two issues:
-
When the chrome dialog gets opened it gets sometimes moved into the background. As such no focus/blur events will be raised. My patch on bug 1504756 refactors the Mn unit tests kinda heavily for opening a new window. Lets see if that helps here.
-
We call
blur()
on the textbox, but don't actually wait for the blur event to happen. This can cause a race condition when trying to compare the screenshots between the focused and not focused textbox.
Depends on: 1504756
Assignee | ||
Comment 37•5 years ago
|
||
We should try to re-enable this test now that bug 1335085 has been fixed. Maybe that also helped here.
status-firefox67:
--- → disabled
status-firefox68:
--- → disabled
status-firefox69:
--- → disabled
status-firefox-esr60:
--- → disabled
Assignee | ||
Comment 38•5 years ago
|
||
Assignee | ||
Comment 39•5 years ago
|
||
Assignee | ||
Updated•5 years ago
|
Comment 40•5 years ago
|
||
Pushed by hskupin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8eb5ac3760e7
[marionette] Re-enable tests TestScreenCapture[Content/Chrome].test_capture_flags. r=maja_zf
Comment 41•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla69
Assignee | ||
Updated•5 years ago
|
Updated•2 years ago
|
Product: Testing → Remote Protocol
Comment 42•2 years ago
|
||
Moving bug to Testing::Marionette Client and Harness component per bug 1815831.
Component: Marionette → Marionette Client and Harness
Product: Remote Protocol → Testing
You need to log in
before you can comment on or make changes to this bug.
Description
•