Closed
Bug 1272710
Opened 9 years ago
Closed 8 years ago
TEST-UNEXPECTED-FAIL | test_notifications.py TestNotifications.test_open_close_notification | AssertionError: <firefox_puppeteer.ui.browser.notifications.AddOnInstallFailedNotification object at 0x02F4F7F0> is not None
Categories
(Testing :: Firefox UI Tests, defect)
Tracking
(firefox48 fixed, firefox49 fixed)
RESOLVED
FIXED
People
(Reporter: whimboo, Unassigned)
References
Details
(Keywords: intermittent-failure, regression)
https://treeherder.mozilla.org/logviewer.html#?job_id=2590046&repo=mozilla-aurora#L911
06:11:41 INFO - TEST-UNEXPECTED-FAIL | test_notifications.py TestNotifications.test_no_notification | AssertionError: <firefox_puppeteer.ui.browser.notifications.AddOnInstallFailedNotification object at 0x016FEEF0> is not None
06:11:41 INFO - Traceback (most recent call last):
06:11:41 INFO - File "c:\jenkins\workspace\mozilla-aurora_functional\build\venv\lib\site-packages\marionette\marionette_test.py", line 351, in run
06:11:41 INFO - testMethod()
06:11:41 INFO - File "c:\jenkins\workspace\mozilla-aurora_functional\build\tests\firefox-ui\tests\puppeteer\test_notifications.py", line 34, in test_no_notification
06:11:41 INFO - self.assertIsNone(self.browser.notification)
Comment hidden (Intermittent Failures Robot) |
Reporter | ||
Comment 2•9 years ago
|
||
This failure occurs because in some cases we do not close the notification, and the test is not executed as first one, as the order in the file could assume. I refactored the test code a bit in my patch on bug 1270953 to get this fixed.
Reporter | ||
Comment 3•8 years ago
|
||
The test method is no longer available and checks have been moved to another method. So this bug is no longer actionable.
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox48:
affected → ---
status-firefox49:
affected → ---
Resolution: --- → WORKSFORME
Reporter | ||
Comment 4•8 years ago
|
||
Happened again on Aurora:
https://treeherder.mozilla.org/#/jobs?repo=mozilla-central&filter-searchStr=Firefox%20UI&filter-tier=2&filter-tier=3&selectedJob=3969349
Status: RESOLVED → REOPENED
status-firefox48:
--- → affected
status-firefox49:
--- → affected
Resolution: WORKSFORME → ---
Reporter | ||
Updated•8 years ago
|
Summary: TEST-UNEXPECTED-FAIL | test_notifications.py TestNotifications.test_no_notification | AssertionError: <firefox_puppeteer.ui.browser.notifications.AddOnInstallFailedNotification object at 0x016FEEF0> is not None → TEST-UNEXPECTED-FAIL | test_notifications.py TestNotifications.test_open_close_notification | AssertionError: <firefox_puppeteer.ui.browser.notifications.AddOnInstallFailedNotification object at 0x02F4F7F0> is not None
Comment hidden (Intermittent Failures Robot) |
Reporter | ||
Comment 6•8 years ago
|
||
Should have been fixed by the patch on bug 1271911.
Status: REOPENED → RESOLVED
Closed: 8 years ago → 8 years ago
Depends on: 1271911
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•